Skill Claude CodeCodex
An exploration mode for the main coordinator to use while discussing a request with the user. It helps clarify requirements and gradually narrow the proposed solution.
基于状态机的多智能体协作开发框架。由一个主调度器(MainOrchestrator)驱动 8 个专职子 Agent,通过严格的阶段跃迁规则和 OpenSpec 标准化文档协议,完成从需求分析到交付归档的完整开发生命周期。
Skill Claude CodeCodex
An exploration mode for the main coordinator to use while discussing a request with the user. It helps clarify requirements and gradually narrow the proposed solution.
Skill Claude CodeCodex
A platform-independent coordinator for workflows that use multiple coding agents. It tracks states and progress, assigns work to child agents, and decides when to fall back or change course.
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodex
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Skill Claude CodeCodex
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Skill Claude CodeCodex
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.