.agents/runtimes/codex/skills/gsd-run/SKILL.md
Execute work — full phase, quick task, or trivial inline fix
npx skillsauth add mlucascosta/ia_boilerplate gsd-runInstall 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 (phase number): Execute all plans with wave-based parallelization. --quick (or task description): Quick task with GSD guarantees. Add --research or --full for extras. --fast (trivial): Inline edit, no planning, no subagents.
Routing:
execute-phase flags: --wave N, --gaps-only, --interactive quick flags: --research, --full, --discuss ops flags: --review [phase], --workspace new|list|remove, --milestone audit|complete, --forensics "<issue>" </objective>
<context> {{GSD_ARGS}} </context> <process> Parse arguments to determine mode and execute the matched workflow end-to-end. </process><execution_context> @.agents/workflows/execute-phase.md @.agents/workflows/quick.md @.agents/workflows/fast.md @.agents/workflows/review.md @.agents/workflows/new-workspace.md @.agents/workflows/list-workspaces.md @.agents/workflows/remove-workspace.md @.agents/workflows/audit-milestone.md @.agents/workflows/complete-milestone.md @.agents/workflows/forensics.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.