← ClaudeAtlas

grace-initlisted

Bootstrap GRACE framework structure for a new project. Use when starting a new project with GRACE methodology - creates docs/ directory, AGENTS.md, and XML templates for requirements, technology, development plan, verification plan, knowledge graph, and operational packet contracts.
createusernam/setup_project · ★ 0 · Data & Documents · score 62
Install: claude install-skill createusernam/setup_project
Initialize GRACE framework structure for this project. ## Template Files All documents MUST be created from template files located in this skill's `assets/` directory. Read each template file, replace `$PLACEHOLDER` variables from approved project artifacts, and write the result to the target project path. Do not turn missing architecture decisions into an intake questionnaire; preserve them as pending for `/grace-plan`. | Template source | Target in project | |------------------------------------------|-----------------------------| | `assets/AGENTS.md.template` | `AGENTS.md` (project root) | | `assets/docs/knowledge-graph.xml.template` | `docs/knowledge-graph.xml` | | `assets/docs/requirements.xml.template` | `docs/requirements.xml` | | `assets/docs/technology.xml.template` | `docs/technology.xml` | | `assets/docs/development-plan.xml.template`| `docs/development-plan.xml` | | `assets/docs/verification-plan.xml.template`| `docs/verification-plan.xml` | | `assets/docs/operational-packets.xml.template`| `docs/operational-packets.xml` | > **Important:** Never hardcode template content inline. Always read from the `.template` files — they are the single source of truth for document structure. ## Steps 1. **Import project facts.** Read, in order when present: - `product_brief.md` and `evidence-handoff.json` for name, outcome, actors, journeys, constraints, evidence status, and critical flows; - `task