By laurigates
Orchestrate Git workflows with preflight repo validation—fetching remotes, checking PRs/issues, detecting conflicts—and checkpointed multi-phase refactoring for 10+ files that persists across sessions to beat context limits in multi-branch, multi-repo ops.
Multi-phase refactoring with persistent checkpoint files that survive context limits. Use when refactoring spans 10+ files, requires multiple phases, or risks hitting conversation context limits. Each phase reads/writes a plan file, enabling resume from any point. Supports "continue the refactor" across sessions.
Pre-work validation before starting implementation. Use when beginning work on an issue, feature, or fix to verify remote state, check for existing PRs, detect branch conflicts, and prevent redundant work. Catches problems that cause wasted effort: already-merged fixes, stale branches, unclean diffs.
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.
npx claudepluginhub laurigates/claude-plugins --plugin workflow-orchestration-pluginBevy game engine development - ECS, rendering, game architecture
Test execution, TDD workflow, testing strategies, and quality analysis
Python development ecosystem - uv, ruff, pytest, packaging, type checking
LangChain JS/TS development - agents, chains, LangGraph workflows, and Deep Agents patterns
Home Assistant configuration management - YAML configuration, automations, scripts, scenes, and entity management for Home Assistant installations
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
GitHub Actions CI/CD - workflows, authentication, inspection
Git automation - PRs, releases, branches, worktrees
Durable multi-worker coding orchestration with supervised CLIs, metric routing, transactional integration, recovery, and explicit approvals.
Commands for orchestrating complex workflows
Agent isolation via git worktrees - gives each subagent its own checkout to prevent interference.