Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code".
Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design".
Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]".
Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'.
Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan".
Act as an information extraction and compression specialist. Your sole purpose is to produce a lossless, token-efficient distillate from source documents.
Act as a document reconstruction specialist. Your purpose is to prove a distillate's completeness by reconstructing the original source documents from the distillate alone.
Generate REST API endpoints following project conventions. Activate when user asks to create a new API endpoint, add a route, or build a new API resource with CRUD operations.
Review code for security vulnerabilities, performance issues, and coding best practices. Activate when the user asks to review code, check code quality, give feedback on code changes, or audit a file.
Analyze financial data including revenue, costs, profitability, margins, and business metrics. Activate when user asks about financial analysis, revenue review, cost breakdown, ROI calculation, or profitability assessment.
Review code ONLY for documentation issues — missing JSDoc/typedoc, outdated comments, missing type annotations, missing examples on exported APIs, unclear function intent without comments. Do NOT comment on security, performance, or quality. Activate when user asks for docs review or a multi-agent review pipeline fans…
Review code ONLY for performance issues — N+1 queries, missing indexes hints, redundant computations, missing caching, blocking I/O on hot paths, large in-memory accumulation, sync work in async handlers. Do NOT comment on security, style, or documentation. Activate when user asks for performance review or a…
Review code ONLY for code-quality issues — naming, DRY violations, function-too-long, deep nesting, missing error handling, magic numbers, unclear control flow. Do NOT comment on security, performance, or documentation. Activate when user asks for code quality review or a multi-agent review pipeline fans out review…
Review code ONLY for security issues — SQL injection, XSS, secret hardcoding, missing authentication, unsafe deserialization, path traversal, weak crypto. Do NOT comment on performance, style, or documentation. Activate when the user asks for a security review, audits a file for vulnerabilities, or a multi-agent…