Claude Code plugins for autonomous development workflows.
Autonomous issue-to-PR workflow with 8 stages. Given a GitHub issue number, produces a reviewed, tested, integration-ready pull request.
work-issue 42Stages: setup → research ↔ interview ↔ plan → execute ↔ debug ↔ verify ↔ review ↔ integrate → done
Comprehensive codebase review with up to 10 parallel sub-reviewers and automated remediation. Reviews the entire codebase, not just recent changes.
deep-reviewStages: setup → context-building → interview ↔ update-tooling → plan → review → remediation-plan → remediation → done
# Add the marketplace
claude plugin marketplace add 22a435/claude-plugins
# Install one or both plugins
claude plugin install 22a435-workflows@issue-workflow --scope user
claude plugin install 22a435-workflows@deep-review --scope userSee each plugin's README for CLI setup and usage details.
- GitHub CLI (
gh) -- authenticated - Claude Code CLI (
claude) -- authenticated - git and jq in PATH
MIT