claude-code-setup
Phased project planning, execution, and verification workflows
All Skills in This Repository (14)
Pure Emerald Level Indicatorsgsd-do
Map user intentions to matching GSD commands through semantic analysis.
gsd-add-phase
Add sequential integer phases to project milestones and update roadmap structures.
gsd-add-todo
Capture conversation tasks as structured todos with duplicate detection and git commits.
gsd-plant-seed
Capture forward-looking ideas with trigger conditions into structured seed files.
gsd-pr-branch
Filter .planning/ commits from Git branches to create clean pull requests.
gsd-next
Detect project state files and execute the next GSD workflow step.
gsd-map-codebase
Analyze codebases with parallel mapper agents to generate seven structured documentation files.
gsd-check-todos
Lists pending todos, loads their context, and routes them to workflows.
gsd-execute-phase
Orchestrate parallel task waves with dependency-aware scheduling and verification gates.
gsd-progress
Summarize recent work and route next actions from a markdown workflow.
sync
Runs a Node.js script to detect and document new Claude integrations in CLAUDE.md.
gsd-fast
Execute trivial coding tasks directly without planning or subagent spawning.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-setup?▼
Run `npx skills add tomascortereal/claude-code-setup --all -g -y` in your terminal to install all skills globally.
What does the GSD workflow do?▼
It breaks a project into milestones and phases, then guides your agent through discuss, research, plan, execute, and verify steps with saved state between sessions.
Can I resume work after closing a session?▼
Yes. Commands like gsd-resume-work and gsd-pause-work save full context to disk so the next session picks up exactly where you stopped.
Does it work with Claude Code and other AI CLIs?▼
Yes. The skills follow the standard SKILL.md format and run in Claude Code, with runtime notes for VS Code Copilot and other compatible agents.
Do I need to memorize all the commands?▼
No. Use gsd-do to describe what you want in plain English and it routes you to the right command, or gsd-next to auto-advance to the next step.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core