← ClaudeAtlas

op-workflowlisted

Use when starting a new project from scratch, scoping what to build before opening Claude Code, planning the prep / architecture / build / harden / ship sequence, sizing a feature for one session, choosing how to break a too-big feature, or deciding whether the current scope fits in one terminal. For the planning *pass* that actually writes the plan files (brief → architecture → master plan → first section plan), use op-prepare; this skill teaches the 7-stage *concepts* and feature sizing, not the plan-authoring pass. Routes to chapters 05 (the 7-stage workflow) and 06 (feature sizing) of Achron Spine.
TimTGelhard/ACHRON-spine · ★ 1 · AI & Automation · score 74
Install: claude install-skill TimTGelhard/ACHRON-spine
# op-workflow — the 7-stage project workflow + feature sizing The manual has atomic files for each stage of the workflow and for sizing one feature to one session. Read ONLY the one that matches the current decision. ## Index — workflow stages (chapter 05) | Question / situation | Atomic file | |---|---| | What's the full 7-stage workflow? Where am I in it? | `~/.achron-spine/chapters/workflow/05-overview.md` | | Stage 0 — Should I even build this? What's the brief? | `~/.achron-spine/chapters/workflow/05a-stage-0-decide.md` | | Stage 1 — Project scaffolding, no feature code yet | `~/.achron-spine/chapters/workflow/05b-stage-1-prep.md` | | Stage 2 — Architecture, schema, route shape | `~/.achron-spine/chapters/workflow/05c-stage-2-architect.md` | | Stage 3 — Per-feature build session ritual | `~/.achron-spine/chapters/workflow/05d-stage-3-build.md` | | Stage 4 — Integration session (every 3-5 features) | `~/.achron-spine/chapters/workflow/05e-stage-4-integrate.md` | | Stage 5 — Hardening, completeness checklist, slash commands | `~/.achron-spine/chapters/workflow/05f-stage-5-harden.md` | | Stage 6 — Ship sequence, security review, post-deploy smoke | `~/.achron-spine/chapters/workflow/05g-stage-6-ship.md` | ## Index — feature sizing (chapter 06) | Question / situation | Atomic file | |---|---| | How much fits in one session? When am I oversized? How do I split? | `~/.achron-spine/chapters/workflow/06-feature-sizing.md` | ## How to use 0. **Calibrate — session shape (G1