Skip to content

Workflow Comparison Table

Complete reference for all CCW workflows - Compare workflows by invocation, pipeline, use case, complexity, and auto-chain behavior.

Quick Reference

WorkflowBest ForLevelSelf-Contained
workflow-lite-planQuick tasks, bug fixes2 (Lightweight)YES
workflow-plan → workflow-executeComplex features3-4 (Standard)NO (requires execute)
workflow-tdd-plan → workflow-executeTDD development3 (Standard)NO (requires execute)
workflow-test-fixTest generation/fix3 (Standard)YES
workflow-multi-cli-planMulti-perspective planning3 (Standard)YES
brainstorm-with-fileIdeation, exploration4 (Full)NO (chains to plan)
analyze-with-fileDeep analysis3 (Standard)NO (chains to lite-plan)
debug-with-fileHypothesis-driven debugging3 (Standard)YES
collaborative-plan-with-fileMulti-agent planning3 (Standard)NO (chains to execute)
roadmap-with-fileStrategic roadmaps4 (Strategic)NO (chains to team-planex)
integration-test-cycleIntegration testing3 (Standard)YES
refactor-cycleTech debt refactoring3 (Standard)YES
review-cycleCode review3 (Standard)YES
spec-generatorSpecification packages4 (Full)NO (chains to plan)
team-planexIssue batch executionTeamYES
team-lifecycleFull lifecycleTeamYES
issue pipelineIssue management2.5 (Bridge)YES

Complete Comparison Table

WorkflowInvocationPipelineUse CaseLevelSelf-ContainedAuto-Chains To
Plan+Execute Workflows
workflow-lite-plan/ccw "task" (auto for low/medium complexity)explore → plan → confirm → executeQuick features, bug fixes, simple tasks2 (Lightweight)YESworkflow-test-fix
workflow-plan/ccw "complex feature" (high complexity)session → context → convention → gen → verify/replanComplex feature planning, formal verification3-4 (Standard)NOworkflow-execute
workflow-execute/workflow-execute (after plan)session discovery → task processing → commitExecute pre-generated plans3 (Standard)YESreview-cycle (optional)
workflow-multi-cli-plan/ccw "multi-cli plan: ..."ACE context → CLI discussion → plan → executeMulti-perspective planning3 (Standard)YES(internal handoff)
TDD Workflows
workflow-tdd-plan/ccw "Implement with TDD"6-phase TDD plan → verifyTest-driven development planning3 (Standard)NOworkflow-execute
workflow-test-fix/ccw "generate tests" or auto-chainedsession → context → analysis → gen → cycleTest generation, coverage improvement3 (Standard)YES(standalone)
Brainstorm Workflows
brainstorm/brainstorm "topic"mode detect → framework → parallel analysis → synthesisMulti-perspective ideation4 (Full)YES (ideation only)workflow-plan
brainstorm-with-file/ccw "brainstorm: ..."brainstorm + documented artifactsDocumented ideation with session4 (Full)NOworkflow-plan → execute
collaborative-plan-with-file/ccw "collaborative plan: ..."understanding → parallel agents → plan-note.mdMulti-agent collaborative planning3 (Standard)NOunified-execute-with-file
Analysis Workflows
analyze-with-file/ccw "analyze: ..."multi-CLI analysis → discussion.mdDeep understanding, architecture exploration3 (Standard)NOworkflow-lite-plan
debug-with-file/ccw "debug: ..."hypothesis-driven iteration → debug.logSystematic debugging3 (Standard)YES(standalone)
Review Workflows
review-cycle/ccw "review code"discovery → analysis → aggregation → deep-dive → completionCode review, quality gates3 (Standard)YESfix mode (if findings)
Specification Workflows
spec-generator/ccw "specification: ..."study → discovery → brief → PRD → architecture → epicsComplete specification package4 (Full)YES (docs only)workflow-plan / team-planex
Team Workflows
team-planex/ccw "team planex: ..."coordinator → planner wave → executor waveIssue-based parallel executionTeamYES(complete pipeline)
team-lifecycle/ccw "team lifecycle: ..."spec pipeline → impl pipelineFull lifecycle specification to validationTeamYES(complete lifecycle)
team-arch-opt(architecture optimization)architecture analysis → optimizationArchitecture optimizationTeamYES(complete)
Cycle Workflows
integration-test-cycle/ccw "integration test: ..."explore → test dev → test-fix cycle → reflectionIntegration testing with iteration3 (Standard)YES(self-iterating)
refactor-cycle/ccw "refactor: ..."discover → prioritize → execute → validateTech debt discovery and refactoring3 (Standard)YES(self-iterating)
Issue Workflow
issue pipeline/ccw "use issue workflow"discover → plan → queue → executeStructured issue management2.5 (Bridge)YES(complete pipeline)
Roadmap Workflow
roadmap-with-file/ccw "roadmap: ..."strategic roadmap → issue creation → execution-planStrategic requirement decomposition4 (Strategic)NOteam-planex

