.agents/runtimes/codex/skills/gsd-plan/SKILL.md
Plan a phase — optional discussion → research → plan → verify
npx skillsauth add mlucascosta/ia_boilerplate gsd-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<codex_skill_adapter>
$gsd-SLUG.$gsd-SLUG as {{GSD_ARGS}}.header → header, question → questionTask(subagent_type="X", prompt="Y") → spawn_agent(agent_type="X", message="Y")Task(model="...") → omitwait(ids) → close_agent(id)
</codex_skill_adapter>Default flow: Research (if needed) → Plan → Verify → Done
Flags:
--discuss — Clarify assumptions before planning--ui — Generate UI design contract before planning--auto — Skip questions, use recommended defaults--skip-research — Go straight to planning--gaps — Gap closure mode from VERIFICATION.md--prd <file> — Parse PRD into CONTEXT.mdadd-phase "desc" — Append future phase to roadmapinsert-phase N "desc" — Insert future phase after Nremove-phase N — Remove future phase safelyAfter: run gsd-run <phase> to execute. </objective>
<context> Phase: {{GSD_ARGS}} (auto-detects next unplanned if omitted) </context> <process> Route by intent: - `add-phase` → add-phase workflow - `insert-phase` → insert-phase workflow - `remove-phase` → remove-phase workflow - `--ui` → ui-phase workflow - `--gaps` → plan-milestone-gaps workflow - `--discuss` → discuss-phase workflow first, then plan-phase - otherwise → execute plan-phase workflow end-to-end </process><execution_context> @.agents/workflows/plan-phase.md @.agents/workflows/discuss-phase.md @.agents/workflows/ui-phase.md @.agents/workflows/add-phase.md @.agents/workflows/insert-phase.md @.agents/workflows/remove-phase.md @.agents/workflows/plan-milestone-gaps.md </execution_context>
tools
Canonical repository workflow contract for all runtimes.
testing
Verify delivery quality, evidence, and done criteria.
tools
Review changes for correctness, risk, and architectural adherence.
tools
Lightweight path for trivial or tightly bounded work.