swe-workflowlisted
Install: claude install-skill soulmachine/skills
# SWE Workflow
The idiomatic software-engineer workflow: clarify the idea → spec it → slice it → triage it → ship it. Five stages, each with a dedicated skill and a durable artifact that feeds the next.
## The workflow
```
┌────────────────────── SPEC LAYER (mattpocock) ──────────────────────┐
│ │
│ 0. How is this repo set up? │
│ /setup-matt-pocock-skills ──► AGENTS.md, docs/agents/ │
│ (one-time: tracker, triage labels, doc layout — │
│ wires this repo's conventions into the chain) │
│ │
│ 1. What do I want? │
│ /grill-with-docs ──► CONTEXT.md, ADRs │
│ (resolve domain language; capture decisions — │
│ re-run until no questions remain or you abort) │
│ │
│ 2. What features does this break into? │
│ /to-features ──► FEATURES.md │
│ (read CONTEXT.md + ADRs → user-facing features; │
│ strike through, don't delete, on ship) │
│ │
│ 3. What does done look like?