Runs PM-Designer-Doc triple review protocol to reach consensus on feature specs before implementation. Includes domain documentation consistency check. Use before implementing any new screen, component, or significant feature.
Create Server and Client React components with proper props, state, and patterns
Enforce docs ↔ code consistency before and after implementation. Launches doc-reviewer agent to cross-check domain documentation against actual codebase, detects drift, and ensures documentation updates accompany code changes.
Create API routes with proper validation and error handling for Next.js App Router (Node.js runtime)
API request pattern with Query Layer, centralized query key management with factory pattern, and TanStack Query integration
Create parser functions for external data with basic and advanced patterns
Create Zod schemas for runtime validation with basic and advanced features
Official SKILL file format with YAML frontmatter and structure guidelines