From code-factory
Establish what the team can actually take on — measured pace minus known absences and interrupt load, per person WIP checked, the number planning is allowed to spend.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-factory:capacityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce the one number `/planning` is allowed to spend, and the per-person picture behind it. Capacity is measured, then subtracted from — never estimated upward from optimism.
Produce the one number /planning is allowed to spend, and the per-person picture behind it. Capacity is measured, then subtracted from — never estimated upward from optimism.
Delivered work over the last 2–3 iterations (via the board skill): items or points actually reaching Done per iteration. That median is the base — not the best iteration, and not what the team hoped. Fewer than two iterations of history: say the number is a guess, take the most conservative defensible figure, and label it as such.
Capacity is also a shape: per person, current WIP against the limit in docs/agents/board.md, and any skill bottleneck (three tickets, all needing the one person who knows the payments code — flag it; the fix is pairing or reordering, decided with the Delivery Lead).
Done when: the iteration's capacity is stated as one number with its subtraction trail visible ("median 21 → −3 vacation, −20% interrupts → 14"), per-person flags are listed or declared clear, and the number is recorded where /planning will read it (iteration description or pinned issue).
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub aaronabuusama/code-factory