decide

Solid

Formal decision-making interview for architectural choices

AI & Automation 15 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

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

Skill Content

# Decision Mode **Recommended model tier:** smart (opus) - this skill requires complex reasoning Formal decision-making workflow for architectural and technical choices. ## Purpose When facing a significant technical decision, this workflow guides you through structured analysis to make an informed choice that will be recorded and respected by all future sessions and agents. ## Workflow ### Phase 1: IDENTIFY Ask the user to clarify: - What decision needs to be made? - What is the context? (new system, migration, constraint?) - What are the requirements? (scale, team, timeline?) - Are there any hard constraints? **Example questions:** - "What technical decision do you need to make?" - "What problem are you trying to solve?" - "Are there any constraints I should know about?" ### Phase 2: EXPLORE Research and propose options: - List 3-5 viable alternatives - Include the obvious choices AND less common ones - For each option, note what it's best suited for **Output format:** ```markdown ## Options 1. **[Option A]** - Brief description - Best for: [use case] 2. **[Option B]** - Brief description - Best for: [use case] 3. **[Option C]** - Brief description - Best for: [use case] ``` ### Phase 3: ANALYZE For each option, evaluate: - **Pros**: What are the benefits? - **Cons**: What are the drawbacks? - **Fit**: How well does it match the requirements? **Output format:** ```markdown ## Analysis | Option | Pros | Cons | Fit ...

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

AI & Automation Featured

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.

229 Updated 2 days ago
coreyhaines31
AI & Automation Featured

skill-decision-support

Present options with trade-offs for informed decision-making — use when choosing between approaches

3,891 Updated today
nyldn
AI & Automation Listed

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...

0 Updated 1 weeks ago
prvthmpcypher