← ClaudeAtlas

goalforgelisted

PUBLIC front door for the goalforge Spec-Driven Development (SDD) planning chain — the LOCAL, authoritative source of truth for the capture → spec → decompose → harden → execute → verify workflow. Use when explaining what the SDD/goalforge chain is, how the planning workflow works, which child skill to invoke for a given stage, or where the schemas, templates, and scripts live. Routes names to the PRIVATE nested children under this package. Trigger phrases: "explain SDD", "explain goalforge", "how does the planning chain work", "which goalforge skill should I use", "show me the planning workflow", "spec-driven development overview", "what does goalforge-harden do", "what's the difference between goalforge-spec and goalforge-decompose", "where are the goalforge templates". Do NOT use to RUN the chain — use /spec /plan /implement /verify directly (they dispatch the stage children directly; the goalforge/run orchestrator is the end-to-end alternative).
Truncuso/cogwright · ★ 0 · AI & Automation · score 75
Install: claude install-skill Truncuso/cogwright
# goalforge — Spec-Driven Development chain (LOCAL authority) The **goalforge** package carries the authoritative SDD (Spec-Driven Development) planning chain. `packages/goalforge/` is the authored source of truth; `plugins/goalforge/` is its generated artifact (`scripts/goalforge-generate.sh`, drift-gated). The maintainer's dotfiles reach this package via a per-machine symlink (installer contributor mode). This is a **v2 package**: a PUBLIC parent (this file) owning PRIVATE nested children. Children do not trigger by discovery — they are invoked by name from the entry commands and the orchestrator, or referenced here. ## Children (name → stage → path) | Skill | Stage | Path | |-------|-------|------| | `goalforge-capture` | free-text intent → `overview.md` (draft) + route | `capture/` | | `goalforge-spec` | design pass → `spec.md`, draft → ready | `spec/` | | `goalforge-decompose` | spec → work packages + tasks; `--add-wp` mode | `decompose/` | | `goalforge-harden` | WP spec → hardened → ready (review + interview) | `harden/` | | `goalforge-interview` | fidelity-aware goal-hardening grilling (wraps the interview plugin engine) | `interview/` | | `goalforge-execute` | run ready-WP tasks → implemented | `execute/` | | `goalforge-verify` | executing → verified (single semantic gate) | `verify/` | | `goalforge-redecompose` | reconcile a re-decomposition on a learning event | `redecompose/` | | `goalforge-archive` | completed → archived (supersede edges) | `archive/` | | `goa