Remove 8 unnecessary command files and verbose documentation:
- Delete workflow-status, code-spec, mini-sprint commands
- Delete state machine commands (draft/approve/context)
- Delete architect-epic and retrospective commands
- Delete V6-WORKFLOW-ANALYSIS.md and V6-FEATURES.md
Total removed: 5,053 lines of complexity
Philosophy: KISS, YAGNI, SOLID
- One entry point (/bmad-pilot) instead of nine
- Intelligence in system, not user choices
- Same power, dramatically less complexity
Add WORKFLOW-SIMPLIFICATION.md explaining the changes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create separate directories for each plugin (requirements-driven-workflow/, bmad-agile-workflow/, development-essentials/, advanced-ai-agents/)
- Update marketplace.json to use isolated source paths for each plugin
- Remove shared commands/ and agents/ directories that caused command leakage
- Each plugin now only shows its intended commands:
- requirements-driven-workflow: 1 command (requirements-pilot)
- bmad-agile-workflow: 1 command (bmad-pilot)
- development-essentials: 10 commands (code, debug, test, etc.)
- advanced-ai-agents: 0 commands (agents only)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>