Commit cfe6a85
committed
refactor(bugfix): migrate commands to skills-only architecture
Commands in Claude Code are now unified with skills. The eight thin
stub commands that just dispatched to the controller were pure
boilerplate, and speedrun was the only command with real logic.
- Delete .claude/commands/ directory (9 files)
- Convert speedrun command to .claude/skills/speedrun/SKILL.md
- Add Dispatch section to each phase skill so it reads the controller
when invoked directly (not via controller or speedrun)
- Update return-path references from commands/speedrun to skills/speedrun
- Trim ambient.json: remove unused greeting field, simplify systemPrompt
- Update README, CLAUDE.md, and WORKFLOW_DEVELOPMENT_GUIDE examples
Made-with: Cursor1 parent 40ca47f commit cfe6a85
22 files changed
Lines changed: 97 additions & 98 deletions
File tree
- workflows/bugfix
- .ambient
- .claude
- commands
- skills
- assess
- controller
- diagnose
- document
- fix
- pr
- reproduce
- review
- speedrun
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | 342 | | |
346 | | - | |
| 343 | + | |
347 | 344 | | |
348 | 345 | | |
349 | 346 | | |
| |||
492 | 489 | | |
493 | 490 | | |
494 | 491 | | |
495 | | - | |
496 | | - | |
| 492 | + | |
| 493 | + | |
497 | 494 | | |
498 | 495 | | |
499 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments