Claude Dev Skill
Description
A Claude Code custom skill that turns Claude into a Tech Lead — coordinating parallel Worker Agents through a full dev workflow: PRD alignment, architecture, coding, QA, and PR review.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
/dev — AI-Assisted Multi-Agent Development SOP for Claude Code
[中文版](./README.zh.md)
[](LICENSE) [](https://claude.com/claude-code) [](https://docs.anthropic.com/en/docs/claude-code/slash-commands)
A custom skill for [Claude Code](https://claude.com/claude-code) that turns Claude into a **Tech Lead** coordinating multiple AI Worker Agents through a complete software development workflow — from requirements alignment to PR merge.
Why /dev?
Most AI coding tools give you a smart autocomplete. `/dev` gives you an **engineering process**.
| Without /dev | With /dev |
|---|---|
| Claude writes code directly in chat | Claude acts as Tech Lead — never writes code itself |
| No structure, easy to lose track | 6-phase SOP from PRD to merge |
| Single-threaded, one thing at a time | Multiple Worker Agents develop in parallel worktrees |
| You catch conflicts at merge time | Pre-coding conflict scan catches overlaps before they start |
| Security review is manual | bandit + pip-audit / npm audit run mandatorily before every Review |
How It Works
You: /dev I want to build a Todo app with user auth and task management
Claude (Tech Lead)
│
├─ Phase 0 ── Classify request → New Project
├─ Phase 1 ── Align on PRD (2-round confirmation)
├─ Phase 2 ── Architecture decisions + GitHub Issues
│
├─ Phase 3 ── Spawn Worker Agents (parallel worktrees)
│ ├─ Worker A: Auth module
│ ├─ Worker B: Task CRUD API
│ └─ Worker C: Frontend components
│
├─ Phase 3.5 ── QA Agent static verification
├─ Phase 4 ── Code Review + merge (7-item checklist)
└─ Phase 5 ── Retro + next iteration loop
What It Does
`/dev` is a **multi-agent software development SOP** covering:
- **Phase
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing