npx claudepluginhub b16b1rd/cc-zen-workflowzen workflow の Getting Started ガイド
zen workflow の初回セットアップウィザード
ブランチの作成とベースブランチの設定
親 Issue から適切な子 Issue を自動選択
Issue の完了状態を確認
既存 Issue の内容を対話的に修正
実装作業・コミット・プッシュ・チェックリスト更新ロジック
Issue 内容を分析して実装計画を生成
GitHub Issue の一覧を表示
親Issue判定・子Issue選択・分解提案ロジック
Issue の作業を開始(ブランチ作成 → 実装 → PR 作成まで一気通貫)
作業メモリを更新
Issue に作業メモリコメントを初期化
品質チェックを実行
ドラフト Pull Request を作成
レビュー指摘への対応を支援
PR を Ready for review に変更
Pre-computed change statistics provided to reviewers to improve review quality and focus.
Defines how fix targets and auto-defer candidates are determined based on loop count and gate mode in the `/zen:issue:start` review-fix loop.
Optimization rules for handling large PRs in `/zen:pr:review`.
Built-in minimal profiles for when skill files (`skills/reviewers/*.md`) cannot be loaded.
中断した作業を再開
現在のコンテキストを分析し、適用可能なスキルを提案
現在のスプリント詳細を表示
Sprint 内の Todo Issue を連続実行
Sprint/Iteration 一覧を表示
スプリント計画を実行
Sprint 内の Todo Issue を並列チーム実行
テンプレートを再生成
zen ワークフロー全体のガイドを表示
Reviews API design, REST conventions, and interface contracts
Reviews code for quality issues (duplication, naming, error handling, structure, unnecessary fallbacks)
Reviews schema design, queries, migrations, and data operations
Reviews package dependencies, versions, and supply chain security
Reviews infrastructure, CI/CD pipelines, and deployment configurations
Reviews UI components, styling, accessibility, and client-side code
Reviews code for performance issues (N+1 queries, memory leaks, algorithm efficiency)
Reviews Claude Code skill and command definitions for prompt quality
Reviews code for security vulnerabilities (injection, auth, data handling)
Sprint team member agent that implements Issue tasks within an assigned worktree directory
Reviews documentation for clarity, accuracy, and completeness
Reviews test quality, coverage, and testing strategies
Coordinates parallel multi-expert PR code review. Activates with /zen:pr:review or when user asks for "code review", "PR feedback", "security check", "review my changes", "レビューして", "PRレビュー", "コードチェック", "セキュリティ確認", "変更を確認", "コードレビュー". Spawns specialized reviewers (Security, API, Database, DevOps, Frontend, Test, Dependencies, Prompt Engineer, Tech Writer) based on changed file patterns. Produces unified findings with severity levels.
Coordinates zen Issue-driven development workflow including branch creation, PR management, and GitHub Projects integration. Activates when user mentions "start issue", "create PR", "next steps", "workflow", "zen", "branch naming", "commit format", "Issue作業", "ブランチ", "コミット規約", "PR作成", "作業開始", "ワークフロー", "次のステップ", "ブランチ命名", or asks about development workflow. Use for workflow state detection, phase transitions, and command suggestions.
Universal Issue-Driven Development Workflow for Claude Code
Claude Code Zen Workflow is a Claude Code plugin that provides a complete Issue-driven development workflow. It works with any software development project regardless of language or framework.
zen Workflow uses a two-step installation: first register the marketplace, then install the plugin from it.
Step 1: Add the marketplace
/plugin marketplace add B16B1RD/cc-zen-workflow
Step 2: Install the plugin
/plugin install zen@zen-marketplace
Verify installation: Run /zen:init to confirm the plugin is working.
/zen:init
This will:
| Command | Description |
|---|---|
/zen:init | Initial setup wizard |
/zen:workflow | Show workflow guide |
/zen:issue:list | List Issues |
/zen:issue:create | Create new Issue |
/zen:issue:start | Start work (end-to-end: branch → implementation → PR → review) |
/zen:issue:update | Update work memory |
/zen:issue:close | Check Issue completion |
/zen:issue:edit | Edit existing Issue interactively |
/zen:pr:create | Create draft PR |
/zen:pr:ready | Mark as Ready for review |
/zen:pr:review | Multi-reviewer review |
/zen:pr:fix | Address review feedback |
/zen:pr:cleanup | Post-merge cleanup |
/zen:lint | Run quality checks |
/zen:template:reset | Regenerate templates |
/zen:sprint:list | List Sprints (optional) |
/zen:sprint:current | Current sprint details (optional) |
/zen:sprint:plan | Sprint planning (optional) |
/zen:sprint:execute | Execute sprint Issues sequentially (optional) |
/zen:sprint:team-execute | Execute sprint Issues in parallel with worktree-based teams (optional) |
/zen:resume | Resume interrupted work |
/zen:skill:suggest | Analyze context and suggest applicable skills |
/zen:issue:create → /zen:issue:start (Implementation → /zen:lint → /zen:pr:create → /zen:pr:review → /zen:pr:fix) → /zen:pr:ready → Merge → /zen:pr:cleanup
Note: /zen:issue:start executes the complete end-to-end flow: branch creation, implementation, quality checks, draft PR creation, self-review, and review fixes - all in one continuous process. See Phase 5: End-to-End Execution for details.
Status Transitions:
Todo → In Progress → In Review → Done
↑ ↑ ↑ ↑
Create Start Work Set Ready Merged
Create zen-config.yml in your project root:
version: "1.0"
project:
type: webapp # generic | webapp | library | cli | documentation
github:
projects:
enabled: true
branch:
base: "main" # Base branch for feature branches (use "develop" for Git Flow)
release: "main" # Release branch for production deployments
pattern: "{type}/issue-{number}-{slug}"
commit:
style: conventional
# Optional: Sprint/Iteration management
iteration:
enabled: false # Set true to enable
See Configuration Reference for all options.
| Issue | Solution |
|---|---|
Context limit reached during long-running commands | Run /clear then /zen:resume to continue |
MIT License - See LICENSE for details.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Made with 🧘 zen
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Uses power tools
Uses Bash, Write, or Edit tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.