| name | decide |
| description | Decides between researched approaches before implementation. Use when asked to choose an approach, challenge a recommendation, make an architecture decision, compare options, define rollback and falsification signals, or obtain approval; routes blindspot passes, brainstorms, interviews, references, and prototypes to essential:discover. |
| model | opus |
| allowed-tools | Read, Glob, Grep, Bash, Skill, AskUserQuestion |
| argument-hint | [problem-or-question] |
Decide
Converge on one approach before acting. The output is an approved decision,
not an implementation artifact; essential:discover owns divergent exploration
when the evidence or option surface is not ready to converge.
Boundaries
- Use for: choosing among multiple viable approaches, resolving tradeoffs before
an irreversible change, and grounding a plan in observed constraints.
- Do not use for: blindspot discovery, broad brainstorming, preference
elicitation, reference extraction, or prototypes (
essential:discover), or a
problem with one clear established path (use its implementing skill).
Inputs
- Required: the problem or question (
$ARGUMENTS); when empty, resolve it
from conversation context.
- Optional: a
DISCOVERY.md, specification, decision log, or other evidence
artifact; an implementing skill for the approved handoff.
- Never execute, create, or modify files before approval.
- Never delegate: this is one bounded convergence pass, not an audit.
- Do not force a recommendation from sparse evidence. Route to
`essential:discover` when a material option, constraint, or acceptance
criterion is still unknown.
Workflow
-
Check readiness. Read the supplied evidence and up to three directly
relevant files. Separate user-stated intent, observed facts, inferences,
accepted assumptions, and unresolved questions. If a material unknown could
change the option set or acceptance criteria, invoke essential:discover
with that gap and stop this pass until its result returns.
-
Frame the decision. State what is being decided, why a naive answer is
unsafe, the constraints that bind it, and what a bad outcome looks like.
-
Compare approaches. Produce two or three materially distinct options,
always including the smallest viable change. For each, state evidence,
cost/complexity, reversibility, accepted tradeoffs, and what it breaks or
ignores. Recommend one option.
-
Challenge the recommendation. Give the two or three strongest
objections. State whether each changes the recommendation and name the
falsification signal that would make another option win.
-
Validate completeness. Require identified dependencies, at least one
edge case or failure mode, a rollback path or explicit reason none is
needed, and no hidden material decision. Explicitly deferred matters name an
owner and decision deadline; blockers prevent approval.
-
Present and stop. Ask the user to approve, revise, or reject:
RECOMMENDATION: [one-sentence summary]
Approach: [chosen option]
Evidence: [observed facts supporting it]
Tradeoffs accepted: [what is given up]
Edge cases handled: [named]
Falsification signal: [evidence that changes the choice]
Rollback: [path or reason it is unnecessary]
Deferred decisions: [owner + deadline, or none]
WAITING FOR APPROVAL — not implementing until confirmed.
On rejection, incorporate the new constraint and return to step 3. On
approval, continue to step 7.
-
Hand off. Discover the one or two most relevant available skills by
frontmatter, select the owner of the approved outcome, and invoke it with the
decision, observed constraints, accepted assumptions, falsification signal,
rollback, and relevant paths.
-
Run the verification below; fix a failed check and repeat until it passes or
a concrete blocker remains.
Verification
- No artifact changed before approval and no subagent was dispatched.
- Every recommendation is grounded in observed evidence and names its
falsification signal, accepted tradeoffs, dependencies, edge case, and
rollback posture.
- No material unknown is hidden as an assumption; discovery was invoked when
the evidence was not ready to converge.
- The approved handoff includes the full decision contract.
Completion
Report the recommendation, user decision, deferred decisions, and—after an
approved handoff—the invoked skill and context passed. When no option survives,
name the eliminating constraint rather than forcing a recommendation.