planning
v1.19.0Structured implementation plan creation with context gathering, approach exploration, and revdiff review
By parmasterLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install planning for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install planning-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/parMaster/claude-dlcClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/planning/.
Plugin files
├── .claude-plugin/plugin.json├── skills/handoff/SKILL.md├── skills/plan/SKILL.md├── skills/pr/SKILL.md├── skills/review-plan/SKILL.md└── skills/spawn-session/SKILL.md
Included Skills5
Hand off an implementation plan directly to a fresh agterm session, skipping the plan/review-plan menus. Explicit invocation only.
Create a structured implementation plan in docs/plans/. Activates on "make a plan", "create a plan", "plan this feature", "write a plan", or when the user wants to document implementation steps before coding.
Open a draft PR for the current feature. Composes title from ticket ID/type convention and generates description from the plan file. Activates on "open a PR", "create a draft PR", "open draft PR", or as the final step after plan implementation.
Review an implementation plan for completeness, correctness, over-engineering, and test coverage. Iterates review rounds until no critical issues remain or round limit hit. Activates on "review plan", "check the plan", "critique this plan", or as an optional step after planning:plan.
Hand off an arbitrary task to a freshly spawned, independent agterm session running its own `claude` process — not a background subagent. Activates on "spawn a new session for this", "hand this off to a new session", "start a separate session for this job", "delegate this to a new terminal session", "run this in a separate/parallel session", "spin up a session for this slice", or when the user is slicing a larger job into pieces to hand off one at a time.
Plugin manifests1
{
"name": "planning",
"description": "Structured implementation plan creation with context gathering, approach exploration, and revdiff review",
"version": "1.19.0",
"author": {
"name": "parmaster"
},
"homepage": "https://github.com/parmaster/claude-dlc",
"repository": "https://github.com/parmaster/claude-dlc",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[planning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/planning-2)