decision-framework-invoker
Triggers for automatically invoking the decision-framework skill before irreversible or high-blast-radius operations. Use as a checkpoint: when a proposed action matches a trigger pattern, pause and run the appropriate framework (first-principles, inversion, decision matrix, second-order thinking) before proceeding. Prevents ad-hoc calls from becoming regret.
npx skills add majiayu000/claude-skill-registry --skill decision-framework-invoker --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Decision Framework Invoker The `decision-framework` skill provides thinking frameworks (First Principles, 5 Whys, Eisenhower, Pareto, Inversion, Second-Order, Decision Matrix). This invoker skill captures **when to use it** — the trigger patterns that should prompt a pause-and-frame before proceeding. ## Trigger Patterns Invoke a decision framework when the proposed action matches any of these: ### Irreversibility - Destructive git operations: `push --force`, `reset --hard`, `branch -D` - Committing generated content to a shared repo (N files where N > 100) - Applying a schema migration to a production DB - Sending a message (Slack, email, PR comment) that cannot be recalled → **Framework:** Inversion ("what's the worst outcome; can we back out?") ### Blast Radius - Changes affecting multiple packages / projects - Renaming public APIs, CLI flags, config keys - Removing a feature that has downstream consumers - Rewriting > 1,000 lines across a codebase → **Framework:** Second-Order Thinking ("what does this cause, and what does that cause?") ### Multi-Option Judgment Calls - Choosing between 3+ architectural paths - Picking a library/framework with long-tail commitment - Prioritiz
- Trigger Patterns
- Irreversibility
- Blast Radius
- Multi-Option Judgment Calls
- Root Cause Debugging
- Scoping Ambition
- Reframing Stuck
- Invocation Shape
- Example — The 1,881-File Publish (v1.49 release-history work)
- What This Skill is NOT
- Related
What does the decision-framework-invoker skill do?
Triggers for automatically invoking the decision-framework skill before irreversible or high-blast-radius operations. Use as a checkpoint: when a proposed action matches a trigger pattern, pause and run the appropriate framework (first-principles, inversion, decision matrix, second-order thinking) before proceeding. Prevents ad-hoc calls from becoming regret.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill decision-framework-invoker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
