← ClaudeAtlas

swe-workflowlisted

Orchestrates the full five-stage flow from raw idea to shipped PR — grill-with-docs → to-prd → to-issues → triage → worktree+planning-with-files. Each stage answers one question (What do I want? / What does done look like? / What are the units of work? / What's actionable? / Build it). Use when the user has an idea but no spec yet, wants to plan a feature end-to-end, says "let's PRD this," asks "how do I start on this idea?", or grabs a ready-for-agent issue to implement.
soulmachine/skills · ★ 2 · AI & Automation · score 75
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?