
Work Cycle
- Updated June 25, 2026
- ANaka/work-cycle
work-cycle is a Claude Code plugin marketplace that enforces Plan-Do-Review-Renew development with explicit checkpoints for developers who need git worktree isolation, PR review, and merge gates in long Claude Code sessi
About
work-cycle (ANaka/work-cycle) ships 1 plugin (v1.0.0) with 3 auto-invoked skills and 5 slash commands. The plan-do-review-renew skill runs triage, brainstorm, `/omc-plan`, isolated worktree execution, testing, `/oh-my-claudecode:ai-slop-cleaner`, commit, PR, and merge with three human checkpoints. pr-review-fix and deslop-review clean open PR diffs; peer-plan-review and peer-pr-review spawn external model reviewers via tmux. Artifacts live under `.omc/plans/` including specs in `.omc/plans/specs/`. Requires `gh`, git worktrees, oh-my-claudecode, and superpowers. Developers reach for work-cycle when Claude Code sessions need a gated ship pipeline—not a single ad-hoc coding prompt.
- Ships 1 plugin v1.0.0 with 3 skills and 5 `/work-cycle:*` commands
- Plan-Do-Review-Renew cycle uses git worktrees and 3 explicit human checkpoints
- Debugging Gate caps fix attempts at 3 with a required root-cause hypothesis
- peer-pr-review spawns external reviewers (Gemini, Codex, Cursor, Claude) via tmux
Work Cycle by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add ANaka/work-cycleAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 25, 2026 |
|---|---|
| Repository | ANaka/work-cycle ↗ |
How do you gate Claude Code plans before shipping PRs?
Run `/work-cycle:plan-execute-review-renew` to triage, plan in `.omc/plans/`, execute in a git worktree, test, open a PR, and merge with explicit checkpoints.
Who is it for?
Claude Code developers using oh-my-claudecode and superpowers who want checkpointed plan-to-PR workflows with worktree isolation and PR deslop passes.
Skip if: Developers without gh CLI, git worktree support, or willingness to install oh-my-claudecode and superpowers dependencies should skip work-cycle.
What you get
`.omc/` specs and plans, worktree implementations, test evidence, PRs via gh, and deslop or peer-review summaries.
- .omc/ plan artifacts
- pull requests
- peer review summaries
By the numbers
- Lists 1 plugin at version 1.0.0
- Includes 3 auto-invoked skills and 5 slash commands
- Debugging Gate enforces a 3-attempt cap on fix loops
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Choose work-cycle over a single review skill when you need the full Plan-Do-Review-Renew pipeline with worktrees, checkpoints, and PR deslop—not just one review pass.
FAQ
What commands does the Work Cycle plugin provide?
Work Cycle adds 5 slash commands—plan-execute-review-renew, review-pr, deslop-pr, peer-plan-review, and peer-pr-review—backed by 3 auto-invoked skills for the full cycle, PR fixes, and deslop cleanup.
Where does Work Cycle store plans and specs?
Work Cycle keeps artifacts under `.omc/`, with specs in `.omc/plans/specs/` and plans in `.omc/plans/`, avoiding a second parallel documentation tree during the gated ship workflow.