Workflow Level Classification

LevelWorkflowsCharacteristics
2 (Lightweight)workflow-lite-plan, docsQuick execution, minimal phases
2.5 (Bridge)issue pipeline, rapid-to-issueBridge to issue workflow
3 (Standard)workflow-plan, workflow-execute, workflow-tdd-plan, workflow-test-fix, review-cycle, debug-with-file, analyze-with-file, workflow-multi-cli-planFull planning/execution, multi-phase
4 (Full)brainstorm, spec-generator, brainstorm-with-file, roadmap-with-fileComplete exploration, specification
Teamteam-planex, team-lifecycle, team-arch-optMulti-agent parallel execution
Cycleintegration-test-cycle, refactor-cycleSelf-iterating with reflection

Auto-Chain Reference

Source WorkflowAuto-Chains ToCondition
workflow-lite-planworkflow-test-fixDefault (unless skip-tests)
workflow-planworkflow-executeAfter plan confirmation
workflow-executereview-cycleUser choice via Phase 6
workflow-tdd-planworkflow-executeAfter TDD plan validation
brainstormworkflow-planAuto-chain for formal planning
brainstorm-with-fileworkflow-plan → workflow-executeAuto
analyze-with-fileworkflow-lite-planAuto
debug-with-file(none)Standalone
collaborative-plan-with-fileunified-execute-with-fileAuto
roadmap-with-fileteam-planexAuto
spec-generatorworkflow-plan / team-planexUser choice
review-cyclefix modeIf findings exist

Self-Contained vs Multi-Skill

WorkflowSelf-ContainedNotes
workflow-lite-planYESComplete plan + execute
workflow-planNORequires workflow-execute
workflow-executeYESComplete execution
workflow-tdd-planNORequires workflow-execute
workflow-test-fixYESComplete generation + execution
brainstormYES (ideation)NO for implementation
review-cycleYESComplete review + optional fix
spec-generatorYES (docs)NO for implementation
team-planexYESComplete team pipeline
team-lifecycleYESComplete lifecycle
debug-with-fileYESComplete debugging
integration-test-cycleYESSelf-iterating
refactor-cycleYESSelf-iterating

Keyword Detection Reference

Keyword PatternDetected Workflow
urgent, critical, hotfixbugfix-hotfix
from scratch, greenfield, new projectgreenfield
brainstorm, ideation, multi-perspectivebrainstorm
debug, hypothesis, systematicdebug-with-file
analyze, understand, collaborative analysisanalyze-with-file
roadmaproadmap-with-file
specification, PRD, 产品需求spec-generator
integration test, 集成测试integration-test-cycle
refactor, 技术债务refactor-cycle
team planex, wave pipelineteam-planex
multi-cli, 多模型协作workflow-multi-cli-plan
TDD, test-drivenworkflow-tdd-plan
review, code reviewreview-cycle
issue workflow, use issue workflowissue pipeline

Workflow Selection Guide

Task TypeRecommended WorkflowCommand Chain
Quick feature/ccw "..."lite-planex → test-fix
Bug fix/ccw "fix ..."lite-planex --bugfix → test-fix
Complex feature/ccw "..." (detected)plan → execute → review → test-fix
Exploration/workflow:analyze-with-file "..."analysis → (optional) lite-planex
Ideation/workflow:brainstorm-with-file "..."brainstorm → plan → execute
Debugging/workflow:debug-with-file "..."hypothesis-driven debugging
Issue management/issue:new/issue:plan/issue:queue/issue:executeissue workflow
Multi-issue batch/issue:discover/issue:plan --all-pendingissue batch workflow
Code review/cli:codex-review --uncommittedcodex review
Team coordinationteam-lifecycle or team-planexteam workflow
TDD development/ccw "Implement with TDD"tdd-plan → execute
Integration testing/ccw "integration test: ..."integration-test-cycle
Tech debt/ccw "refactor: ..."refactor-cycle
Specification docs/ccw "specification: ..."spec-generator → plan

Greenfield Development Paths

SizePipelineComplexity
Smallbrainstorm-with-file → workflow-plan → workflow-execute3
Mediumbrainstorm-with-file → workflow-plan → workflow-execute → workflow-test-fix3
Largebrainstorm-with-file → workflow-plan → workflow-execute → review-cycle → workflow-test-fix4

Released under the MIT License.