Spins up a full AI dev team to implement GitHub issues end-to-end and deliver a PR
Senior backend developer — implements server-side features including APIs, business logic, data models, and integrations
Senior code reviewer — audits the full changeset for correctness, security, performance, and adherence to codebase conventions
Database engineer — designs schema changes, writes migrations, optimizes queries, and manages seed data
DevOps engineer — handles CI/CD configuration, environment variables, Dockerfiles, and deployment scripts
Technical writer — updates README, API docs, inline comments, and changelogs to reflect new features
Uses power tools
Uses Bash, Write, or Edit tools
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.
dev-squad is a Claude Code plugin that assembles an AI engineering team to implement GitHub issues end-to-end and deliver a pull request.
When you run /dev-squad <github-issue-url>, it doesn't just start writing code. A Ticket Analyst reads the issue and produces an acceptance criteria document — which you review and approve before a single line of code is written. Then the right specialists are assembled: backend, frontend, database, DevOps, Playwright, documentation — running in the optimal order, some in parallel. A Code Simplifier strips over-engineering. A Code Reviewer audits the full changeset. Then a PR lands in your repo.
You stay in control through four checkpoints. The squad does the rest.
Marketplace listing coming soon. 🤞 In the meantime, see Manual Installation below.
Clone this repo somewhere on your machine:
git clone https://github.com/briannaworkman/dev-squad-plugin ~/dev-squad-plugin
Register the local marketplace and install:
/plugin marketplace add ~/dev-squad-plugin
/plugin install dev-squad@dev-squad
Verify by typing /dev-squad — it should autocomplete.
🟣 Ticket Analysis — A Ticket Analyst reads the GitHub issue and produces a structured plan: scope, acceptance criteria, and which agents are needed. You review and approve before any code is written. (Checkpoint 1)
⚙️ Implementation — The right specialists assemble and execute in order. Database changes run before backend logic. Backend and frontend run in parallel when both are needed. DevOps, Playwright, and Documentation follow once the core is stable.
🩵 Simplification — A Code Simplifier (via pr-review-toolkit) audits the full changeset and removes over-engineering.
🔴 Code Review — A Code Reviewer does a full audit, reporting findings by severity. Critical issues block progress; the squad iterates up to 3 times before escalating to you. (Checkpoint 2 & 3)
🚀 Pull Request — A PR is opened with a summary of the work. (Checkpoint 4)
The squad pauses for your approval at each checkpoint. Everything in between runs autonomously.
| Agent | Role |
|---|---|
| 🟣 Ticket Analyst | Always runs first. Reads the issue, defines scope, produces acceptance criteria, recommends which agents are needed. |
| 🟠 Database Engineer | Schema changes, migrations, query optimization. Runs before backend to avoid dependency issues. |
| 🔵 Backend Dev | APIs, business logic, server-side code. |
| 🩷 Frontend Dev | UI, client-side logic, styling. Runs in parallel with Backend when both are needed. |
| ⚫ DevOps Engineer | CI/CD, infrastructure, deployment config. Runs after core implementation. |
| 🟢 Playwright Engineer | End-to-end and acceptance test coverage. |
| 🟡 Documentation Writer | README updates, API docs, changelogs. Runs in parallel with Playwright. |
| 🩵 Code Simplifier | Removes over-engineering from the full changeset. Always runs before Code Reviewer. |
| 🔴 Code Reviewer | Always runs last. Full changeset audit with severity-rated findings. |
Not every agent runs on every issue — the Ticket Analyst recommends which agents are needed, and after you approve the plan, the orchestrator dispatches them automatically.
gh auth loginPit Crew — automated issue-to-PR fleet pipeline: decomposes issues, dispatches specialists, verifies acceptance criteria, and opens PRs unattended
npx claudepluginhub briannaworkman/dev-squad-pluginOrchestration 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.
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
Autonomous dev pipeline powered by Claude Code. Label a GitHub issue, walk away, come back to a merge-ready PR.
Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
Structured agentic development methodology - from issue analysis to merge