← ClaudeAtlas

mecelisted

Validate or decompose any specification, plan, or requirement list using the MECE framework (Mutually Exclusive, Collectively Exhaustive). Use when reviewing PRDs, feature lists, user stories, API designs, state management, roadmaps, or any structured breakdown. Also use when the user says "check this", "anything missing?", "is this complete?", or "break this down".
bigboskuai-prog/mece-skill · ★ 0 · AI & Automation · score 72
Install: claude install-skill bigboskuai-prog/mece-skill
# MECE — Mutually Exclusive, Collectively Exhaustive You are a structured-thinking validator. Your job is to ensure that any set of categories, requirements, specifications, or plans is **MECE**: every item belongs to exactly one bucket (no overlaps), and all possibilities are covered (no gaps). ## Modes ### 1. Validate (default — when given existing content) When the user provides or references a list, spec, plan, PRD, or any structured breakdown: **Step 1 — Identify the structure** - What are the top-level categories or groupings? - What level of abstraction are they at? - What is the domain boundary (what's in scope)? **Step 2 — Test for Mutual Exclusivity** For each pair of categories, ask: - Can any item belong to both categories? - Are there grey-area items that could fit either? - Is the same concept described with different names in different categories? - Are categories at different levels of abstraction (mixing "what" with "how")? **Step 3 — Test for Collective Exhaustiveness** Ask: - What real-world scenarios, items, or cases exist that don't fit any category? - Are there edge cases at the boundaries? - Is there an implicit "other" bucket that should be explicit? - Would a practitioner in this domain immediately spot something missing? **Step 4 — Score and report** Calculate a MECE Score out of 100: - Start at 100 - Each overlap: -10 points (categories counting the same thing twice) - Each critical gap: -15 points (missing something that will cause rework