Autonomous AI development pipeline that integrates with GitHub to manage the full lifecycle of issues, PRs, reviews, and deployments through structured commands for Claude Code agents. Automate issue triage, code review, quality gates, changelog generation, incident response, and deployment readiness checks.
Bootstrap an existing repo for ForgeDock — triage open issues, apply labels, suggest a starter milestone, and identify first /work-on candidates
Pull production analytics from GSC, Bing Webmaster, Clarity, Umami, Cloudflare, Stripe, and GA4 — generate insights and create actionable GitHub issues. Trigger when user says things like "check analytics", "look at prod analytics", "make issues from analytics", "what's happening on the site", "audit the site", "check revenue", etc.
Audit agent outputs from an orchestration run — timeline analysis, stall detection, active vs idle time breakdown
Trace a production issue or pipeline failure end-to-end through GitHub artifacts, then file a detailed improvement issue to the Forge repo
Autonomous platform improvement cycle — recon, triage, fix, report. Runs recon+triage by default; pass --fix to also pick up and fix top issues. Human gates all deploys.
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.
Autonomous software development for Claude Code.
ForgeDock turns every bug found, every fix shipped, and every review finding into structured context that makes the next agent smarter. It catches integration bugs that code review can't see — missing route registrations, env vars present in CI but absent in deploy, Docker permission mismatches, sibling code paths left unfixed. Every finding feeds back as a prevention rule for future builds. After thousands of issues on production codebases, the system catches bugs before they reach a testing branch.
15+ issues orchestrated in parallel — investigated, built, reviewed, and shipped autonomously.
AI coding agents forget everything between sessions. They re-investigate the same bugs, miss context from past PRs, and make mistakes that were already caught and fixed last week. There's no institutional memory.
ForgeDock fixes this by using GitHub itself as the memory layer. Every pipeline stage writes structured FORGE: annotations to issues and PRs. Every downstream agent reads them. When a new session starts — even after Claude's context resets — the agent queries GitHub and picks up exactly where the last one left off.
ForgeDock is not another AI coding agent. It's a set of prompt-engineered command specs (.md files) that run inside Claude Code. No new runtime, no separate process, no vendor lock-in beyond what you already use.
| ForgeDock | Plain Claude Code | Cursor / Windsurf | Devin / Sweep | |
|---|---|---|---|---|
| Memory across sessions | Structured annotations on GitHub | CLAUDE.md + manual notes | Per-project context | Proprietary cloud state |
| Autonomous pipeline | Full lifecycle: investigate → merge | Manual, step by step | Autocomplete + chat | Autonomous but opaque |
| Review quality | 9 domain-specialist agents | You review everything | Basic suggestions | Varies |
| Infrastructure needed | None — just npx forgedock | None | IDE-specific | Cloud service |
| Codebase visibility | Everything stays on GitHub | Local | Local + cloud sync | Cloud-only |
| Capability | How it works |
|---|---|
| Full-lifecycle automation | /work-on #42 — investigates the issue, architects a fix, builds it, runs quality gates, opens a PR, and reviews it. You click merge. |
| Persistent agent memory | Structured FORGE: annotations on GitHub issues/PRs survive context resets and session boundaries. Agents never start blind. |
| 9 specialist review agents | Security, billing, database, concurrency, auth, frontend, API, performance, infrastructure — every PR gets domain-expert review. |
| Cross-issue knowledge graph | Agent fixing issue #43 reads the investigation from #42 and applies the known pattern — no re-investigation. |
| Self-improving pipeline | Review agents learn from past findings — recurring patterns automatically become new quality gate checks. |
| Parallel orchestration | /orchestrate decomposes milestones into waves and runs /work-on on each in parallel. |
Cost note: ForgeDock itself is free and open-source. It orchestrates Claude Code sessions, so you pay your normal Anthropic API usage. A typical
/work-onrun on a straightforward bug uses roughly the same tokens as a 15–20 minute manual Claude Code session.
Here's what a real run looks like on issue #619 — a performance bug where command specs were burning ~200K tokens in context:
npx claudepluginhub rapiercraftstudios/forgedock --plugin forgedockOrchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
Autonomous dev pipeline powered by Claude Code. Label a GitHub issue, walk away, come back to a merge-ready PR.
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Pull request review, issue resolution, and Graphite stack management
Structured agentic development methodology - from issue analysis to merge