Skip to content

Skills Reference

Quick reference guide for all 33 CCW built-in skills.

Core Skills

SkillTriggerPurpose
brainstormbrainstorm, 头脑风暴Unified brainstorming with dual-mode operation (auto pipeline / single role)
review-codereview code, code review, 审查代码Multi-dimensional code review (6 dimensions)
review-cycleworkflow:review-cycleCode review + automated fix orchestration
memory-capturememory capture, compact sessionSession compact or quick tips capture
memory-managememory manage, update claude, update memory, generate docs, 更新记忆, 生成文档CLAUDE.md updates and documentation generation
spec-generatorgenerate spec, create specification, spec generator, workflow:spec6-phase specification generator (brief → PRD → architecture → epics)
skill-generatorcreate skill, new skillMeta-skill for creating new Claude Code skills
skill-tuningskill tuning, tune skillUniversal skill diagnosis and optimization tool
issue-managemanage issue, list issuesInteractive issue management (CRUD operations)
ccw-helpccw-help, ccw-issueCCW command help system
software-manualsoftware manual, user guideGenerate interactive TiddlyWiki-style HTML manuals

Workflow Skills

SkillTriggerPurpose
workflow-planworkflow-plan, workflow-plan-verify, workflow:replan4-phase planning workflow with verification and interactive replanning
workflow-lite-planworkflow-lite-planLightweight planning and execution skill
workflow-multi-cli-planworkflow-multi-cli-plan, workflow:multi-cli-planMulti-CLI collaborative planning with ACE context engine
workflow-executeworkflow-executeCoordinate agent execution for workflow tasks
workflow-tdd-planworkflow-tdd-plan, workflow-tdd-verifyTDD workflow with Red-Green-Refactor task chain
workflow-test-fixworkflow-test-fix, test fix workflowUnified test-fix pipeline with adaptive strategy
workflow-skill-designerdesign workflow skill, create workflow skill, workflow skill designerMeta-skill for designing orchestrator+phases structured workflow skills

Team Skills

SkillTriggerRolesPurpose
team-lifecycleteam lifecyclevariableFull spec/impl/test lifecycle team (v5, team-worker architecture)
team-coordinateteam coordinatevariableGeneric team coordination (legacy)
team-coordinate-variableteam-worker architecture coordination
team-executorteam executorvariableLightweight session execution
team-executor-variableteam-worker architecture execution
team-planexteam planex3Plan-and-execute wave pipeline
team-iterdevteam iterdev5Generator-critic loop iterative development
team-issueteam issue6Issue resolution pipeline
team-testingteam testing5Progressive test coverage team
team-quality-assuranceteam qa, team quality-assurance6QA closed-loop workflow
team-brainstormteam brainstorm5Multi-role collaborative brainstorming
team-uidesignteam ui design4UI design team with design token system
team-frontendteam frontend6Frontend development with UI/UX integration
team-reviewteam-review4Code scanning and automated fix
team-roadmap-devteam roadmap-dev4Roadmap-driven development
team-tech-debttech debt cleanup, team tech-debt, 技术债务6Tech debt identification and cleanup
team-ultra-analyzeteam ultra-analyze, team analyze5Deep collaborative analysis

Command Generation Skills

SkillTriggerPurpose
command-generatorgenerate commandCommand file generation meta-skill

Skill Categories Summary

CategoryCountDescription
Core Skills12Single-purpose skills for specific tasks
Workflow Skills7Planning and execution pipeline skills
Team Skills17+Multi-agent collaborative skills
Command Gen Skills1Command file generation
Total37+

Usage

Basic Invocation

javascript
Skill(skill="brainstorm")
Skill(skill="team-lifecycle", args="Build user authentication system")
Skill(skill="workflow-plan", args="--mode verify")

CLI Invocation

bash
# Via /ccw orchestrator
/ccw "brainstorm: user authentication flow"
/ccw "team planex: OAuth2 implementation"

# Direct skill triggers (in some contexts)
workflow-plan
team lifecycle

Trigger Keywords

KeywordSkill
brainstorm, 头脑风暴brainstorm
review code, code review, 审查代码review-code
workflow:review-cyclereview-cycle
workflow-planworkflow-plan
workflow-lite-planworkflow-lite-plan
workflow-multi-cli-plan, workflow:multi-cli-planworkflow-multi-cli-plan
workflow-executeworkflow-execute
workflow-tdd-planworkflow-tdd-plan
workflow-test-fix, test fix workflowworkflow-test-fix
design workflow skill, create workflow skill, workflow skill designerworkflow-skill-designer
team lifecycleteam-lifecycle (v5)
team planexteam-planex
team iterdevteam-iterdev
team issueteam-issue
team testingteam-testing
team qa, team quality-assuranceteam-quality-assurance
team brainstormteam-brainstorm
team ui design, team uidesignteam-uidesign
team frontendteam-frontend
team-reviewteam-review
team roadmap-devteam-roadmap-dev
tech debt cleanup, team tech-debt, 技术债务team-tech-debt
team ultra-analyze, team analyzeteam-ultra-analyze
memory capture, compact session, 记录, 压缩会话memory-capture
memory manage, update claude, update memory, generate docs, 更新记忆, 生成文档memory-manage
generate spec, create specification, spec generator, workflow:specspec-generator
create skill, new skillskill-generator
skill tuning, tune skill, skill diagnosisskill-tuning
manage issue, list issues, edit issueissue-manage
software manual, user guide, generate manual, create docssoftware-manual
generate commandcommand-generator

Team Skill Architecture

Version History

VersionArchitectureStatus
v2LegacyObsolete
v33-phase lifecycleLegacy
v45-phase lifecycle with inline discussStable
v5team-worker architectureLatest

v5 Team Worker Roles

The latest team-lifecycle (v5) uses the team-worker agent with dynamic role assignment:

RolePrefixPhase
doc-analystANALYSISRequirements analysis
doc-writerDRAFTDocument creation
plannerPLANImplementation planning
executorIMPLCode implementation
testerTESTTesting and QA
reviewerREVIEWCode review

Design Patterns

PatternSkills Using It
Orchestrator + Workersteam-lifecycle, team-testing, team-quality-assurance
Generator-Critic Loopteam-iterdev
Wave Pipelineteam-planex
Red-Green-Refactorworkflow-tdd-plan
Pure Orchestratorworkflow-plan, workflow-lite-plan
Progressive Phase Loadingworkflow-plan, workflow-tdd-plan, team-lifecycle

See Also

Released under the MIT License.