The three kinds: pick a way in
Many stages, sequenced
A multi-stage run with checkpoints between, most of what we build.
See the pipelinesOne worker, one verdict
An autonomous worker with a single role, running in its own context.
See the agentOne capability
A single reusable move. Thin so far: the first one lands here.
See skillsThe pipelines
Most of what we build. Grouped by what they do, newest guides land here as we write them.
Session
- /start-session
Reads the live state, surfaces what's in flight and where to start. Read-only.
- /end-session
Writes the handoff into the live state, audits the session's lessons, commits the trail.
- /pre-commit-check
Audits a commit before it lands: the message matches the diff, scope held, nothing dropped. Diagnostic only.
Module
- /module-build
Drafts a new module (concept, architecture, phased page plan) and locks it as a spec.
- /module-sprint
Runs the whole module pipeline end to end (build, design, code, implement), locking each stage.
- /module-audit
A pre-ship sweep: every component across four lenses plus cross-cutting axes, verified against one frozen commit.
Page
- /page-design
Three critics against a design draft (aesthetics, usability, outcome), adjudicated, revised, locked.
- /page-code
Three critics against a code plan (structure, security, performance), adjudicated and locked.
- /page-implement
Executes a locked code plan, then a critique → simplify → verify pass before it's done.
Standalone
- /change-heavy
The six-stage refactor pipeline: the engine every other guide forks.
- /cleanup-light
The light pass for a single cleanup: scoped critics, adjudicated, verified, marked done.
- /mobile-audit
Checks the whole thing at 375px (measures, throttles, critiques) and verifies every finding.
- /cluster-fus
Re-buckets the follow-up backlog by type and surfaces what's ready to batch. Read-only.
Agents 1
Skills 0
Thin so far: most of what we build is a pipeline. A skill is one capability; the first one we write up lands here.
Get the toolkit
Run these in your own projects
Every command and critic here is a public Claude Code plugin — 12 commands, 10 agents, one skill. Install it and the pipelines are yours to run.
/plugin marketplace add fire-farmer/red-line-toolkit
Want the method behind them? The system that keeps it all from drifting lives on /the-system.