Skill Claude CodeCodex
Break work into ordered, coherent stories.
Skill Claude CodeCodex
Break work into ordered, coherent stories.
Skill Claude CodeCodex
Reconstruct compact session context from canonical handoff artifacts.
Skill Claude CodeCodex
Compare a new request against the current spec to classify coverage or conflict.
Skill Claude CodeCodex
Run deterministic spec defect analysis before compliance extraction.
Skill Claude CodeCodex
Turn scoped work into story and solution artifacts.
Skill Claude CodeCodex
For each failing test in the verification evidence, propose the smallest fix anchored to file, line, and acceptance criterion.
Skill Claude CodeCodex
Map acceptance criteria to specific verification actions.
Skill Claude CodeCodex
Match raw prompts to canonical framework workflows before any pipeline phases begin.
Agent
Own the site-map workflow end to end: orchestrate its stages, supply the modeling judgment the deterministic engine cannot (naming surfaces, tracing real navigation, inferring guards), grade the claims the engine marks inconclusive, and narrate the receipt. This agent draws the map; it does not confirm journeys …
Agent
Design data structures, entity relationships, and schema changes with deliberate analysis before implementation. Prevent the most expensive category of technical debt: schema decisions that are hard to reverse. This agent runs before the implementation phase, not after.
Agent
Review query performance, migration execution safety, and database-level issues in code changes. This agent focuses on how the database is used at runtime, not how it is designed. Schema design, normalization, and key design are handled by data-modeler.
Agent
Reason about CI/CD pipelines, container configurations, environment management, and deployment readiness. Ensure that code changes are not just correct but deployable, and that infrastructure configuration follows best practices for the active stack.