Skill Claude CodeCodex
A preparation process that loads relevant project guidance and chooses how deeply to inspect the code before making changes.
Skill Claude CodeCodex
A preparation process that loads relevant project guidance and chooses how deeply to inspect the code before making changes.
Skill Claude CodeCodex
Use when starting creative work - creating features, building components, adding functionality, or modifying behavior - before any implementation. Explores user intent, requirements and design.
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
Skill Claude CodeCodex
A repository-maintenance procedure for organizing the .spec knowledge base. It covers rules, standards, feature records, agents, and reusable skills, including their required names and metadata.
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
Skill Claude CodeCodex
A task-planning workflow that breaks a large or unclear development goal into smaller task cards. Each card describes its scope, dependencies, and objectively checkable acceptance conditions.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
Skill Claude CodeCodex
Use when starting feature work that needs isolation from current workspace, and when implementation is complete and you need to integrate the work - covers creating isolated workspaces (native tools or git worktree fallback) and finishing branches (verify, merge/PR, cleanup).
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.