gsd-pi
Autonomous coding agent that plans, builds, and verifies software projects
All Skills in This Repository (49)
Pure Emerald Level Indicatorsgsd-orchestrator
Orchestrate autonomous software builds by driving GSD subprocesses from spec to delivery.
different-name
Compare SKILL.md frontmatter name against directory basename and report mismatches.
multiline-description
Normalize multiline YAML frontmatter descriptions into single-line form, preserving semantic meaning and collapsing newlines for indexing and display.
Invalid_Name
Validate skill names and normalize them to lowercase-hyphen format.
disable-model-invocation
Enforce manual activation of skills using the disable-model-invocation frontmatter flag.
valid-skill
Validate skill loading and return a basic acknowledgement.
unknown-field
Validate SKILL.md frontmatter for required name and description fields.
this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
Validate SKILL.md frontmatter names against configured character limits.
bad--name
Validate SKILL.md frontmatter names to reject consecutive hyphens.
child-skill
Expose and manage nested skills in hierarchical skill repositories.
calendar
Automate calendar-based planning for tasks and milestones.
dynamic-resources
Discover and load runtime skills from the resources_discover extension.
Frequently Asked Questions
FAQPage SchemaHow to install GSD Pi?โผ
Run `npx skills add open-gsd/gsd-pi --all -g -y` in your terminal to install all skills in this suite globally.
What does GSD Pi do?โผ
It is a local-first coding agent that breaks a product spec into milestones and tasks, then autonomously plans, implements, verifies, and commits the work with isolated Git worktrees.
Can GSD Pi build an app from a spec?โผ
Yes. Write a short spec file, run the headless new-milestone command with auto mode, and GSD plans, codes, tests, and commits the project while you monitor progress via JSON output.
Which AI providers does GSD Pi support?โผ
It routes to multiple providers including API-key providers, OAuth providers, and external CLI providers like Claude Code and Cursor Agent, so you can use the model your team already has.
Do I need coding experience to use GSD Pi?โผ
Basic terminal familiarity helps, but the agent handles planning, coding, and verification itself. You describe what to build in plain English and review the results.
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