squad-plan
openbooklet.com/s/squad-planopenbooklet.com/s/squad-plan@1.0.0GET /api/v1/skills/squad-planGenerate a parallel workstream plan for multi-agent Claude Code work. Decomposes a feature into independent workstreams, each ownable by a separate Claude Code instance. Saves to claude/tasks/ACTION_PLAN.md.
**Use when:** you need to interact with a web page â test a UI, scrape docs, verify a login flow, research a live API.
Structural change safety gate. Builds a SHA-256 AST graph from source code, then on any diff computes: - **Risk score** (0â100) - **Blast radius** â all transitively affected nodes (BFS, 100% recall) - **Breaking changes** â nodes whose signature changed - **Impacted flows** â execution path
Reads directly from `~/.claude/projects/` (no API keys, no wrappers) and renders a TUI dashboard showing where tokens go.
Verify that a symbol (field, enum, status code) exists across all layers of a monorepo. Use after adding new fields, enums, or codes to catch cross-layer gaps.
Analyze the current branch's diff against its merge-base with main.
Run Docker operations in non-interactive mode.
Git workflow helpers for everyday operations.
Verify that the Claude Brain configuration is healthy and complete.
Generate a PR/MR description after the review passes. Use after /review confirms the code is ready to merge. Reads claude/templates.md for the required format.
**MCP server key:** `serena` â tools: `mcp__serena__*`
Start service(s) locally for development. Accepts a service name, all, frontend, or backend. Reads claude/build.md for the actual start commands.
Give a one-glance status report of the Claude Brain setup for this repo.
Scan codebase exports and generate CODE_INDEX.md organized by capability. Check this index before writing new functions to prevent duplication (no more formatDate2 when formatDate exists).
Auto-indexed from brain-bootstrap/claude-code-brain-bootstrap
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.