gsd-progress
Get progress updates and integrity checks for your project.
Install
mkdir -p .claude/skills/gsd-progress && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12563" && unzip -o skill.zip -d .claude/skills/gsd-progress && rm skill.zipInstalls to .claude/skills/gsd-progress
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.Key capabilities
- →Summarize recent work.
- →Summarize what's ahead in the project.
- →Route to the next action, either executing an existing plan or creating a new one.
- →Provide situational awareness before continuing work.
- →Append a 6-check integrity audit with the `--forensic` argument.
How it works
The skill executes a progress workflow that checks project status, summarizes recent and upcoming work, and then intelligently routes to the next action, which can be executing an existing plan or creating a new one.
Inputs & outputs
When to use gsd-progress
- →Checking project status
- →Running integrity audits
- →Identifying next tasks
About this skill
<codex_skill_adapter>
A. Skill Invocation
- This skill is invoked by mentioning
$gsd-progress. - Treat all user text after
$gsd-progressas{{GSD_ARGS}}. - If no arguments are present, treat
{{GSD_ARGS}}as empty.
B. AskUserQuestion → request_user_input Mapping
GSD workflows use AskUserQuestion (Claude Code syntax). Translate to Codex request_user_input:
Parameter mapping:
header→headerquestion→question- Options formatted as
"Label" — description→{label: "Label", description: "description"} - Generate
idfrom header: lowercase, replace spaces with underscores
Batched calls:
AskUserQuestion([q1, q2])→ singlerequest_user_inputwith multiple entries inquestions[]
Multi-select workaround:
- Codex has no
multiSelect. Use sequential single-selects, or present a numbered freeform list asking the user to enter comma-separated numbers.
Execute mode fallback:
- When
request_user_inputis rejected (Execute mode), present a plain-text numbered list and pick a reasonable default.
C. Task() → spawn_agent Mapping
GSD workflows use Task(...) (Claude Code syntax). Translate to Codex collaboration tools:
Direct mapping:
Task(subagent_type="X", prompt="Y")→spawn_agent(agent_type="X", message="Y")Task(model="...")→ omit (Codex uses per-role config, not inline model selection)fork_context: falseby default — GSD agents load their own context via<files_to_read>blocks
Parallel fan-out:
- Spawn multiple agents → collect agent IDs →
wait(ids)for all to complete
Result parsing:
- Look for structured markers in agent output:
CHECKPOINT,PLAN COMPLETE,SUMMARY, etc. close_agent(id)after collecting results from each agent </codex_skill_adapter>
Provides situational awareness before continuing work. </objective>
<execution_context> @/home/delorenj/code/bhappy/.codex/get-shit-done/workflows/progress.md </execution_context>
<process> Execute the progress workflow from @/home/delorenj/code/bhappy/.codex/get-shit-done/workflows/progress.md end-to-end. Preserve all routing logic (Routes A through F) and edge case handling. </process>When not to use it
- →When the user wants to use multi-select for questions.
Limitations
- →It requires a workaround for multi-select questions.
How it compares
This skill provides automated situational awareness and intelligent routing to the next project action, which is more efficient and guided than manually determining project status and next steps.
Compared to similar skills
gsd-progress side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-progress (this skill) | 0 | 3mo | No flags | Intermediate |
| keel-drift | 0 | 4mo | No flags | Intermediate |
| cto-engineering-metrics | 5 | 10mo | No flags | Advanced |
| summarize-activity | 6 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by delorenj
View all by delorenj →You might also like
keel-drift
vzwjustin
Use this skill when you need to sanity-check whether current work is still aligned with the active goal and plan.
cto-engineering-metrics
rinaldofesta
Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.
summarize-activity
alpinejs
Summarize recent GitHub activity — discussions, PRs, issues, events, traffic — into an actionable report so you can stay on top of the project without reading everything.
conductor-status
sickn33
Display project status, active tracks, and next actions
status
serithemage
Shows project progress, phase completion status, test coverage, and deployment info. Use when checking what has been implemented, what remains, or current operational state.
daily-report
ianphil
Generates a comprehensive daily report covering ADO work items, Teams chats, calendar, email, local mind next-actions, and inbox notes. Run this each morning to get a scannable summary of everything you need to know to start your day. Use when user asks for "daily report", "morning briefing", or "wh