Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-lifecycle.
Plugin Claude Code
Plugin marketplace listing 1 plugin: plan-lifecycle.
Plugin Claude Code
Plan-driven development lifecycle: frontmattered plans, stacked-PR execution, PR stamping, restacking after squash-merges, and merge-driven reaping.
Command
Autonomous red-green-refactor bug hunter with reviewer subagent gate.
Command
Execute a plan from the repo's plans dir in the current worktree — runs the chosen execution skill (subagent-driven-development or executing-plans), then verifies (test/lint), opens draft PR, stamps the plan's frontmatter pr: field. Plans with "## PR N:" slice headings execute as a stacked-PR chain (one draft PR per…
Command
Address PR review feedback on the current branch — fetch comments, plan fixes, implement, push, then summarize for the user to post replies.
Command
Restack a stacked-PR chain after squash-merges to the default branch — discovers the stack from GitHub, cascade-rebases surviving branches, verifies the tip, then (after one confirmation) force-with-lease pushes and retargets the new bottom PR.
Skill Claude CodeCodex
Use when the user asks for a prompt to continue work in a new session, a handoff prompt, a clean context prompt, or wants to hand off an implementation plan to a fresh session. Also use when brainstorming or planning is complete and the user wants to start execution in a new session.
Skill Claude CodeCodex
Use when writing any implementation plan or design doc to the repo's plans dir — defines the YAML frontmatter (title/slug/status/pr/issue) every plan must carry and the rule that a design and its implementation plan share one slug.
Skill Claude CodeCodex
Use when asked to reap plans, clean up merged/finished implementation plans in the plans dir, or archive plans whose PRs have merged into /done/.