.agents/runtimes/codex/skills/gsd-session/SKILL.md
Manage work sessions — resume, pause, check progress, or get next step
npx skillsauth add mlucascosta/ia_boilerplate gsd-sessionInstall 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>resume: Restore context from STATE.md, detect checkpoints, route to next action.
pause: Create .continue-here.md handoff, commit as WIP.
status/progress: Show progress and route to execute or plan.
next: Auto-detect state and invoke next logical workflow step.
report: Session summary with work done and outcomes.
workspaces: workspace list for current workspace inventory.
</objective>
<execution_context> @.agents/workflows/resume-project.md @.agents/workflows/pause-work.md @.agents/workflows/progress.md @.agents/workflows/next.md @.agents/workflows/list-workspaces.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.