Claude Code plugins collection by scl
npx claudepluginhub chinlung/claude-dev-workflowComplete development workflow system with 6 specialized agents: requirements analysis, code exploration, architecture design, implementation, testing, and quality assurance.
多代理辯證系統 - 透過多角度思考與批判審查,產出最優實踐方案
High-Precision Multi-Agent development mode - compress single-agent error rate from p to p^4 through epistemic division of labor
Session 經驗學習系統 - 漸進式保存對話中的有價值模式為 memory 或 skill
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
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.