Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By chinlung
Complete development workflow system with 6 specialized agents: requirements analysis, code exploration, architecture design, implementation, testing, and quality assurance.
npx claudepluginhub chinlung/claude-dev-workflow --plugin dev-workflowUse this agent when exploring the codebase to understand existing code, patterns, and architecture before implementing new features. This agent identifies reusable components, analyzes dependencies, and maps out the relevant code structure. Trigger keywords: 'explore codebase', 'find existing code', 'code analysis', 'understand architecture'.
Use this agent when updating documentation after feature implementation. This agent updates README, API docs, CHANGELOG, and generates PR descriptions. Trigger keywords: 'update documentation', 'write docs', 'generate PR', 'documentation', 'changelog'.
Use this agent when implementing features based on architecture designs. This agent writes production-quality code following project patterns and best practices. Trigger keywords: 'implement feature', 'write code', 'build component', 'code implementation'.
Use this agent when analyzing requirements for a new feature or task. This agent reads task descriptions, GitHub issues, or internal tickets to produce a comprehensive requirements analysis report. Trigger keywords: 'analyze requirements', 'understand needs', 'requirement analysis', 'user stories'.
Use this agent when reviewing code quality, running linters, and verifying builds. This agent ensures code meets project standards before PR submission. Trigger keywords: 'code review', 'quality check', 'lint', 'type check', 'build verification'.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Specification-driven development workflow: specify → plan → tasks → implement
Requirements-driven development workflow with quality gates for practical feature implementation
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Session 經驗學習系統 - 漸進式保存對話中的有價值模式為 memory 或 skill
High-Precision Multi-Agent development mode - compress single-agent error rate from p to p^4 through epistemic division of labor
多代理辯證系統 - 透過多角度思考與批判審查,產出最優實踐方案
Use GitHub Copilot from Claude Code to review code or delegate tasks.
A collection of powerful plugins for Claude Code, featuring automated development workflows and multi-perspective decision-making systems.
| Plugin | Description | Command |
|---|---|---|
| Dev Workflow | Complete development workflow from requirements to QA | /dev-workflow |
| Multi-Agent Debate | Multi-perspective analysis with critical review | /debate |
| High-Precision Dev | Safety-critical code with p^4 error rate compression | /init, /start |
# Add the marketplace
/plugin marketplace add chinlung/claude-dev-workflow
# Install all plugins
/plugin install dev-workflow@scl-claude-plugins
/plugin install multi-agent-debate@scl-claude-plugins
/plugin install high-precision-dev@scl-claude-plugins
Or install directly:
/plugin install chinlung/claude-dev-workflow
A comprehensive development workflow system for Claude Code, automating the journey from requirements analysis to quality assurance.
Inspired by the 8-role workflow system from Kiro IDE, designed by Pahud Hsieh. Watch the tutorial video to learn more about the original concept.
/dev-workflow Implement user authentication feature
This executes all 7 phases in sequence:
01-requirements-analysis.md02-code-analysis.md03-architecture-design.md (pauses for confirmation)04-implementation-report.md05-test-report.md06-quality-report.md07-documentation-report.md/dev-workflow --step analyze Analyze shopping cart requirements
/dev-workflow --step explore Explore authentication code
/dev-workflow --step design Design payment integration
/dev-workflow --step implement Implement the feature
/dev-workflow --step test Write tests for the feature
/dev-workflow --step qa Run quality checks
/dev-workflow --step docs Update documentation and generate PR
/dev-workflow --resume docs/task-20241211-1430-auth-feature/
| Agent | Role | Output |
|---|---|---|
| Issue Analyst | Requirements analysis, user stories, success criteria | 01-requirements-analysis.md |
| Code Archaeologist | Codebase exploration, pattern identification, reusable components | 02-code-analysis.md |
| Solution Architect | Architecture design, solution comparison, implementation plan | 03-architecture-design.md |
| Implementation Specialist | Code implementation following best practices | 04-implementation-report.md |
| Test Engineer | Test planning, writing, and execution | 05-test-report.md |
| Quality Assurance | Lint, type check, build verification, code review | 06-quality-report.md |
| Documentation Specialist | README, CHANGELOG, API docs, PR description | 07-documentation-report.md |
All reports are saved in a task directory:
docs/task-{YYYYMMDD-HHMM}-{brief-name}/
├── 01-requirements-analysis.md
├── 02-code-analysis.md
├── 03-architecture-design.md
├── 04-implementation-report.md
├── 05-test-report.md
├── 06-quality-report.md
├── 07-documentation-report.md
├── handoff.md
└── summary.md
┌─────────────────┐
│ Issue Analyst │ → Requirements & User Stories
└────────┬────────┘
▼
┌─────────────────┐
│Code Archaeologist│ → Codebase Analysis
└────────┬────────┘
▼
┌─────────────────┐
│Solution Architect│ → Architecture Design
└────────┬────────┘
▼
⏸️ PAUSE (User Confirmation)
▼
┌─────────────────┐
│Implementation │ → Working Code
│ Specialist │
└────────┬────────┘
▼
┌─────────────────┐
│ Test Engineer │ → Test Suite
└────────┬────────┘
▼
┌─────────────────┐
│Quality Assurance│ → Quality Report
└────────┬────────┘
▼
┌─────────────────┐
│ Documentation │ → Docs & PR Description
│ Specialist │
└─────────────────┘
A multi-agent dialectical system that generates optimal solutions through multi-perspective analysis and critical review.