Claude-Code-Workflow
Multi-agent AI workflows for planning, coding, testing, and review
All Skills in This Repository (66)
Pure Emerald Level Indicatorsreview-cycle
Routes code review workflows across session, module, and fix scopes via chain execution.
workflow-tdd-plan
Generates Red-Green-Refactor TDD task plans through a 7-phase chain workflow.
brainstorm
Orchestrates four-phase brainstorming with multi-role and single-role analysis paths.
investigate
Executes a five-phase root cause investigation chain with an Iron Law confirmation gate.
workflow-test-fix
Executes a five-phase test generation and iterative fix pipeline via chain_loader.
workflow-plan
Orchestrates a six-phase planning workflow with mode routing, conflict detection, and plan verification.
spec-generator
Generates software specifications through an 8-phase chain workflow with quality gates and auto-fix loops.
team-frontend
Orchestrates multi-role agent teams for frontend development with design intelligence and QA pipelines.
skill-iter-tune
Iteratively refine Claude Code skills through execute-evaluate-improve feedback loops.
workflow-lite-plan
Generates structured implementation plans from task descriptions via multi-angle code exploration.
workflow-lite-execute
Executes planned tasks via grouped parallel and sequential batches with optional code review.
delegation-check
Validates workflow delegation prompts against agent role definitions for content separation conflicts.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Code-Workflow?โผ
Run `npx skills add catlog22/Claude-Code-Workflow --all -g -y` in your terminal to install all skills in this suite globally.
What does Claude Code Workflow do?โผ
It orchestrates multi-agent AI workflows for planning, coding, testing, code review, and debugging. You describe a task in plain language and it routes it through the right pipeline automatically.
Can it use multiple AI models together?โผ
Yes. It coordinates Gemini, Codex, Qwen, and Claude in the same workflow, letting them analyze, plan, and review collaboratively or in parallel.
Does it support test-driven development?โผ
Yes. The workflow-tdd-plan skill enforces Red-Green-Refactor cycles, and workflow-test-fix runs iterative test generation and fix loops until tests pass.
Do I need coding experience to use it?โผ
Basic familiarity helps, but you mainly describe goals in plain English. The agent handles planning, execution, and review steps for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core