.agents/runtimes/codex/skills/gsd-start/SKILL.md
Initialize a new project or milestone — context gathering → research → requirements → roadmap
npx skillsauth add mlucascosta/ia_boilerplate gsd-startInstall 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 → question"Label" — desc → {label: "Label", description: "desc"}id from header: lowercase, replace spaces with underscoresAskUserQuestion([q1, q2]) → single request_user_input with multiple entriesTask(subagent_type="X", prompt="Y") → spawn_agent(agent_type="X", message="Y")Task(model="...") → omitwait(ids) → close_agent(id)CHECKPOINT, PLAN COMPLETE, SUMMARY markers in output
</codex_skill_adapter>Default: questioning → research (optional) → requirements → roadmap.
--milestone "Name": New milestone on existing project.
--map [area]: Brownfield codebase mapping before planning.
--auto: Skip interactive questions.
After: run $gsd-plan 1 to begin execution.
</objective>
<execution_context> @.agents/workflows/new-project.md @.agents/workflows/new-milestone.md @.agents/workflows/map-codebase.md @.agents/references/questioning.md @.agents/templates/project.md @.agents/templates/requirements.md </execution_context>
<context> {{GSD_ARGS}} Routing: - `--milestone` → new-milestone flow - `--map` → map-codebase workflow - otherwise → new-project flow </context> <process> If `--milestone` flag present: update ROADMAP.md with new milestone, update STATE.md. If `--map` flag present: run brownfield codebase mapping before project planning. Otherwise: execute new-project workflow end-to-end. </process>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.