Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/decision-framework-invoker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Trigger Patterns
  2. Irreversibility
  3. Blast Radius
  4. Multi-Option Judgment Calls
  5. Root Cause Debugging
  6. Scoping Ambition
  7. Reframing Stuck
  8. Invocation Shape
  9. Example — The 1,881-File Publish (v1.49 release-history work)
  10. What This Skill is NOT
  11. Related
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going