← ClaudeAtlas

run-listlisted

(v2026-08-05.1) Plan and drive a multi-session build with a single durable run-list (a "build scope checklist" / "build sequence" / "session plan"). Use this WHENEVER a build is big enough to span several dependent work sessions and/or more than one repo or surface — the moment you'd otherwise start firing off sessions ad hoc. Trigger on: "run-list", "build sequence", "session plan", "map out the sessions", "break this build into sessions", "how should we sequence this", "plan the build", "build scope checklist", or any point where the user is about to kick off a large build across work sessions and needs the sessions ordered, prompted, and tracked. Also reach for it mid-build to log verified completions, capture ops/deploy state, and keep the doc posting-ready. Don't wait for the exact word "run-list" — if the work is clearly a multi-step build that will outlive one sitting, this is the tool.
fastedd27/spire-skills · ★ 1 · AI & Automation · score 59
Install: claude install-skill fastedd27/spire-skills
<!-- ENGINE FILE — one source, two cuts. Installation-specific values (path roots, hooks, governance rule names, reference docs) are referenced generically as `cfg:<key>` and resolved by the config layer: `config/house-config.md` (house cut) or `config/house-config.example.md` (public example). Shared pipeline vocabulary lives in `shared/pipeline-conventions.md`. The copy-in template lives at `assets/template.md` beside this file. Refresh trigger: change to the run-list disciplines, the section shape, or the house patterns it references. --> # Build Run-List ## What this is, and why it works A build run-list is **one durable markdown file** that plans, drives, and logs a multi-session build. You write it once at kickoff and maintain it as sessions land. It is the single source of truth for "what are we building, in what order, and where does each piece stand." The reason to spend the upfront effort: this one file does four jobs at once. 1. **It plans** — a dependency graph + an ordered session table means you never have to re-derive "what's next" or "what's this waiting on." 2. **It drives** — each session carries a *paste-ready prompt*, so a fresh work session self-orients from the file instead of you re-explaining the seam every time. 3. **It logs** — verified-completion ticks + commit hashes turn the plan into a build log as you go, with zero extra writing. 4. **It becomes the artifact** — a finished run-list is clean raw material for a