Delegate plan review to an external model worker (Gemini, Codex, Cursor, or Claude) via tmux
Delegate PR review to an external model worker (Gemini, Codex, Cursor, or Claude) via tmux
Invoke the plan-do-review-renew skill — full plan-triage-execute-test-ship workflow with explicit checkpoints
Review a PR, fix issues directly in the worktree, push fixes, and comment on the PR
Use when the user gives any implementation task — bug fix, feature, refactor, or multi-phase project. Triages scope first, then brainstorms design before planning. Even small tasks get an assumption check. Larger tasks add full design exploration, planning, and review phases.
Use when a PR is open and needs review (including the shorthand "fixpr"). Fetches PR state, reviews the diff, fixes issues directly in the worktree, pushes, and comments on the PR about what was fixed. Can loop until clean.
A Claude Code plugin for structured Plan-Do-Review-Renew development workflows.
Every task follows the same cycle — triage, brainstorm the design, plan, execute in isolation, test, review, ship, and decide what's next. Even small tasks get a quick assumption check before diving in. Explicit checkpoints keep you in control.
Add the marketplace and install the plugin from within Claude Code:
/plugin marketplace add ANaka/work-cycle
/plugin install work-cycle@work-cycle
Or browse available plugins interactively with /plugin after adding the marketplace.
To pick up changes without restarting, run /reload-plugins.
superpowers:brainstorming invoked at Multi-session for HARD-GATE spec discipline; principles adopted inline at smaller tiers), acceptance-criteria ledger, plan (via /omc-plan) under a quality gate that absorbs superpowers:writing-plans rigor (bite-size tasks, exact paths, code-in-steps, type consistency), execute in isolated worktree, test, simplify (via /oh-my-claudecode:ai-slop-cleaner), doc check, final verify, commit, PR, merge. Includes a Debugging Gate (3-attempt cap with root-cause hypothesis required) and auto-suggests handoff prompts when context tightens or sessions break. All artifacts live under .omc/ (specs in .omc/plans/specs/, plans in .omc/plans/) — no second tree.fixpr shorthand.| Command | Description |
|---|---|
/work-cycle:plan-execute-review-renew | Invoke the plan-do-review-renew skill |
/work-cycle:review-pr | Invoke pr-review-fix on a PR |
/work-cycle:peer-plan-review | Delegate plan review to an external model (Gemini, Codex, Cursor, or Claude) |
/work-cycle:peer-pr-review | Delegate PR review to an external model (Gemini, Codex, Cursor, or Claude) |
graph TD
A[Triage<br/>+ pick tier] --> B[Brainstorm<br/>+ AC ledger]
B --> C[Plan<br/>quality gate]
C --> D{CP1<br/>Approve plan}
D --> E[Execute<br/>in worktree]
E --> F[Test<br/>lock behavior]
F --> G[Simplify<br/>ai-slop-cleaner]
G --> H[Doc check]
H --> I[Final verify<br/>fresh evidence]
I --> J[Commit]
J --> K{CP2<br/>PR strategy}
K --> L[Check loop]
L --> M{CP3<br/>Continue?}
M -->|New task| A
M -->|Continue| D
M -->|Handoff| N[Handoff prompt]
M -->|Done| O[Cleanup]
Cross-cutting throughout: Verification Tiers (Light/Standard/Thorough — auth/secrets/schemas never downgrade) and the Debugging Gate (3-attempt cap, root-cause hypothesis required before each fix).
gh CLI (for PR operations)git with worktree supporttmux (for /peer-pr-review and /peer-plan-review worker spawning)/omc-plan, /team, and /oh-my-claudecode:ai-slop-cleaner referenced in the skills)superpowers:brainstorming invoked at Multi-session, with spec output redirected to .omc/plans/specs/)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 anaka/work-cycle --plugin work-cyclePyMOL visualization skills for Claude Code - molecular visualization workflows for structural biology via pymol-agent-bridge
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
Opinionated 5-phase development lifecycle for Claude Code — language-agnostic, repo-local bin/* delegation
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.