squad
Installation
SKILL.md
Shared context: read
shared.mdfor project config & auth, pipeline levels, status transitions, API endpoints, error handling, and agent context flow. Safety principles: readprinciples.md— mandatory, not optional.
Commands
/squad or /squad list — View Board
BOARD=$(curl -s "${AUTH_HEADER[@]}" "$BASE_URL/api/board?project=$PROJECT&summary=true")
Output: markdown table with ID, Status, Priority, Title.
Epics: the board response carries an epics aggregate (each with children_progress and a derived epic_status). Group children under their epic from this aggregate + the embedded parent/children edges — never from tag parsing (see shared.md → Task Relationships & Epics). Show each epic's children_progress (e.g. 2/5 done).
/squad context — Session Handoff
Run first when starting a new session. Fetch board and output pipeline state: Implementing / Plan Review / Impl Review / Testing / Recently Done / Next Todo.