From grace
Initialize a new project or initiative. Establish artifact strategy, classify project type, set predictability expectations, and scaffold the methodology starter structure before Stage 1 product definition begins.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grace:project-setupopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill at the very start of a new project or when introducing GRACE
Use this skill at the very start of a new project or when introducing GRACE into an existing repository that does not yet have a clear artifact strategy.
This skill exists to make the Stage 1 entry path real. It does not perform full product definition or business analysis. Its job is to:
Classify the project type.
a — personal learning or scratch workb — personal tool or workflowc — tooling or methodology for others or teamsd — commercial, regulated, or mission-critical systemSet the predictability dial.
high — work is expected to be governed, review-heavy, and artifact-forwardlow — work is exploratory and lighter-weighthybrid — early work is exploratory, but later stages need stronger structureChoose the artifact strategy.
docs/ tree in the repositoryIf standard structure is chosen, scaffold the folder tree and seed files.
Establish environment parity.
engines field in package.json, .nvmrc, or equivalent for the stack.Present the artifact strategy statement for approval.
When using the standard structure, scaffold this tree:
docs/
├── README.md
├── HANDOFF.md
├── BACKLOG.md
├── release-planning/
├── 01-project-definition/
├── 02-analysis/
│ └── requirements/
├── 03-design/
│ └── adr/
├── 04-implementation/
│ └── features/
│ └── stories/
├── 05-validation/
├── 06-operations/
│ └── incidents/
└── 07-retirement/
Use these sources when seeding starter files:
| Target path | Template source |
|---|---|
docs/README.md | templates/docs-readme.md |
docs/HANDOFF.md | templates/handoff.md |
docs/BACKLOG.md | templates/backlog.md |
Stage 1 template ownership lives with project-definition, and the rest of the
lifecycle templates live with their corresponding stage skills. project-setup
owns the structure, starter orientation files, and routing decision, not the
detailed stage artifact content.
Produce a short project-setup record containing:
Human approval is required before treating the artifact strategy as settled or proceeding into product definition or business analysis.
npx claudepluginhub grace-method/grace-marketplace --plugin graceProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.