Commit Graph

1 Commits

Author SHA1 Message Date
Jonah Schulte 80ec065117 docs(batch-super-dev): Document agent limitations and fix workflow issues
Issue discovered in platform project batch execution:
- Attempted to batch-regenerate 14 skeleton stories
- Agents cannot invoke /create-story-with-gap-analysis workflow
- Batch execution requires pre-generated BMAD stories

ROOT CAUSE:
- Agents cannot execute slash commands (user CLI only)
- Agents cannot invoke other BMAD workflows autonomously
- Story creation requires interactive user input

IMPROVEMENTS:
1. AGENT-LIMITATIONS.md - Clear documentation of what agents can/cannot do
2. WORKFLOW-PATCH-STEP-2.5.md - Fix for batch-super-dev Step 2.5
3. BMAD-WORKFLOW-IMPROVEMENTS.md - Complete analysis and recommendations

KEY LESSON:
Batch-super-dev is for EXECUTION, not CREATION.
Story generation must happen before batch execution.

Files:
- src/modules/bmm/workflows/4-implementation/batch-super-dev/AGENT-LIMITATIONS.md
- src/modules/bmm/workflows/4-implementation/batch-super-dev/WORKFLOW-PATCH-STEP-2.5.md
- BMAD-WORKFLOW-IMPROVEMENTS.md
- src/modules/cis/module.yaml (prettier formatting)
2026-01-07 20:58:53 -05:00