Skip to main content
Run any Skill in Manus
with one click
GitHub repository

squad

squad contains 21 collected skills from zsiec, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
21
Stars
0
updated
2026-04-28
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

squad-evidence-requirement
software-quality-assurance-analysts-and-testers

Every "tests pass" / "build green" / "feature works" claim needs the actual command output pasted into the conversation. Bare assertions are worth zero.

2026-04-28
squad-loop
software-developers

The operating loop every session follows — register, tick, pick, work, checkpoint, test, review, commit, close. Use whenever you start or resume work on a squad-managed repo.

2026-04-28
squad-chat-cadence
project-management-specialists

Post often, post small, post honestly. The team needs visibility into your non-obvious state — not a change log. Use the typed verbs (thinking / milestone / stuck / fyi / ask) so peers can route attention.

2026-04-28
squad-tick
software-developers

Tick the squad team — surface mentions and file conflicts. Address mentions BEFORE continuing other work.

2026-04-28
squad-handoff
project-management-specialists

Before signing off — whether you finished an item or stopped mid-flight — post a 3-bullet summary. Shipped, in flight / queued, surprised by. Three bullets, no ceremony.

2026-04-27
squad-intake
software-developers

Run a structured intake interview with the user — open a session, ask one focused question per turn, draft the bundle, confirm with the user, then commit. Supports green-field (mode=new) and refine-mode (mode=refine) flows.

2026-04-27
squad-done
software-developers

Evidence-gated close-out for an item. Requires test output paste, code review, and quality-bar pass before squad done runs.

2026-04-27
squad-decompose
software-developers

Decompose a squad spec into 3-7 captured items for triage. Takes a spec name; reads the spec; drafts items via squad_new; lands them in the inbox linked to the parent spec.

2026-04-26
squad-capture
project-management-specialists

Capture a quick work item from free text. Defaults to type-heuristic; asks if ambiguous. Lands in the inbox (status=captured) for later triage.

2026-04-26
squad-blocked
software-developers

Mark an item blocked and inject the standard

2026-04-26
squad-file
file-clerks-434071

File a new item. Runs squad new with type and title, then injects the standard item template body for you to fill in.

2026-04-26
squad-handoff-cmd
software-developers

End-of-session 3-bullet brief plus claim release. Invokes the squad-handoff skill.

2026-04-26
squad-pick
software-developers

Atomically claim an item by ID. Verifies references, applies RED-first if AC names concrete failures.

2026-04-26
squad-review
software-quality-assurance-analysts-and-testers

Spawn superpowers:code-reviewer on an item with a self-contained briefing. Includes premise-validation latitude and working-tree hygiene clauses.

2026-04-26
squad-work
software-developers

Onboard or resume in one step — squad go does init/register/claim/AC/mailbox.

2026-04-26
squad-code-review-mandatory
software-developers

Every item — even a one-line fix — gets reviewed by superpowers:code-reviewer before commit. No exceptions. The agent is cheap; production bugs are not.

2026-04-26
squad-parallel-dispatch
project-management-specialists

Default to parallel when items are independent. Children run scoped tests; the parent runs the full suite as the integration gate. Sequencing independent work out of habit wastes wall-clock time.

2026-04-26
squad-premise-validation
software-developers

Before fixing a claimed bug, prove the bug exists by writing a RED test against the current code. If the test passes unmodified, the bug does not reproduce — reclassify, do not "fix" a non-bug.

2026-04-26
squad-quality-bar
software-developers

Tests passing is necessary but not sufficient. Before committing, run the self-review checklist — no commented-out code, no TODOs, no PM traces, no defensive checks for impossible cases, no half-finished implementations.

2026-04-26
squad-reviewing-as-disprove
software-quality-assurance-analysts-and-testers

When acting as a reviewer agent, attempt to empirically disprove each finding before reporting it. Run the test, read the file, check the assertion. False-positive findings poison the team's trust in the ledger.

2026-04-26
squad-time-boxing
project-management-specialists

Exploratory work has a 2-hour cap. At 2h, stop and write up what you know — hypotheses tried, ruled-out causes, evidence collected, what is still unknown. Then escalate, parallelize, or block. Long unsuccessful sessions are a signal, not a setback.

2026-04-26