Overview
Final workstream to reach v2.0.0. Eight tracks of work (5 done, 3 remaining).
Track 1: Rename Shepherd → Evaluator ✅
Completed in PR #171
Track 2: Tester Agent + QA Skill ✅
Completed in PR #171
Track 3: Ambient Mode Refinements ✅
Completed in PRs #172, #174
Track 4: Plan/Design Workflow + Gap Analysis ✅
Unified /plan command with gap analysis, design review, and plan-aware /implement. Implementation differed from original spec — unified into devflow-plan plugin with a designer agent rather than separate gap-checker/design-reviewer agents.
Completed in PR #176
Track 5: Working Memory Message Extraction Bug 🐛
See #179 for details.
Track 6: Self-Learning System Review ✅ (scoped down)
Core learning system reviewed and stabilized in PR #173 (thresholds, single toggle, frontmatter, --reset). Remaining items (PF-004 god script decomposition, PF-006 jq latency, PF-005 hook duplication) are tracked in #23 (Tech Debt Backlog) — not v2 blockers.
Track 7: Project Knowledge Refinements 🔬
See #177 for details. Revisit the project knowledge system from scratch — analyze current decisions/pitfalls implementation, resolve orphaned PROJECT-PATTERNS.md, decide on two-file vs three-file model, evaluate extraction mechanisms and cross-workflow flow.
Track 8: Ambient Mode Detection Tweaks 🎯
See #178 for details. Refine the lean classification approach based on real usage — intent accuracy, depth calibration, edge cases, router mappings.
Release Checklist
Overview
Final workstream to reach v2.0.0. Eight tracks of work (5 done, 3 remaining).
Track 1: Rename Shepherd → Evaluator ✅
shared/agents/shepherd.md→shared/agents/evaluator.mdCompleted in PR #171
Track 2: Tester Agent + QA Skill ✅
shared/skills/qa/SKILL.md+shared/agents/tester.md/implementcommand, plugin.json manifestsCompleted in PR #171
Track 3: Ambient Mode Refinements ✅
Completed in PRs #172, #174
Track 4: Plan/Design Workflow + Gap Analysis ✅
Unified
/plancommand with gap analysis, design review, and plan-aware/implement. Implementation differed from original spec — unified intodevflow-planplugin with adesigneragent rather than separate gap-checker/design-reviewer agents.shared/agents/designer.md(unified gap-checker + design-reviewer role)shared/agents/synthesizer.md(planning mode)devflow-planplugin (plugin.json, commands/plan.md, README)/implementcommand (accepts plan documents)/specifyin favor of unified/plansrc/cli/plugins.ts, marketplace.json, CLAUDE.md, README.mdCompleted in PR #176
Track 5: Working Memory Message Extraction Bug 🐛
See #179 for details.
background-memory-updatemessage extraction:tail -1→head -1for first user messageTrack 6: Self-Learning System Review ✅ (scoped down)
Core learning system reviewed and stabilized in PR #173 (thresholds, single toggle, frontmatter, --reset). Remaining items (PF-004 god script decomposition, PF-006 jq latency, PF-005 hook duplication) are tracked in #23 (Tech Debt Backlog) — not v2 blockers.
PF-004 god script decomposition→ deferred to tech debtPF-006 jq loop latency→ deferred to tech debtPF-005 hook interface duplication→ deferred to tech debtTrack 7: Project Knowledge Refinements 🔬
See #177 for details. Revisit the project knowledge system from scratch — analyze current decisions/pitfalls implementation, resolve orphaned
PROJECT-PATTERNS.md, decide on two-file vs three-file model, evaluate extraction mechanisms and cross-workflow flow.Track 8: Ambient Mode Detection Tweaks 🎯
See #178 for details. Refine the lean classification approach based on real usage — intent accuracy, depth calibration, edge cases, router mappings.
Release Checklist
npm run buildcleannpm test— all tests pass