decision-frameworks
Structured decision-making patterns for common engineering choices — library selection, architecture, build vs buy, prioritization, reversibility analysis, and ADRs. Use when choosing between tools, architectures, or approaches, or when documenting technical decisions.
npx skills add majiayu000/claude-skill-registry --skill decision-frameworks-wpank-ai --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Decision Frameworks (Meta-Skill) Structured approaches for making engineering decisions with confidence and traceability. ## Installation ### OpenClaw / Moltbot / Clawbot ```bash npx clawhub@latest install decision-frameworks ``` --- ## When to Use - Choosing between libraries, frameworks, or tools - Facing a build-vs-buy decision - Selecting an architecture pattern (monolith vs microservices, SQL vs NoSQL, etc.) - Multiple valid options exist and the team needs alignment - Prioritizing a backlog or technical roadmap - Documenting a significant technical decision for future reference --- ## Decision Matrix Template Use a weighted scoring matrix when comparing 3+ options across measurable criteria. | Criteria | Weight | Option A | Option B | Option C | |----------------------|--------|----------|----------|----------| | Performance | 5 | 4 (20) | 3 (15) | 5 (25) | | Developer Experience | 4 | 5 (20) | 4 (16) | 3 (12) | | Community Support | 3 | 5 (15) | 3 (9) | 2 (6) | | Learning Curve | 3 | 3 (9) | 4 (12) | 2 (6) | | Cost | 2 | 5 (10) | 3 (6) | 4 (8) | | **Total** | | **74** | **58** | **57** | **How to use:** 1. List criteria relevant to the decision 2. Assign weights (1-5) base
- Installation
- OpenClaw / Moltbot / Clawbot
- When to Use
- Decision Matrix Template
- Build vs Buy Framework
- Library / Framework Selection
- Architecture Decision Framework
- Monolith vs Microservices
- SQL vs NoSQL
- REST vs GraphQL
- SSR vs CSR vs SSG
- Monorepo vs Polyrepo
- Priority Matrices — RICE Scoring
- MoSCoW Method
npx clawhub@latest install decision-frameworks
What does the decision-frameworks skill do?
Structured decision-making patterns for common engineering choices — library selection, architecture, build vs buy, prioritization, reversibility analysis, and ADRs. Use when choosing between tools, architectures, or approaches, or when documenting technical decisions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill decision-frameworks-wpank-ai --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.
