Commit Graph

1 Commits

Author SHA1 Message Date
Alex Verkhovsky 6c56a28e7c refactor(bmm): convert quick-dev workflow to sharded format
Convert Quick Dev from monolithic (workflow.yaml + instructions.md) to
sharded architecture (workflow.md + steps/) to combat "lost in the middle"
problem during long implementation sessions.

Changes:
- Add 6 step files for focused execution (mode-detection, context-gathering,
  execute, self-check, adversarial-review, resolve-findings)
- Add checkpoint handlers for [a] Advanced Elicitation and [p] Party Mode
- Create review-adversarial-general.xml as reusable core task
- Remove CLI fallback (claude --print) for platform-agnostic design

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 01:07:28 -07:00