agentsclimarketplace

Mece analysis

Skill itseffi/agentic-os/.agents/skills/mece-analysis

Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.

Install
npx -y skills add itseffi/agentic-os --skill mece-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Structure thinking using Mutually Exclusive, Collectively Exhaustive categories. Use when breaking down problems or ensuring complete coverage.

SKILL.md

1.6 KB, 334 tokens by cl100k_base, as published. Nobody here has run it

MECE Analysis

Structure thinking using Mutually Exclusive, Collectively Exhaustive categories.

When to Use

When you need to break down a problem, categorize options, or ensure complete coverage.

The Principle

MECE = Mutually Exclusive, Collectively Exhaustive

  • Mutually Exclusive: No overlap between categories
  • Collectively Exhaustive: All possibilities covered

The Process

1. Analyze Mutual Exclusivity

For each pair of items:

  • Is there any overlap?
  • Could something belong to both?
  • If overlap exists, redefine boundaries

2. Analyze Collective Exhaustiveness

For the whole set:

  • Are there gaps?
  • What scenarios aren't covered?
  • What's missing?

3. Create Logical Tree

Structure as hierarchy:

  • Top level: Broadest categories
  • Sub-levels: More specific breakdowns
  • Each level should be MECE

Example

Bad (not MECE):

  • Marketing channels: Social, Digital, Facebook, Email
  • (Facebook overlaps with Social and Digital)

Good (MECE):

  • Marketing channels: Paid, Owned, Earned
    • Paid: Social ads, Search ads, Display
    • Owned: Email, Website, App
    • Earned: PR, Reviews, Word of mouth

Output

  • MECE categories with clear boundaries
  • Logical tree showing hierarchy
  • Notes on any gaps or overlaps found

When Not to Use

Do not use this skill when the request is unrelated, low-stakes, or better handled by a simpler direct response.

What ships with it: 1 file

220 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.