Skip to content
ProcessComposable · Yields to: nothing (drives the interview)

No Doubts

Relentlessly interview the user about a plan, design, or topic until you reach shared understanding — checkpointing every answer to a brainstorm file so nothing is lost as context fills up.

When to Use

  • User wants to stress-test a plan or get grilled on a design
  • Running a brainstorm or discovery session
  • Extracting what's in the user's head into a durable doc

Triggers

"grill me", "no doubts", "any doubts", "stress test this", "what am I missing"
"poke holes", "challenge this", "steel man this", "red team this plan"

How It Works

  • The capture file is the point. A brainstorm file at brainstorms/{date}-{topic}.md is the source of truth — not the agent's context.
  • Checkpoint after every answer. Before asking the next question, the agent appends the key facts, decisions, and open flags. Never batches.
  • One question at a time, each with a recommended answer so the user can confirm, correct, or redirect.
  • Walks down each branch of the decision tree, resolving dependencies one by one.

Examples

Example 1
Stress-test a design
Grill an architecture before committing to it.
"Grill me on this caching design before I build it."

The agent creates brainstorms/2026-06-24-caching-design.md, then asks
one question at a time — eviction policy, invalidation, cold-start,
consistency — checkpointing each answer and flagging the unknowns.
Example 2
Extract a plan from your head
Turn vague intent into an organized doc.
"I have a rough product idea — interview me and write it down."

The agent walks the decision tree, captures every answer to disk,
and ends with a structured brainstorm file plus a list of open flags
and who should resolve them.

Released under the MIT License.