planner
v0.7.0Planning session that turns an idea or an issue into agent-ready GitHub issues: question rounds, spec, tickets with blocking edges, triage, research, prototypes, and the acceptance that closes a finished spec against the code. Skills load only when invoked.
By Calvin DittkristLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 21, 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 planner for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install planner-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/CalvinDittkrist/workflowsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/planner/.
Plugin files
├── .claude-plugin/plugin.json├── skills/finish/SKILL.md├── skills/grill/SKILL.md├── skills/plan/SKILL.md├── skills/prototype/SKILL.md├── skills/research/SKILL.md├── skills/spec/SKILL.md├── skills/tickets/SKILL.md└── skills/triage/SKILL.md
Included Skills8
End the planning session. Refuses while work would be lost, then removes this worktree, workspace and branch.
Interview the user in numbered rounds until the design has no open branch left. Facts come from the repo, decisions from the user.
Driver of a planning session. Shows the session facts and the routes, recommends one, then hands over to the stage skills the user invokes.
Build throwaway code that answers one design question, then move it to its own branch and link it from the issue.
Settle a fact from outside the repo (docs, specs, a dependency's source) with a background subagent and bring the answer into the session.
Turn the current conversation into one spec issue. Synthesis only, no new questions.
Break the spec into agent-ready issues, each a complete vertical slice with its blocking edges, published in dependency order.
Move an issue through the triage states. Verify the claim, grill when needed, post the agent brief, set category and state labels.
Plugin manifests1
{
"name": "planner",
"version": "0.7.0",
"description": "Planning session that turns an idea or an issue into agent-ready GitHub issues: question rounds, spec, tickets with blocking edges, triage, research, prototypes, and the acceptance that closes a finished spec against the code. Skills load only when invoked.",
"author": {
"name": "Calvin Dittkrist",
"url": "https://github.com/CalvinDittkrist"
},
"repository": "https://github.com/CalvinDittkrist/workflows",
"license": "MIT",
"keywords": [
"planning",
"spec",
"tickets",
"triage",
"github"
]
}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.
[planner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/planner-2)