The lifecycle

Define → Ship, one command per phase

Most skill packs are a flat list. agent-skills is organized the way software actually gets built - six phases, eight commands, with a human checkpoint at each step and the right skills loading automatically.

The eight commands

/spec

Define what to build

Spec before code

/plan

Plan how to build it

Small, atomic tasks

/build

Build incrementally

One slice at a time

/test

Prove it works

Tests are proof

/review

Review before merge

Improve code health

/webperf

Audit web performance

Measure before you optimize

/code-simplify

Simplify the code

Clarity over cleverness

/ship

Ship to production

Faster is safer

Want fewer manual steps? /build auto generates the plan and implements every task in one approved pass - you approve the plan once, then it runs autonomously. It removes the human stepping between tasks, not the verification: every task is still test-driven and committed individually, and it pauses on failures.

Skills by phase

Reach for any skill directly, or let the meta-skill route you.

Meta

Route work to the right skill and set shared operating rules.