decision-frameworks

Determine the appropriate Claude Code component type for a given use case.

1|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/racurry/neat-little-package --skill decision-frameworks-racurry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-frameworks
Source: https://github.com/racurry/neat-little-package/tree/main/plugins/box-factory/skills/box-factory-architecture/building-blocks/decision-frameworks.md
Command: npx skills add https://github.com/racurry/neat-little-package --skill decision-frameworks-racurry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When content involves choices, decision frameworks organize how to present options clearly.

Core Features & Use Cases

  • Binary and multi-option patterns: Table-driven, binary, and multi-option decisions
  • Consistent templates: Reusable decision formats across skills

Quick Start

Example user request: Create a binary decision table for choosing between 2 toolchains.

Frequently Asked Questions about decision-frameworks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use decision frameworks to choose between multiple options?

Decision frameworks organize multi-option choices using structured patterns like binary tables and comparison matrices. They present options clearly with consistent templates, helping you evaluate trade-offs and select the right choice based on your requirements.

What's the best way to structure a binary decision table?

Binary decision tables use table-driven patterns to compare two alternatives side-by-side, listing criteria in rows and options in columns. This format makes it easy to weigh trade-offs and reach a clear decision consistently across similar choices.

When should I use decision frameworks instead of informal evaluation?

Use decision frameworks when you need repeatable, consistent choices across multiple similar decisions or when trade-offs are complex. Structured patterns reduce bias, document reasoning, and make your decision logic reusable across projects.

Can I apply decision frameworks to component selection in plugin architectures?

Yes. Decision frameworks help determine the appropriate component type—skill, agent, command, or hook—by applying structured patterns to Box Factory architectures, including multi-component plugins, delegation patterns, and isolation rules.

How do decision tables improve cross-component interaction debugging?

Decision tables map interaction patterns and isolation boundaries explicitly, helping you visualize which component type fits each role. This structured view reveals misaligned delegations and enforcement gaps in plugin architectures before they cause failures.