Plan and implement features as stacks of small, focused PRs using TDD with git-town branch management
Implements PRs from a STACK file using TDD (RED/GREEN/commit/PR cycle). Use when (1) implementing an existing STACK file, (2) resuming work on a PR stack, (3) continuing implementation from a specific PR number. Triggers: 'implement the [X] stack', 'continue the [X] stack', 'resume PR [N]', 'implement STACK-[X].md'.
Sets up parallel execution environments with git worktrees and per-agent STACK files for multi-agent PR stack implementation. Use when (1) setting up parallel workspaces for a large stack, (2) creating worktrees for multi-agent execution, (3) splitting a STACK file for parallel work. Triggers: 'setup workspace for [X]', 'prepare parallel execution', 'setup parallel for [X]', 'create worktrees for [X]'.
Plans features as PR stacks by analyzing codebases, consulting architect agents, and creating STACK files. Use when (1) planning a new feature stack, (2) breaking down a large feature into small PRs, (3) creating a STACK-[FEATURE].md file. Triggers: 'plan the [X] feature', 'create a PR stack for [X]', 'break down [X] into PRs'.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Workflow and utility plugins for Claude Code.
# Add the marketplace
/plugin marketplace add derekspelledcorrectly/claude-plugins
# Browse available plugins
/plugin
# Install a specific plugin
/plugin install <plugin-name>@derek-plugins
| Plugin | Description |
|---|---|
| chezmoi | Chezmoi-aware dotfile editing guard and expertise. Prevents direct edits to chezmoi-managed files and provides chezmoi workflow guidance. |
| pr-stack | Plan and implement features as stacks of small, focused PRs using TDD with git-town branch management. |
Each plugin lives in plugins/<plugin-name>/ with the standard Claude Code plugin structure:
plugins/<plugin-name>/
.claude-plugin/
plugin.json
commands/ # Slash commands (.md)
agents/ # Subagent definitions (.md)
skills/ # Skills (subdirs with SKILL.md)
hooks/ # Event handlers (hooks.json)
Register it in .claude-plugin/marketplace.json under the plugins array.
npx claudepluginhub derekspelledcorrectly/claude-plugins --plugin pr-stackChezmoi-aware dotfile editing guard and expertise. Prevents direct edits to chezmoi-managed files and provides comprehensive chezmoi workflow guidance.
Git workflow automation and conventional commits
Git and PR workflows with code review, onboarding, and PR enhancement
Skills, slash commands and hooks for the Humans-in-the-Loop idea-to-code workflow. Use with the workflow scripts at https://github.com/chrisrichardson/genai-development-workflow
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge