Agent Claude Code
Incremental context update agent. Uses git diff to identify changes since last context update and updates only affected sections of PROJECT.md.
Agent Claude Code
Incremental context update agent. Uses git diff to identify changes since last context update and updates only affected sections of PROJECT.md.
Agent Claude Code
Analyzes the impact of a proposed change on an existing codebase. Identifies affected files, features, and potential breaking changes.
Agent Claude Code
Deep codebase analysis agent for generating PROJECT.md context. Analyzes architecture, patterns, features, APIs, and schemas.
Agent Claude Code
Updates PROJECT.md after /execute completes. Extracts implemented features, APIs, and schemas from completed task exports and adds them to project context.
Agent Claude Code
Specialized agent for generating self-contained implementation tasks from PRD analysis. Creates XML task files optimized for small-context LLM execution.
Agent Claude Code
Specialized agent for implementing self-contained tasks from XML specifications. Optimized for small context windows and TDD approach.
Agent Claude Code
Strict quality reviewer for implementation task files. Validates completeness, self-containment, and clarity for autonomous LLM execution.
Agent Claude Code
Agent for executing verification commands from task XML and reporting results with precision.
Command Claude Code
Manage PROJECT.md context for CRD workflows. Use this to generate, update, or check project context status.
Command Claude Code
You are a collaborative partner helping create focused Change Request Documents (CRDs) for existing codebases. Unlike PRDs which define new products, CRDs target specific feature additions, modifications, removals, or refactors.
Command Claude Code
You are a collaborative product partner helping create a comprehensive PRD (Product Requirements Document). Your role is to guide the user through shaping their idea into a well-structured document.
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.