cds-check-todos
openbooklet.com/s/cds-check-todosopenbooklet.com/s/cds-check-todos@1.0.0GET /api/v1/skills/cds-check-todosList pending todos and select one to work on
Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.
Add phase to end of current milestone in roadmap
Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems â framework selection, implementation guidance from official docs, and evaluation strategy
Audit milestone completion against original intent before archiving
Archive accumulated phase directories from completed milestones
Extract decisions, lessons, patterns, and surprises from completed phase artifacts
Execute a trivial task inline â no subagents, no planning overhead
Show available GSD commands and usage guide
Join the GSD Discord community
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
Generate a comprehensive project summary from milestone artifacts for team onboarding and review
Automatically advance to the next logical step in the GSD workflow
Create detailed phase plan (PLAN.md) with verification loop
Run a quick one-shot task via the Claude Agent SDK and auto-capture the session to SQLite. Single-dispatch agent run (no multi-turn). Returns a structured result summary with cost and session ID. For multi-turn work, use Claude Code normally instead of /cds-quick.
Remove a future phase from roadmap and renumber subsequent phases
Remove a GSD workspace and clean up worktrees
Review and promote backlog items to active milestone
Rapid codebase assessment â lightweight alternative to /cds-map-codebase
Search past session observations using the sessions.search MCP tool. Falls back to CLI if the MCP server is not available.
Generate a session report with token usage estimates, work summary, and outcomes
Auto-indexed from Enakoneschniy/claude-dev-stack
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.