Cw Decompose banner
robertsinke robertsinke

Cw Decompose

Development community

Description

--- description: Break any problem into a validated MECE tree. Frames the problem, decomposes it, and runs automated validation. argument-hint: "<problem statement>" --- # /cw-decompose Standalone problem decomposition — framing through validated MECE tree. ## Before anything else 1. **Load the partner voice.** Read `${CLAUDE_PLUGIN_ROOT}/references/partner-voice.md`. Adopt it. 2. **Load the MECE rubric.** Read `${CLAUDE_PLUGIN_ROOT}/references/mece.md`. Every split is tested against it. ##

Installation

Installs to ~/.claude/skills/robertsinke-clawsewitz-cw-decompose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robertsinke-clawsewitz-cw-decompose && curl -fsSL https://raw.githubusercontent.com/robertsinke/clawsewitz/HEAD/commands/cw-decompose.md -o ~/.claude/skills/robertsinke-clawsewitz-cw-decompose/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository