Use Case: Exploration

Before how comes what. The running example here is a feature idea nobody has committed to yet — an offline mode for the ASE CLI — widened into options, narrowed to a shortlist, and then attacked from both sides.

  1. 1

    Sanity Check

    Question the Premise

    Before a single option is generated, the motivation behind the idea is traced to its root, which either confirms the need or dissolves it.

    Claude Code
    /ase-meta-why --width 2 Engineers lose their agent session when the network drops
  2. 2

    Diverge, Converge

    Brainstorm the Options

    With the need confirmed, ideas are generated broadly, clustered, and scored down to a shortlist with a recommended direction.

    Claude Code
    /ase-meta-brainstorm --max-clarify 0 --min-ideas 20 --max-shortlist 3 an offline mode for the ASE CLI
  3. 3

    Best Case

    Build the Steelman

    The strongest possible case for the shortlisted direction is built, so the idea is judged at its best rather than at its sloppiest formulation.

    Claude Code
    /ase-meta-steelman --rounds 2 An offline mode should cache every MCP response locally
  4. 4

    Worst Case

    Play Devil's Advocate

    The very same thesis is then relentlessly challenged, which surfaces the objections a reviewer would raise days later.

    Claude Code
    /ase-meta-diaboli --count 5 An offline mode should cache every MCP response locally
npm install -g @rse/ase && ase setup install