From goals
Explains a technical decision, risk, or tradeoff from the active Goals goal in plain language, including what needs the user, the recommended reply, and what happens next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/goals:goals-decision-explainerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ships with the Goals CLI. Works **inside a Goals project** (a goal worktree with
Ships with the Goals CLI. Works inside a Goals project (a goal worktree with
active state created by goals start).
goals decision brief
It shows only choices that need the user, the recommended reply, what happens
after, and how many routine choices can stay with the agent.goals decision explain --file decision.json --level basic # or detailed, technical
If there is no active Goals goal, this skill does not apply — run it from a goal
worktree created by goals start.
npx claudepluginhub shivamgupta42/goals --plugin goalsDiscusses planning phases to identify ambiguities, capture decisions in CONTEXT.md, and lock them before plan generation. Supports phase numbers or --project mode.
Records design decisions as traceable sphinx-needs 'decision' directives with alternatives, rationale, and links to requirements. Use for documenting choices with full traceability in Sphinx projects.
Guides creation of decision records with full context, alternatives, rationale, and revisit conditions. Auto-links related PRDs, strategy docs, OKRs. Useful for product decision documentation.