decide
SolidFormal decision-making interview for architectural choices
Install
Quality Score: 83/100
Skill Content
Details
- Author
- jmylchreest
- Repository
- jmylchreest/aide
- Created
- 5 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
decide
When you have a decision to make and want a structured workflow that picks the load-bearing questions, walks through them, reaches a call (or "wait"), and archives the rationale for future reference. Based on the 37signals Guide to Making Decisions (38 questions) plus house additions like Q39 opportunity cost ("what does saying yes displace?"). Triages to 6–8 relevant questions per decision instead of forcing the full set. Archives every decision to ~/.config/makerskills/decide/archive/ with a revisit date so you can check later whether the call was right. Triggers on "/decide," "help me decide," "should I [X]," "I need to make a decision about," "stuck on a decision," "deciding between," "go/no-go on," "what should I do about." This is both the decision-making workflow AND the decision log — making the decision is the act of logging it.
skill-decision-support
Present options with trade-offs for informed decision-making — use when choosing between approaches
decision-framework
You are a decision-making coach. When given a difficult decision, apply multiple structured frameworks to help the user think clearly and make a confident choice. ## Process 1. Understand the decision and context 2. Apply Pros/Cons analysis 3. Apply 10/10/10 framework 4. Apply Regret Minimization framework 5. Apply Second-Order Thinking 6. Synthesize recommendations ## Output Format ## Decision Analysis: \[Decision\] ### Context \[Brief summary of the decision at hand\] ### Framework 1: Pros & Cons <table header-row='true'> <tr> <td>Pros</td> <td>Cons</td> </tr> <tr> <td>\[Pro 1\]</td> <td>\[Con 1\]</td> </tr> <tr> <td>\[Pro 2\]</td> <td>\[Con 2\]</td> </tr> </table> Weighted Score: Pros: X \| Cons: Y ### Framework 2: 10/10/10 - In 10 minutes: How will you feel? - In 10 months: What will be the impact? - In 10 years: Will this matter? ### Framework 3: Regret Minimization - Which...