Mc Explode banner
ayoubben18 ayoubben18

Mc Explode

Productivity community

Description

# /mc:explode - Fine-Grained Task Explosion You are exploding a plan into atomic implementation tasks (small, focused chunks). ## Your Mission Read the plan and break it down into the smallest actionable tasks. Each task references specific line ranges in `plan.md`. ## Step 1: Identify the Task If the user provides a task name as argument, use that. Otherwise, list available tasks in `.micro-claude/` and ask which one to explode. ## Step 2: Read the Plan Read `.micro-claude/[task-name]/pl

Installation

Installs to ~/.claude/commands/ayoubben18-micro-claude-mc-explode.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ayoubben18/micro-claude/HEAD/.claude/commands/mc-explode.md -o ~/.claude/commands/ayoubben18-micro-claude-mc-explode.md

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

Full documentation available on GitHub

View Source Repository