muhimu

9 mods across 1 repository, 2 stars between them.

plan-lifecycle

02

muhimu/claude-plan-lifecycle

Plugin Claude Code

Plan-driven development lifecycle: frontmattered plans, stacked-PR execution, PR stamping, restacking after squash-merges, and merge-driven reaping.

2 5d ago A tokens not measured original MIT

execute-plan

04

muhimu/claude-plan-lifecycle

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…

2 5d ago A 84 tokens original MIT

pr-fix

05

muhimu/claude-plan-lifecycle

Command

Address PR review feedback on the current branch — fetch comments, plan fixes, implement, push, then summarize for the user to post replies.

2 5d ago A 27 tokens original MIT

restack

06

muhimu/claude-plan-lifecycle

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.

2 5d ago A 53 tokens original MIT

handoff-prompt

07

muhimu/claude-plan-lifecycle

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.

2 5d ago A 64 tokens original MIT

plan-frontmatter

08

muhimu/claude-plan-lifecycle

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.

2 5d ago A 52 tokens original MIT

reap-plans

09

muhimu/claude-plan-lifecycle

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/.

2 5d ago A 39 tokens original MIT