Loading...
Loading...
Found 36 Skills
Use when a task has multiple independent subtasks that can be executed concurrently by separate agents. Triggers when decomposed work has 2+ subtasks with no data dependencies, when subtasks operate on different files or codebase sections, when serial execution time would be significantly longer than parallel, or when independent analyses or deliverables need concurrent generation.
Use when dealing with 2 or more independent tasks that have no shared state or sequential dependencies
Independence-validated parallel fleet that runs each worker (claude -p or codex exec) in its own git worktree. Use when tasks touch non-overlapping files and you need merge-safe isolation (each worker on its own branch). For DAG-ordered one-shot workers with budgets, use dag-fleet. For headless iteration with a reviewer loop, use iterative-fleet.
Analyze an existing codebase with parallel mapper agents, creating codebase documentation, understanding brownfield projects, or mapping code structure. Triggers include "map codebase", "analyze codebase", "create project context", "document codebase", "understand code", and "codebase map".
Launch 3 research agents in parallel — market, users, tech — fast answers
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Comprehensive iOS/SwiftUI code review with optional parallel agents
Comprehensive Go backend code review with optional parallel agents
Show status of all features in .dev/. Scans feature folders using parallel agents, generates a status report, and offers to archive completed features.
explore — Deep codebase exploration with parallel agents. Use when exploring a repo or discovering architecture.
Comprehensive React/TypeScript frontend code review with optional parallel agents
Parallel Agent Type Contracts