ideate
Explore problem spaces, generate options, and challenge assumptions. Use when the user is uncertain what to build, exploring possibilities, needs help prioritizing roadmap items, or says things like "I'm not sure", "what if", "should we", or "help me think through".
review-architecture
Architecture-focused code review. Checks for pattern consistency, separation of concerns, and dependency direction.
review-readability
Readability-focused code review. Checks for clarity, naming, documentation, and maintainability.
review-security
Security-focused code review. Checks for vulnerabilities, injection attacks, auth issues, and data exposure.
review-simplicity
Simplicity-focused code review. Checks for over-engineering, unnecessary abstraction, and premature optimization.
design-comp
Generate a visual design comp from a PRD by analyzing who uses the feature, what design problems it introduces, how it fits (or doesn't) within the existing design system, and rendering the result as artboards to a canvas tool.