CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
If it is --insert: strip the flag, pass remainder (format: ) to insert-phase workflow
If it is --remove: strip the flag, pass remainder (phase number) to remove-phase workflow
If it is --edit: strip the flag, pass remainder (phase-number [--force]) to edit-phase workflow
Otherwise: pass all of $ARGUMENTS (phase description) to add-phase workflow
Roadmap and state are resolved in-workflow via init phase-op and targeted reads.
1. Parse the leading flag (if any) from $ARGUMENTS.
2. Load and execute the appropriate workflow end-to-end based on the routing table above.
3. Preserve all validation gates from the target workflow.