Skill Claude CodeCodex
Analyze a PRD to extract features, tech stack, and implementation requirements. Called by /breakdown skill during Phase 2.
Skill Claude CodeCodex
Analyze a PRD to extract features, tech stack, and implementation requirements. Called by /breakdown skill during Phase 2.
Skill Claude CodeCodex
Generate implementation task files for a specific layer. Called by /breakdown skill during Phase 4.
Skill Claude CodeCodex
Plan layer structure and task groupings from PRD analysis. Called by /breakdown skill during Phase 3.
Skill Claude CodeCodex
Review generated tasks for quality and completeness. Called by /breakdown skill after task generation.
Skill Claude CodeCodex
Break down a PRD or CRD into self-contained implementation tasks for LLM execution. Use when you have a PRD/CRD file and want to generate executable task files for autonomous implementation.
Skill Claude CodeCodex
Incremental PROJECT.md update using git diff. Only re-analyzes changed areas for efficient context maintenance.
Skill Claude CodeCodex
Analyze the impact of a proposed change on an existing codebase. Identifies affected files, features, and potential breaking changes.
Skill Claude CodeCodex
Deep codebase investigation to generate PROJECT.md context. Analyzes architecture, patterns, features, APIs, and schemas.
Skill Claude CodeCodex
Orchestrates Change Request Document workflow. Manages context, captures changes, analyzes impact, and generates CRD files.
Skill Claude CodeCodex
Handles one batch of tasks. Spawns task agents in parallel using git worktrees, waits for completion, and updates state.
Skill Claude CodeCodex
Handles one layer of task execution. Groups ready tasks into batches, spawns batch agents, and processes merge queue after each batch.
Skill Claude CodeCodex
Merges completed task worktree to main branch. Handles sequential merge queue to prevent conflicts.
Skill Claude CodeCodex
Implements one task in an isolated git worktree following TDD. Creates commits for implementation and fixes, invokes independent verification.
Skill Claude CodeCodex
Independent verification agent using Haiku. Runs verification commands from task XML and reports pass/fail with actionable feedback.
Skill Claude CodeCodex
Main entry point for hierarchical task execution. Orchestrates layer-by-layer implementation of PRD tasks with parallel worktree execution.