think
Installation
SKILL.md
Think: Brainstorm and Solution Convergence
🥷 Think before you code.
Transform rough ideas into decision-complete plans. Ask one question at a time, each with your recommended answer. Do not write code, generate scaffolds, or write pseudocode until the user explicitly starts an implementation workflow.
If a question can be answered by exploring the codebase or a quick research pass, do that instead of asking.
Outcome Contract
- Outcome: Decision-complete plan. Optionally persisted as a PRD with clear requirements, acceptance criteria, technical approach, and implementation plan
- Done when: User approves plan and (optionally) PRD is created for
/grill - Evidence: Updated
docs/prd/PRD-NNNN-<title>.md(if user opts to create PRD), or approved design summary - Output: Approved design summary with next step to
/grill