一键导入
parallel-dev
Plan and coordinate parallel development workstreams using Claude Code sub-agents with worktree isolation for safe concurrent implementation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan and coordinate parallel development workstreams using Claude Code sub-agents with worktree isolation for safe concurrent implementation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create or update lightweight phased development plan documents with checkbox tasks, test cases, and completion criteria for implementation work
Automated test-driven fix loop — run tests, analyze failures, investigate root causes, fix code, and re-run until all tests pass with configurable max iterations
Dual-mode review skill — review implementation plans before coding (plan mode) or review code changes after implementation (code mode) with architecture, risk, and test analysis
Generate or update release documentation — README.md styling with badges and navigation, CHANGELOG entries, and release notes for version management
基于 SOC 职业分类
| name | parallel-dev |
| description | Plan and coordinate parallel development workstreams using Claude Code sub-agents with worktree isolation for safe concurrent implementation |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Agent","Bash(ls:*)","Bash(git:*)","Bash(wc:*)"] |
| arguments | ["goal"] |
| argument-hint | [병렬화할 구현 목표 또는 dev-plan 파일 경로] |
| user-invocable | true |
| when_to_use | Use when the user wants to parallelize implementation, split work into multiple agents, define file ownership, coordinate sub-agents, reduce merge conflicts, create a merge/integration plan, or use worktree isolation. Examples: 'parallel workstreams', 'split work', 'parallelize', 'sub-agent', 'ownership boundaries', '병렬 구현', '작업 분리', '워크스트림', '병렬 개발', 'worktree로 나눠서', '에이전트 분배' |
하나의 구현 목표를 안전하고 독립적으로 실행할 수 있는 워크스트림으로 분해한다. Claude Code의 Agent 도구와 worktree isolation을 활용하여 최대 동시성 + 파일 충돌 없음을 보장한다.
$goal: 구현 목표 설명 또는 기존 dev-plan 파일 경로$goal이 파일 경로면 해당 계획서를 읽는다.git status)과 기존 계획서를 확인한다.공유 계약(contracts), 타입, 인터페이스를 작은 Foundation 워크스트림으로 분리한다. Foundation이 먼저 머지되어야 나머지가 안전하게 진행된다.
각 워크스트림에 대해 정의한다:
references/parallel-templates.md의 Workstream Card 형식을 사용한다.
각 워크스트림을 Claude Code Agent 호출로 변환한다:
isolation: "worktree" — Git worktree 격리로 파일 충돌 방지subagent_type — 작업 성격에 맞는 타입 선택references/worktree-agent-guide.md를 참조하여 작성한다.