Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Create a technical design document for a change using the openspec CLI. Trigger: When the orchestrator or user needs a design document created or updated for a change.
Initialize OPSX in a project. Runs `openspec init` to scaffold the openspec/ directory and config. Trigger: When user wants to initialize OPSX in a project, or says "opsx init", "iniciar opsx", "openspec init".
Guided end-to-end walkthrough of the OPSX workflow using the real codebase. Trigger: When the user wants to learn OPSX or do a guided first change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Write or update specifications for a change using the openspec CLI. Trigger: When the orchestrator or user needs specs created or updated for a change.
Create an implementation task checklist for a change using the openspec CLI. Trigger: When the orchestrator or user needs tasks created or updated for a change.
Validate that implementation matches specs, design, and tasks. Trigger: When the user wants to verify a completed or partially completed change.