Agent Plugins Marketplace
← All plugins

mece-decomposer

v0.8.0

MECE decomposition for breaking work into mutually exclusive, collectively exhaustive parts. A skill you invoke when decomposing something -- it ships no SessionStart hook, because the method is needed at a decision point the model can recognise, not before the first action of every session.

Claude Code5 Skills1 MCP serverstdio

By fblissjr2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install mece-decomposer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mece-decomposer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fblissjr/fb-claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is apps/mece-decomposer/.

Plugin files

apps/mece-decomposer/
├── .claude-plugin/plugin.json
├── skills/decompose/SKILL.md
├── skills/export/SKILL.md
├── skills/interview/SKILL.md
├── skills/mece-decomposer/SKILL.md
├── skills/validate/SKILL.md
└── .mcp.json

Included Skills5

decomposeskills/decompose/SKILL.md

Break down a goal, process, or workflow into MECE components with Agent SDK mapping. Use when user says "decompose", "break down this process", "MECE analysis", "create a decomposition tree", or pastes a JSON/YAML/CSV workflow export to analyze.

exportskills/export/SKILL.md

Generate Claude Agent SDK Python code scaffolding from a validated MECE decomposition. Use when user says "export to Agent SDK", "generate agent code", "create SDK scaffolding", or wants to turn a decomposition tree into runnable Python code.

interviewskills/interview/SKILL.md

Extract process knowledge from an SME through structured MECE interview. Use when user says "interview me about a workflow", "help me map this process", "extract process knowledge", or wants to build a decomposition through guided conversation.

mece-decomposerskills/mece-decomposer/SKILL.md

MECE decomposition methodology, scoring rubrics, and Agent SDK mapping for process analysis. Loaded automatically when decomposing goals, tasks, processes, or workflows into Mutually Exclusive, Collectively Exhaustive components. Provides the domain knowledge used by /decompose, /interview, /validate, and /export commands. Use when user says "decompose", "break down this process", "MECE analysis", "interview me about a workflow", "map process to agents", "validate decomposition", or "export to Agent SDK".

validateskills/validate/SKILL.md

Validate a MECE decomposition for compliance, structural integrity, and SDK readiness. Use when user says "validate decomposition", "check MECE compliance", "run validation", or wants to verify a decomposition tree passes quality gates.

MCP servers1

mece-decomposerstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp-app/dist/index.cjs --stdio

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

apps/mece-decomposer/.claude-plugin/plugin.json
{
  "name": "mece-decomposer",
  "version": "0.8.0",
  "description": "MECE decomposition for breaking work into mutually exclusive, collectively exhaustive parts. A skill you invoke when decomposing something -- it ships no SessionStart hook, because the method is needed at a decision point the model can recognise, not before the first action of every session.",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/fb-claude-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mece-decomposer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mece-decomposer)