From goals
Explain a project decision from the active Goals goal in plain language — what needs the user, the recommended reply, and what happens next. Use inside a Goals project when a technical decision, risk, or tradeoff needs a non-technical explanation, or when deciding whether a choice should interrupt the user.
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 goalsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.