Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/decision-frameworks-wpank-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Installation
  2. OpenClaw / Moltbot / Clawbot
  3. When to Use
  4. Decision Matrix Template
  5. Build vs Buy Framework
  6. Library / Framework Selection
  7. Architecture Decision Framework
  8. Monolith vs Microservices
  9. SQL vs NoSQL
  10. REST vs GraphQL
  11. SSR vs CSR vs SSG
  12. Monorepo vs Polyrepo
  13. Priority Matrices — RICE Scoring
  14. MoSCoW Method
Ships with 1 file
  • metadata.json
Commands it runs
npx clawhub@latest install decision-frameworks
More from claude-skill-registry
All skills →
About this skill
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.

Keep going