mkdecision-framework

Solid

Operational decision frameworks: triage, escalation, case management, billing ops. Use for 'how to handle X cases', 'build triage', 'escalation protocol'.

AI & Automation 14 stars 2 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
39
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Decision Framework Builder Structures expert judgment into repeatable, auditable decision systems for recurring high-stakes choices. ## When to Use Activate when: - User asks "how should we handle X cases?" or "build triage system" - Designing escalation protocols or case management workflows - Billing ops, support, returns, incident response, compliance decisions - Any domain with classified decision types and routing rules ## Phase Anchor **Phase: 1 (Plan)** — Produces a decision framework document. **Handoff:** Developer agent implements the decision logic in code. ## Failure Handling - **Domain unclear:** Ask user for 3 example cases. Derive taxonomy from examples. - **No domain expert available:** Flag output as `needs-expert-input`. Mark uncertain classifications explicitly. ## Process (7 Steps) ### Step 1: Identify Decision Type Clarify the recurring decision being structured. What is decided? Who decides? How often? ### Step 2: Build Classification Taxonomy Load `references/decision-tree-template.md`. Map every case type into mutually exclusive categories. Aim for 3-7 top-level buckets — too few collapses distinct cases, too many creates lookup overhead. ### Step 3: Define Sequential Decision Rules Order rules by: **Safety > Compliance > Economics > Speed**. Never let speed override safety. Document the reasoning for each rule's position in the sequence. ### Step 4: Create Weighted Scoring Load `references/weighted-scoring-guide.md`. Define 3-5 factors w...

Details

Author
ngocsangyem
Repository
ngocsangyem/MeowKit
Created
5 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

decision-framework

Applies structured decision frameworks - RACI, Eisenhower, weighted scoring, decision trees - to a business choice. Use when a multi-stakeholder decision is stuck. Not for thinking models - use mental-model-teacher.

1 Updated 5 days ago
poorvith-mp
AI & Automation Listed

decision-framework

Applies structured decision frameworks - RACI, Eisenhower, weighted scoring, decision trees - to a business choice. Use when a multi-stakeholder decision is stuck. Not for thinking models - use mental-model-teacher.

1 Updated 5 days ago
prvthmpcypher
AI & Automation Listed

decision-matrix

Use when choosing between options or prioritizing — "decide", "choose between", "which should I pick", "compare options", "trade-off", "which library/framework/database/vendor", "build vs buy", "best option for", "prioritize", "rank these", "RICE/WSJF". A quantitative weighted-decision engine: scores options against weighted criteria with multiple methods (weighted-sum, Pugh, TOPSIS/AHP, RICE/WSJF/ICE/Kano), runs sensitivity analysis, flags when methods disagree, applies hard-constraint vetoes, aggregates multiple scorers, and records a numbered DEC decision. Fire this for ANY non-trivial multi-option choice or prioritization, even a mid-task internal fork — the math is deterministic and the decision is recorded. Not for qualitative-only trade-off framing (use decision-mapping) or stochastic rollout search (use recursive-decision-ledger).

0 Updated today
RubyEyedReaper