orchestrate
Workflow orchestrator. Builds task queue from input, dispatches subagents, manages completion.
spawn
How to spawn subagents correctly. Use this reference when you need to delegate work to a specialized agent.
agent-teams-workflow
Coordinate agent teams for multi-domain collaborative implementation from a design doc or plan
ctx
View and manage hierarchical context for the current directory
debug
Systematic debugging workflow with root cause verification before fixing
develop
PR-based development workflow with SE team simulation
distill
Distill session episodes into persistent memory patterns
implement
Auto-started default workflow. Overridden by iterate, debug, or orchestrate when invoked.
iterate
Autonomous TDD implementation workflow with phase gates.
parallel-orchestrate
Orchestrate N independent TDD subagents from a YAML task manifest with worktree isolation
pipeline
Full pipeline from design doc through plan, manifest, parallel orchestration, to branch completion
plan-to-manifest
Translate a superpowers implementation plan into a parallel orchestration YAML manifest
poll
Controlled polling for async operations at specified intervals
pr-comment
PR review comment workflow - understand the concern before fixing
remember
Save a learning to persistent memory with automatic scope inference
teams-develop
Full PR-based development lifecycle using native Claude Code teams — PM coordinates specialized agents through intake, research, design, implement, review, integrate, and complete phases
verify
Run code quality checks (ruff, black, mypy, pytest)