From mece-decomposer
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mece-decomposer:interviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured conversational extraction of process knowledge from a subject matter expert. Produces a MECE decomposition through guided dialogue.
Structured conversational extraction of process knowledge from a subject matter expert. Produces a MECE decomposition through guided dialogue.
/interview <process or workflow to extract>
Examples:
/interview our invoice approval workflow/interview the deployment process for our SaaS platform/interview then describe what process you want to mapSTANDALONE (always works)
- Structured 5-phase interview protocol
- Adapts to your communication style
- Produces MECE tree + Agent SDK JSON
SUPERCHARGED (when MCP server connected)
+ Interactive tree visualization as you build it
+ Click nodes to refine, validate scores live
Establish what we are decomposing:
You narrate the end-to-end process as it works when everything goes right. I probe each step for:
Go back through each step and surface:
Discover handoffs, parallel activities, upstream dependencies, downstream consumers, time constraints, and approval gates.
Present the decomposition tree and iterate until you confirm it covers the process completely without overlap.
I adjust interview style based on how you think:
Same dual output as /decompose:
npx claudepluginhub fblissjr/fb-claude-skills --plugin mece-decomposerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.