By cmartinezs
Structured planning system for software projects. Full autonomous pipeline (/plan-run), phase agents (/plan-agent-plan, /plan-agent-execute, /plan-agent-validate), lifecycle management (plan-new, plan-expand, plan-scope, plan-done, plan-archive), atomic task decomposition (plan-atomize, plan-task, plan-task-validate), backlog enrichment (us-enrich, us-new, epic-enrich), epic-to-planning bridge (plan-from-epic), and utilities: /plan-retry, /plan-scope-skip, /plan-rollback, /plan-standup, /plan-report, /plan-history, /plan-clone, /plan-export, /plan-health, /plan-merge, /us-split, /us-status.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generate documentation from planning artifacts (inline docs, ADRs, changelogs, user guides) at task, scope, or planning level.
Generate documentation for a completed scope — changelog entry and user guide (WB/AP) or consolidated ADR (IN). Thin wrapper around doc-generate invoked automatically by plan-scope.
Generate documentation for a completed atomic task — inline component doc and/or ADR depending on scope area. Thin wrapper around doc-generate invoked automatically by plan-task.
Add new stories to an existing story container. Reads the current content, identifies gaps in coverage, and guides the addition of new stories. Works with any directory of story files or single docume
Execute all pending scopes in a planning — atomizes and executes independent scopes in parallel using subagents, respecting dependency order.
██████╗ ██╗ █████╗ ███╗ ██╗███╗ ██╗██╗███╗ ██╗ ██████╗ ██╔══██╗██║ ██╔══██╗████╗ ██║████╗ ██║██║████╗ ██║██╔════╝ ██████╔╝██║ ███████║██╔██╗ ██║██╔██╗ ██║██║██╔██╗ ██║██║ ███╗ · with AI · ██╔═══╝ ██║ ██╔══██║██║╚██╗██║██║╚██╗██║██║██║╚██╗██║██║ ██║ ██║ ███████╗██║ ██║██║ ╚████║██║ ╚████║██║██║ ╚████║╚██████╔╝ Claude Code Plugin ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═══╝ ╚═════╝
Structured lifecycle planning for software projects
From within Claude Code, add the marketplace and install the plugin:
/plugin marketplace add cmartinezs/claude-planning-with-ai
/plugin install claude-planning-with-ai@cmartinezs
Or from your terminal:
claude plugin marketplace add cmartinezs/claude-planning-with-ai
claude plugin install claude-planning-with-ai@cmartinezs
To update to the latest version later:
claude plugin update claude-planning-with-ai@cmartinezs
# Scan your project, propose area codes, scaffold .planning/
/plan-init
/plan-init detects your top-level directories, infers the stack (Next.js, Spring Boot, Terraform…), and proposes a short code per area (WB, AP, IN…). Confirm or adjust — then everything is wired up automatically.
/plan-new 001-user-auth -- Implement JWT authentication
/plan-expand 001-user-auth # INITIAL → EXPANSION (identify scopes)
/plan-atomize 001-user-auth scope-01 # optional: atomic tasks (design + impl + unit tests)
/plan-task 001-user-auth scope-01 task-01 # execute one atomic task
/plan-scope 001-user-auth scope-01 # DEEPENING (execute scope tasks)
/plan-done 001-user-auth scope-01 # mark scope complete
/plan-archive 001-user-auth # audit + move to finished/
Or generate a planning directly from existing stories:
/plan-from-epic 001 path/to/epic/ # 1 story = 1 scope
AP, WB, IN…)./plan-init discovers your structure; you confirm./plan-atomize turns a scope into session-sized tasks, each with technical design, implementation steps, and unit tests./plan-validate audits structure, dependencies, and workflow references at any time.| Group | Commands |
|---|---|
| Init | /plan-init · --blank · --force |
| Lifecycle | /plan-new · /plan-expand · /plan-scope · /plan-done · /plan-archive |
| Atomic tasks | /plan-atomize · /plan-task · /plan-task-validate |
| Status / ideas | /plan-status · /plan-validate · /plan-template |
| Backlog | /us-new · /us-enrich · /epic-enrich · /plan-from-epic |
| Adjust | /plan-enrich-epic · /plan-enrich-story · /plan-split-story |
Full flag reference → docs/reference.md
| User guide | Concepts, flows, and worked examples |
| Developer guide | Architecture, skill format, how to extend |
| Command reference | All commands, flags, and the installed structure |
See CONTRIBUTING.md. The plugin is entirely markdown — no build step, no test runner. The fastest way to understand the architecture is docs/developer-guide.md.
MIT — free to use, fork, and modify. Attribution required.
Made by Carlos Martínez.
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 claimnpx claudepluginhub cmartinezs/claude-planning-with-ai --plugin claude-planning-with-aiUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.