home / skills / ctsstc / get-shit-done-skills / new-project
npx playbooks add skill ctsstc/get-shit-done-skills --skill new-projectReview the files below or copy the command above to add this skill to your agents.
---
name: gsd:workflow:new-project
description: Complete workflow for starting a new GSD project
version: 1.0.0
triggers: [new project, start project]
tools: [Bash, Glob, Grep, Write]
---
# GSD New Project Workflow
Complete workflow for initializing and planning a new GSD project.
## When to Use
- Starting a brand new project
- Setting up GSD in existing repository
## Phases
1. Initialize repository structure
2. Create project requirements
3. Research project domain
4. Create project roadmap
5. Map codebase (if exists)
6. Begin first phase
## Entry Point
Run: `gsd:new-project`
## Success Criteria
Project initialized with roadmap and ready for execution.