
Analyze state management and mutation patterns. Use when debugging state bugs or investigating race conditions.
Map repository structure, tech stack, and entry points. Use for onboarding or understanding unfamiliar codebases.
Run codebase analysis with specialized agents. Use for architecture, dependencies, performance, or code quality review.
Find unused code, deprecated paths, and documentation drift. Use when cleaning up codebase, preparing for refactor, or auditing technical debt.
Map business logic, domain entities, and invariants. Use when onboarding or finding where business rules live.
Identify performance bottlenecks through static analysis. Use when reviewing code for scalability, investigating slowness, or preparing for production.
Generate new features, components, services, and modules that follow existing codebase patterns.
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
Identify cross-cutting concerns: auth, logging, validation, resilience. Use for security audits or consistency checks.
Map module dependencies, find cycles, and identify coupling hotspots. Use before refactoring or when changes cascade unexpectedly.
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
Analyze public interfaces and API contracts. Use when reviewing API design or checking validation.
Trace error handling paths and find gaps. Use when debugging silent failures or auditing reliability.