design
Installation
SKILL.md
/design -- Product Validation Gate
Quick Ref: Validates that a proposed goal aligns with the product's strategic direction before discovery begins major work. Council-gated with
--preset=product.
Quick Start
/design "add caching layer for CLI" # validate goal against PRODUCT.md
/design --quick "add caching layer" # inline check, no council spawning
/design --strict "redesign hook system" # higher threshold (avg >= 2.5)
/design # infers goal from recent context
Execution Steps
Step 0: Check for PRODUCT.md
Related skills