| name | gsd:init-repo |
| description | Initialize GSD repository structure |
| version | 1.0.0 |
| triggers | ["init repo","initialize repository"] |
| tools | ["Bash","Glob","Grep","Write"] |
GSD Init Repo
Initializes GSD repository structure and configuration.
When to Use
- Setting up new GSD project
- Initializing repository structure
Process
- Create directory structure
- Initialize git repository
- Set up planning directory
- Create initial documents
Output Structure
- .claude/ - Agent and command definitions
- .planning/ - Planning documents
- docs/ - Documentation
Success Criteria
Repository initialized with GSD structure.