▸ complete catalog
Eighteen skills. No black boxes.
Every page names the workflow, output contract, enforcement boundary, honest failure states, and the skills it composes.
▸ 08 skills
Lifecycle phases
Eight fail-closed phases carry a change from a grounded request to release-ready work.
auto-specAuto Spec
Turns a raw request into a repo-grounded, testable specification with explicit non-goals.
Open skill →auto-planAuto Plan
Compiles a testable spec into a validated DAG of atomic, independently verifiable build slices.
Open skill →auto-buildAuto Build
Walks an approved task DAG test-first, isolating parallel work and preserving one rollback point per task.
Open skill →auto-simplifyAuto Simplify
Reduces reader cost one small edit at a time while proving observable behavior did not change.
Open skill →auto-testAuto Test
Builds a green, meaningful suite whose new tests are proven capable of detecting broken behavior.
Open skill →auto-reviewAuto Review
Fans a change across independent review lenses and reports only findings that survive adversarial refutation.
Open skill →auto-performanceAuto Performance
Keeps only measured performance wins that exceed variance without changing correctness.
Open skill →auto-shipAuto Ship
Turns verified work into release-ready artifacts while keeping failed, skipped, and irreversible gates honest.
Open skill →▸ 05 skills
Control primitives
The bounded loops, skeptic panels, durable state, parallel maps, and stop conditions underneath every run.
converge-loopConverge Loop
Runs a measurable until-green or until-dry loop with explicit caps, anti-thrash, and honest termination.
Open skill →adversarial-verifyAdversarial Verify
Makes independent skeptics try to disprove a claim and keeps it only when it survives a fail-closed vote.
Open skill →checkpoint-resumeCheckpoint & Resume
Persists long-run state to disk so a fresh session skips verified work already completed.
Open skill →fan-out-workFan-out Work
Runs the same bounded pipeline over independent items in parallel without hiding failures or dropped coverage.
Open skill →budget-guardBudget Guard
Declares and enforces the five stop conditions that keep unattended work from becoming runaway work.
Open skill →▸ 03 skills
Autonomy layer
Compose phases into a full run, bridge external signals, and schedule repeat-safe standing work.
autonomous-pipelineAutonomous Pipeline
Runs the complete engineering lifecycle once, behind one plan approval, with durable phase gates and a verified findings register.
Open skill →watch-and-actWatch & Act
Bridges a run to external state with bounded, cache-aware polling and explicit transition handling.
Open skill →schedule-recurring-agentSchedule Recurring Agent
Creates repeat-safe standing work with an idempotent brief, justified cadence, per-run bound, and off-switch.
Open skill →▸ 02 skills
Context & learning
Verify the project map and feed proven lessons into context the next session loads automatically.
auto-mapAuto Map
Builds a verified, disclosure-tiered context architecture that loads repository knowledge only when needed.
Open skill →auto-learnAuto Learn
Turns structured run evidence into verified, deduplicated lessons that load automatically next time.
Open skill →