plan-plus
01Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-plus.
Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-plus.
Plugin Claude Code
Optimizes Claude Code plan mode: on ExitPlanMode the full plan is copied to a plan-docs folder (plan-full.md) alongside a reference-docs/ folder, and the on-disk plan file is rewritten as a compressed line-reference index (each ## / ### header annotated with its (N-M) line range in the copy). An optional reused-s.
Agent
Execute plan steps from a plan-plus compressed plan (the on-disk plan file is a line-reference index pointing into /plan-full.md, with a sibling /reference-docs/ folder for small fine-grained context files). Spawn ONCE per project session using the session-specific name baked into the plan header (e.g.…
Hook
Runs after a tool call finishes for ExitPlanMode tool calls, executing restructure-plan.py via python3. From RandyHaylor/plan-plus.