Agent Codex
A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.
Agent Codex
A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.
Agent Codex
A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.
Agent Codex
A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.
Agent Codex
A leaf worker in the OpenSpec workflow that completes its assigned work directly instead of starting other agents.
Agent Codex
A set of instructions for an OpenSpec workflow agent that handles one small workflow step itself.
Agent Codex
A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which synchronisation work it performs.
Agent Codex
A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which testing work it performs.
Agent Codex
A leaf-level worker in the OpenSpec workflow, meaning it performs its assigned work directly rather than managing other agents. The description does not specify which verification work it performs.
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.
Agent Claude Code
A coding agent that implements the items listed in tasks.md. It checks that the project still builds after each change and is the only agent in this setup allowed to write code.
Agent Claude Code
An agent that prepares a change for archiving by checking its completeness and writing a delivery summary. It does not perform the final archive action.
Agent Claude Code
A code review agent that examines all changes produced by the implementation agent. It checks correctness, security, performance, and maintainability across eight review areas, then returns PASS, MUSTFIX, or SUGGEST.
Agent Claude Code
A planning agent that turns requirements and a proposed solution into OpenSpec planning documents. OpenSpec is a structured format for describing a change before it is implemented.
Agent Claude Code
A review agent that checks planning documents before coding begins. It applies eight quality checks and returns a PASS, CONDITIONALPASS, or BLOCKED result.
Agent Claude Code
A specification-sync agent that merges the differences from a change into the main specification set.
Agent Claude Code
A test-validation agent that runs the test suite and checks each Given-When-Then scenario from the change specification. Given-When-Then describes the starting situation, an action, and the expected result.
Agent Claude Code
A final verification agent that checks an implementation against all planning documents and reports PASS or FAIL.
Command Claude Code
Implement tasks from an OpenSpec change (Experimental).
Command Claude Code
Archive a completed change in the experimental workflow.
Command Claude Code
Continue working on a change - create the next artifact (Experimental).
Command Claude Code
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Claude Code
Create a change and generate all artifacts needed for implementation in one go.
Command Claude Code
Start a new change using the experimental artifact workflow (OPSX).