A comprehensive collection of specialized agents and slash commands for Claude Code that demonstrate advanced workflow orchestration and collaborative development patterns.
This repository showcases how to leverage Claude Code's sub-agent system to create sophisticated development workflows. It includes specialized agents for different aspects of software development and orchestrated workflows that combine multiple agents for complex tasks.
-
Clone this repository
git clone https://github.com/your-username/claude-code-agents-workflow.git cd claude-code-agents-workflow -
Copy agents and commands to your Claude Code directory
# Copy the agents and commands to your .claude directory cp -r agents ~/.claude/ cp -r commands ~/.claude/
-
Start using the workflow commands Open Claude Code and try the available slash commands:
/feature-workflow- Complete feature development from idea to production/code-review-workflow- Comprehensive code review process/bug-fix-workflow- Systematic bug investigation and resolution
Orchestrates a complete feature development cycle using multiple specialized agents:
Usage: /feature-workflow [feature description]
Example: /feature-workflow Create a user authentication system with JWT tokens
Process:
- Product Manager - Creates detailed specifications and user stories
- Software Architect - Designs technical architecture and breaks down tasks
- Implementation Engineers - Build individual components
- Code Quality Inspector - Reviews code for quality and standards
- QA Test Engineer - Validates functionality and user experience
Comprehensive code review process using specialized review agents:
Usage: /code-review-workflow [files or directory]
Process:
- Code Quality Inspector - Technical review for standards and best practices
- Security Specialist - Security vulnerability analysis
- Performance Specialist - Performance optimization recommendations
Systematic approach to bug investigation and resolution:
Usage: /bug-fix-workflow [bug description]
Process:
- QA Test Engineer - Reproduces and analyzes the bug
- Implementation Engineer - Implements the fix
- Code Quality Inspector - Reviews the fix for quality
- QA Test Engineer - Validates the fix and ensures no regressions
- agile-product-strategist - Product planning and user story creation
- software-architect-designer - Technical design and architecture planning
- implementation-engineer - Feature implementation with SOLID principles
- code-quality-inspector - Code review and quality assessment
- qa-test-engineer - Testing and quality assurance
- ux-design-specialist - User experience and interface design
The workflows demonstrate advanced agent coordination patterns:
- Sequential Processing - Agents work in dependency order
- Feedback Loops - Failed reviews return to previous stages
- Quality Gates - Each stage must pass before proceeding
- Task Decomposition - Complex features broken into manageable tasks
When you run /feature-workflow Create an impressive todo list web app, you get:
- Product Specification - Detailed product requirements with user stories
- Technical Design - Architecture overview and implementation plan
- Task Breakdown - Small, actionable development tasks
- Implementation - Working code for each component
- Quality Assurance - Tested, reviewed, production-ready features
- Create a new agent file in the
agents/directory - Define the agent's capabilities and tools
- Add the agent to relevant workflow commands
- Edit the command files in the
commands/directory - Adjust agent coordination logic
- Add new quality gates or feedback loops
- Create a new command file in
commands/ - Define the agent orchestration pattern
- Specify success criteria and error handling
- Consistent Quality - Every feature goes through the same rigorous process
- Knowledge Sharing - Agents incorporate best practices and standards
- Rapid Development - Parallel processing where possible
- Comprehensive Coverage - Product, technical, and quality perspectives
- Scalable Process - Works for projects of any size
- Fork the repository
- Create feature branches for new agents or workflows
- Test thoroughly with various project types
- Submit pull requests with clear documentation
- Claude Code Documentation: https://docs.anthropic.com/claude-code