What problem does it solve? Turning a vague idea or feature request into a concrete, approved design is hard when requirements are unclear. This Skill structures the ideation process so nothing is planned or built before the design is validated. ## Core Features & Use Cases - Guided Clarification: Asks one clarifying question at a time, using multiple choice when possible, to define purpose, constraints, and success criteria. - Approach Comparison: Proposes 2-3 alternative approaches with tradeoffs and a justified recommendation before committing to a design. - Incremental Design Approval: Presents the design in sections (architecture, data flow, error handling, rollout) for per-section approval, then writes a spec to .gtsi/specs/<author>/ and hands off to gtsi-plan only after explicit approval. - Use Case: A user says "I want to improve our data pipeline monitoring but don't know where to start." The Skill explores the project context, asks targeted questions, compares monitoring approaches, and produces an approved spec ready for planning. ## Quick Start Ask the assistant to help you brainstorm and refine your idea into a design spec before any planning or coding begins.