From Agent Team Scaffold
Turn a short request into a sprint contract with binary, testable acceptance criteria. Use when a Planner needs to decompose an ambiguous ask into an implementable spec. Triggers on "write a spec", "plan this feature", "define acceptance criteria", "sprint contract".
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team:spec-authoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A method for turning a 1–4 sentence request into a **sprint contract** the
A method for turning a 1–4 sentence request into a sprint contract the Generator can build against and the Evaluator can grade against.
Every acceptance criterion must be binary. If you cannot state in one sentence how it would be verified (a test, a measurement, a read-through), it is not a criterion yet — rewrite it until you can.
| Vague (reject) | Binary (accept) |
|---|---|
| "Should feel responsive" | "Input → visible feedback in ≤ 50 ms" |
| "Easy to use" | "A first-time user completes the primary task in ≤ 3 steps without docs" |
| "Handles errors well" | "Empty/oversized/malformed input each produce a named error, no crash" |
Emit the sprint-contract structure (matches scripts/cma/schemas/sprint-contract.json):
deliverable, status, scope, out_of_scope, dependencies, and acceptance_criteria
(each a {criterion, verification} pair). Hand to the Design Evaluator before any build.
npx claudepluginhub aws300/agent-team-scaffold --plugin agent-teamCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
2plugins reuse this skill
First indexed Jun 27, 2026