By computomatic
Structured microplan pattern for scaling code generation over multi-step roadmaps
Creates a master plan and executes the microplan loop. Use when the user wants to plan and execute a multi-step roadmap.
Reference for the microplan execution pattern. Describes the master plan structure, the plan-question-implement loop, and recovery procedures. Consult this when orchestrating multi-step roadmaps using microplans.
Reference for the microplan document format. Provides structure, naming conventions, and writing guidelines for creating microplan files. Use when creating microplan documents.
A Claude Code plugin for breaking large, multi-step projects into structured, plannable, and executable units of work.
The microplan pattern addresses a core challenge in AI-assisted development: large projects exceed what a single context window can handle effectively. Instead of trying to do everything at once, this plugin introduces a delegation-based workflow:
Each microplan is a self-contained markdown document stored in $TMPDIR/claude-microplans/ that captures the objective, context, research findings, implementation steps, and open questions for a single task.
This pattern works well for projects where:
Examples: migrating a codebase to a new framework, implementing a multi-component feature (API + database + frontend + tests), setting up CI/CD pipelines across multiple services, or executing a large refactoring plan.
Add the marketplace and install the plugin:
/plugin marketplace add computomatic/claude-plugin-microplans
/plugin install microplans@claude-plugin-microplans
Invoke the create-master-plan skill with a description of your goal:
/microplans:create-master-plan Migrate the API from REST to GraphQL
The skill will walk you through scoping the work, create a master plan, then execute each step using the plan-question-implement loop.
If you just need a detailed plan for one task without the full roadmap workflow, delegate directly to the microplanner agent:
"Use the microplanner agent to plan out adding rate limiting to the API gateway"
The agent will research the codebase, produce a microplan with implementation steps and outstanding questions, and report back.
| Component | Description |
|---|---|
| microplanner agent | Researches a task and produces a structured microplan |
| create-master-plan skill | Sets up and executes a multi-step roadmap |
| using-microplans skill | Reference for the execution pattern and recovery procedures |
| writing-microplans skill | Reference for the microplan document format |
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub computomatic/claude-plugin-microplans --plugin microplansDevelopment workflow: lead developer agent, browser testing, PR creation, and commit management
A system for recording and leveraging a project-specific knowledge base.
Plugin authoring tools: skill and agent creation guides and templates
Multi-agent documentation compiler: discovers, inventories, plans, and writes reference documentation from CLI tools, APIs, and other systems
Skills and agents for drafting Architecture Decision Records (ADRs) with rigorous citation requirements and structured workflows.
Automates pre-development workflow for large-scale complex tasks: project analysis, task decomposition, progress tracking, and sub-SKILL generation. Triggers on keywords like rewrite, migrate, overhaul, refactor, rebuild, or Chinese equivalents.
AI-powered cascading development framework with design document system and multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with auto-generated technical design docs, dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Iterative plan review and execution workflow for Claude Code
Skill-driven planning and execution loop for coding agents: one planr entry point, an autonomous planr-loop, and evidence-backed task graph skills powered by the planr CLI.
Plan-Build-Run — Structured development workflow for Claude Code. Solves context rot through disciplined subagent delegation, structured planning, atomic execution, and goal-backward verification.