Skip to content

v1.6.0 — Uncapped Brainstorming + But-Why Integration

Choose a tag to compare

@anotherben anotherben released this 20 Mar 21:48
· 26 commits to main since this release

What's New

Enterprise Brainstorm — Completeness-Driven EXTRACT

  • Removed the 3-4 question hard cap. EXTRACT now uses a completeness-driven loop with 6 dimensions (Problem, User, Experience, Success, Boundaries, Tech Context), each requiring a "bedrock" answer before moving on.
  • But-why questioning techniques imported: one question per turn, build on answers (not sideways), contradiction detection, magic wand question for solution-first requests.
  • Respects user autonomy: "just go" stops EXTRACT immediately, remaining gaps marked as ASSUMED.
  • Scaling by tier updated: Micro (skip) → Small (1-3) → Medium (3-8) → Large (5-15+).

Enterprise Brainstorm — Post-TDD Self-Validation Gate (Step 17b)

  • After producing the TDD, the agent self-challenges with 5 but-why questions before presenting to the user.
  • Catches weak designs, missing clarifications, and high-risk misunderstandings before they reach the user.

Enterprise Debug — Hypothesis Challenge (Step 3b)

  • Before accepting a hypothesis, the agent must answer 4 challenge questions:
    1. "Why is this the root cause and not a symptom?"
    2. "Why would this only break now / in this case?"
    3. "What would I expect if this hypothesis is WRONG?"
    4. "Says who?" — evidence from code/data, not assumption?

Enterprise Debug — Root Cause Chain

  • Phase 3 now includes a successive "why" chain that traces root cause to bedrock (deliberate trade-off / nobody knew / legacy / copied code).
  • Bedrock interpretation rules guide the fix strategy.

Files Changed

  • skills/enterprise-brainstorm/SKILL.md (+93 -25)
  • skills/enterprise-debug/SKILL.md (+52 -2)