← ClaudeAtlas

deliberatelisted

Use when about to throw a substantive decision back at the user as a multiple-choice question, when the user has explicitly delegated the choice ("you decide", "you pick", "i aint picking", "stop asking me to choose", "just do it"), when a craft / strategy / architecture / design / project decision involves competing pressures requiring synthesis, or any time multiple equally-defensible paths exist and the right answer requires deliberation rather than information retrieval. Three-agent sequential loop (Opinion-Drafter → Goal-Auditor → Impact-Maximizer) iterates until convergence, then issues a single recommendation. Skip for trivial mechanical tasks (file ops, format conversions, single-fact lookups, information requests). Auto-fires before any clarifying question that asks the user to pick between substantive options.
LuciferDono/deliberate · ★ 1 · AI & Automation · score 72
Install: claude install-skill LuciferDono/deliberate
# Deliberation Loop Three-agent sequential loop that converges on a single recommendation. Eliminates the menu-of-options pattern. Built because Claude's default response to ambiguity is to throw choices back at the user — and some users ("i aint picking anything") explicitly delegate the synthesis. This skill operationalizes the delegation. ## When to fire **FIRE the loop when ANY of:** - About to ask "should I do A or B?" where A and B are both plausible substantive paths - The user has said any of: "you pick", "you decide", "i aint picking", "stop asking me to choose", "just do it", "converge for me", "synthesize and tell me" - Decision involves competing pressures (craft vs. commercial, wound vs. scope, short-term vs. long-term, project A vs. project B, sunk-cost vs. pivot) - Multiple equally-defensible paths exist - The cost of getting it wrong is high enough that single-shot intuition is risky **DO NOT fire the loop for:** - Single-fact lookups ("what version of X are we on?") - Mechanical tasks (file ops, format conversions, renames, lints) - Decisions where one path is clearly correct (e.g., obvious bug fix, unambiguous user request) - Pure information requests - The user explicitly asks for a menu rather than a recommendation ## The three roles ### Agent 1 — Opinion-Drafter Reads the question + full context. Forms an honest opinion. Picks a path or proposes a better one. Gives reasoning. **Names the cost.** **Names what's uncertain.** ~250 words. Agent 1's