Skip to content

feat: agent quality improvements (#120, #121, #124)#154

Merged
dean0x merged 1 commit intomainfrom
feat/agent-quality-improvements
Mar 21, 2026
Merged

feat: agent quality improvements (#120, #121, #124)#154
dean0x merged 1 commit intomainfrom
feat/agent-quality-improvements

Conversation

@dean0x
Copy link
Copy Markdown
Owner

@dean0x dean0x commented Mar 20, 2026

Summary

Prompt-only enhancements to existing agents — no new infrastructure, commands, or plugins. Foundation for #115 (Continuous Learning).

Key files

File Action Issue
shared/agents/simplifier.md Edit (93→102 lines) #120
shared/agents/scrutinizer.md Edit (81→82 lines) #121
shared/agents/shepherd.md Edit (95→108 lines) #124
shared/skills/self-review/references/stub-detection.md Create (135 lines) #121
CHANGELOG.md Edit all

Test plan

  • npm run build — all 35 skills, 10 agents distributed across 17 plugins
  • npm test — 273/273 tests pass, no regressions
  • Line counts within targets: Simplifier ≤110, Scrutinizer ≤90, Shepherd ≤120
  • Distributed copies in plugins/devflow-*/agents/ match source
  • stub-detection.md exists in plugins/devflow-self-review/skills/self-review/references/

Closes #120, closes #121, closes #124

Simplifier: replace vague clarity bullets with 8 structured slop
detection categories (language-behavior tests, redundant type checks,
over-defensive handling, debug remnants, commented-out code, unused
imports, verbose names, unnecessary intermediates).

Scrutinizer: add stub detection responsibility between P0 and P1
evaluation, backed by new stub-detection.md reference covering
component stubs, API/service stubs, hook/effect stubs, and wiring gaps.

Shepherd: add goal-backward verification (trace from user goals to
implementation), artifact depth table (Exists/Substantive/Wired), stub
misalignment type, and re-verification section for retry runs.
@dean0x dean0x merged commit 88d14a3 into main Mar 21, 2026
3 of 4 checks passed
@dean0x dean0x deleted the feat/agent-quality-improvements branch March 21, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Goal-Backward Verification for Shepherd feat: Stub Detection Patterns for Scrutinizer feat: De-Sloppify Categories for Simplifier Agent

1 participant