mece
SolidMECE 분해 프레임워크. 근본 원인을 후행/선행 문제로 분해하고 누락(Exhaustive)+중복(Mutually Exclusive)을 검증. 행동 가능한 선행 문제만 다음 단계 입력. v1.3.5 에서 problem-definition P3 를 독립 skill 로 분리.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Adelie-Squad
- Repository
- Adelie-Squad/solosquad
- Created
- 7 months ago
- Last Updated
- 3 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
mece
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".
mece-decompose
Decompose a question or validate an existing breakdown into branches that are mutually exclusive and collectively exhaustive - issue trees with evidence-coded leaves, kill-test prioritization, and a testability check per branch. Use before dispatching quorum miners, when reviewing a spec or plan for completeness, or whenever coverage matters more than speed. Trigger on "break this down", "is this complete", "MECE", "issue tree", "what are we missing", "decompose the question", "structure the problem". Do NOT use for creative brainstorming, narrative writing, or early exploratory research - premature structure kills those.
define-acceptance-criteria
Use when a plan needs acceptance criteria before MECE review; skip throwaway PoC validation.