Commit Graph

2 Commits

Author SHA1 Message Date
Jonah Schulte 07592e4c36 refactor: orchestrator-driven reconciliation and structured agent returns
Phase 1: Fix Story Reconciliation
- Remove Reconciler agent (orchestrator does this directly now)
- Rewrite step-4.5 from XML to explicit Bash/Read/Edit commands
- Update batch-super-dev instructions with explicit tool calls
- Principle: agents do creative work, orchestrator does bookkeeping

Phase 2: Structured Agent Returns
- Add ## AGENT COMPLETE format to builder, inspector, reviewer, fixer
- Remove story/sprint update responsibility from Fixer agent
- Agents now return parseable output (files, status, evidence)

This aligns BMAD workflows with GSD patterns for better reliability.
2026-01-26 23:33:41 -05:00
Jonah Schulte bfe318d1f9 refactor: consolidate super-dev pipelines - keep only multi-agent version
- Delete super-dev-pipeline v1 (single agent with conflict of interest)
- Rename super-dev-pipeline-v2 to super-dev-pipeline (canonical version)
- Update documentation to remove v1/v2 versioning and comparisons
- Remove migration guides (no v1 to migrate from)

The multi-agent architecture (Builder → Inspector → Reviewer → Fixer)
is now THE super-dev-pipeline with:
- 95% honesty rate (vs 60% in single-agent)
- Independent validation at each phase
- No self-validation conflicts
- 57% faster with wave-based execution
2026-01-26 11:11:55 -05:00