From squad
Evidence-gated close-out for an item. Requires test output paste, code review, and quality-bar pass before squad done runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/squad:squad-doneThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are closing item `$ARGS`. This command is evidence-gated — do NOT run `squad done` until every gate is green.
You are closing item $ARGS. This command is evidence-gated — do NOT run squad done until every gate is green.
Pre-flight checklist (invoke each skill explicitly):
squad-evidence-requirement — Paste the actual output of every verification gate (tests, type-check, build, manual verification) into the conversation. Bare assertions do not count.squad-quality-bar — Walk the checklist over the diff: no commented-out code, no TODOs, no PM traces, no defensive checks for impossible cases, no half-finished work, AC literally checked off.squad-code-review-mandatory — Spawn superpowers:code-reviewer on the diff. Verify each finding (do not perform-agree). Address blocking findings before proceeding.Once all three gates are clean, run:
squad done $ARGS --summary "<one-line outcome>"
Learning capture (bug/feat/task only) — follow-through, not a precondition. After squad done runs, the CLI prints a one-line learning nudge tailored to the item type (gotcha-shaped for bug, generic for feature/task; silent for chore/tech-debt/bet). The lowest-friction capture is squad learning quick "<one-liner>" — auto-derives slug, defaults kind to gotcha, infers area from the most recently closed item, edit the stub later. Use squad learning propose <kind> <slug> when you want full control. Either way, file it while the surprise is still fresh — the Stop-hook prompt fires too late in multi-item sessions, by which time the detail has rotted. If nothing surprised you, ignore the nudge.
Then:
status: done, updated: to today, add ## Resolution section.squad-premise-validation..squad/done/.If you cannot meet a gate this session, set status: review instead of done, document what is missing, and stop. Do not ship past blocking gates.
npx claudepluginhub zsiec/squad --plugin squadProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.