CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.