3.9 KiB
3.9 KiB
Question Format
Anatomy of a Good Question
Components:
- Q{N}: Question number (for tracking)
- Question: Clear, specific, focused on one decision
- Why it matters: One sentence explaining impact
- Options: 2–4 meaningful choices
- Nuance: Brief context for each option
- ★ Recommendation (optional): Your lean with reasoning
Delivery via EnterPlanMode
Use EnterPlanMode for each question — enables keyboard navigation.
Structure:
- Prose above tool: context, reasoning, ★ recommendation
- Inside tool: options only (concise, scannable)
Don't bury recommendations inside the tool — keep them visible in prose.
Crafting Options
Option Count Guidelines
2 options: Use when choices are binary or you want to keep it simple
- Good: "Web app or mobile app?"
- Avoid: Forcing false dichotomy when more options exist
3 options: Sweet spot for most questions
- Good: Covers main approaches plus one alternative
- Avoid: Making options too similar
4 options: Use when you need a combination or "other"
- Good: Three distinct approaches + a hybrid option
- Avoid: Analysis paralysis with too many choices
Option Quality
Good options:
- Mutually exclusive (can pick only one)
- Collectively exhaustive (covers reasonable space)
- Clearly differentiated (not subtle variations)
- Actionable (leads to concrete next steps)
Bad options:
- Overlapping: "Option 1: Use React. Option 2: Use modern framework."
- Too similar: "Option 1: 100ms timeout. Option 2: 150ms timeout."
- Vague: "Option 1: Do it the normal way."
- Open-ended: "Option 1: Whatever you think is best."
Why It Matters
The one-sentence explanation serves multiple purposes:
- Context: Helps user understand why you're asking
- Priority: Shows this isn't arbitrary
- Decision framing: Clarifies what depends on this choice
- Respect: Demonstrates you're not just asking for the sake of asking
Good examples:
- "Why it matters — determines database schema design"
- "Why it matters — affects performance characteristics and scaling strategy"
- "Why it matters — impacts user experience for first-time visitors"
Weak examples:
- "Why it matters — I need to know"
- "Why it matters — this is important"
- "Why it matters — because"
Adding Nuance
Each option should include helpful context:
Good nuance:
- Trade-offs: "Faster to implement but less flexible long-term"
- Implications: "Requires HTTPS and external dependency"
- Prerequisites: "Need existing user database"
- Typical use case: "Best for high-traffic applications"
Weak nuance:
- Restating the obvious: "Uses OAuth" (when option says OAuth)
- Generic statements: "Good option"
- No information: Just the option name with no context
Recommendations (★)
Use recommendations when:
- You have genuine expertise or insight
- One option clearly fits better for typical cases
- User seems uncertain or asks for guidance
Don't recommend when:
- Purely user preference (e.g., color scheme)
- Not enough context yet
- All options equally valid
Good: 1. React [★] — mature ecosystem *best starting point for most teams*
Weak:
- ★ I like this one
- ★ Most popular
- Recommendation buried in prose above options
User Replies
Number is a shorthand, not a constraint:
2→ selects option 22, but with caching→ selection + modification2 and 3→ comboWhat's the difference?→ clarification request
All valid.
Adaptive Cadence
Baseline (~80% of questions):
- Clear question + one-sentence "why"
- 2–4 options with brief nuance
- Inline
[★]on recommended option - Optional:
[★] { expanded reasoning }in prose above if helpful
Expand when:
- High ambiguity or risk
- User uncertain or asks for detail
- Technical complexity needs explanation
Simplify when:
- Straightforward question
- User shows expertise
- Question 6+ in session
- User wants to move faster