review-sprint
A senior-staff-engineer–style code review. Checks type safety, DRY, architecture, test coverage, and error handling. Produces a severity-graded report. Use after implementing changes or as a standalone quality check.
Garden
Codebase hygiene scan. Finds and fixes DRY violations, dead code, oversized files, type-safety drift, stale docs, and test gaps. Run periodically or after /build to keep the codebase healthy.
UXR Review
Persona-based UX heuristic review that simulates user journeys for defined personas, identifying friction points, missing features, and AI opportunities. Intended for use after UI features are built.
simplify
Review changed code for reuse opportunities, quality improvements, and efficiency gains. Focused code improvement pass — lighter than /review-sprint, targeted at specific files.
Clone App
Analyze any application from a screen recording OR a live URL. Generates a complete PRD with feature inventory, UX analysis, and technical spec. URL mode uses AI to explore the site and captures network telemetry.
build
Full build lifecycle orchestrator. Takes a feature request and drives it through research, plan, implement, validate, review, tend. Use when the user wants to build a feature, fix a bug, or make a significant change.