com um clique
gsd-phase
CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | gsd-phase |
| description | CRUD for phases in ROADMAP.md — add, insert, remove, or edit phases |
| argument-hint | [--insert | --remove | --edit] <phase-name-or-number> |
| allowed-tools | Read, Write, Bash, Glob |
Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| (none) | Add new integer phase at end of milestone | add-phase |
| --insert | Insert decimal phase (e.g., 72.1) after specified phase | insert-phase |
| --remove | Remove future phase, renumber subsequent | remove-phase |
| --edit | Edit fields of existing phase in place | edit-phase |
<execution_context> @.github/get-shit-done/workflows/add-phase.md @.github/get-shit-done/workflows/insert-phase.md @.github/get-shit-done/workflows/remove-phase.md @.github/get-shit-done/workflows/edit-phase.md </execution_context>
Arguments: $ARGUMENTSParse the first token of $ARGUMENTS:
--insert: strip the flag, pass remainder (format: ) to insert-phase workflow--remove: strip the flag, pass remainder (phase number) to remove-phase workflow--edit: strip the flag, pass remainder (phase-number [--force]) to edit-phase workflowRoadmap and state are resolved in-workflow via init phase-op and targeted reads.
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase