Skill Claude CodeCodex
Validate module boundaries, check for architectural drift, and suggest fitness function tests. Compares actual code structure against ARCHITECTURE.md.
Skill Claude CodeCodex
Validate module boundaries, check for architectural drift, and suggest fitness function tests. Compares actual code structure against ARCHITECTURE.md.
Skill Claude CodeCodex
Execute comprehensive backlog review. Analyzes story quality, Definition of Ready compliance, dependencies, zombie stories, and generates a backlog health report.
Skill Claude CodeCodex
First-run framework setup. Detects existing project stack or guides new project creation from vision/braindump.
Skill Claude CodeCodex
Use when the user has a complex idea that needs design exploration before story decomposition.
Skill Claude CodeCodex
Incremental code logic verification of UAT test cases — pick batch, trace code, fix issues, update tracking.
Skill Claude CodeCodex
Analyzes code quality, complexity, duplication, and architectural patterns. Use after implementing features, during code review, or when preparing for PR. Auto-invoke when user has completed significant code changes or asks to review code quality.
Skill Claude CodeCodex
Create a well-formatted conventional commit with proper message structure. Use when ready to commit changes.
Skill Claude CodeCodex
Resume development with smart session continuation. Reads session handoff files, sprint spec, analyzes git state, and determines the best path forward.
Skill Claude CodeCodex
Create project-specific hook scripts and register them in settings.json. Extends the framework's enforcement layer.
Skill Claude CodeCodex
Sprint status overview with session insights, sprint trends, and actionable next steps.
Skill Claude CodeCodex
Use when the user reports a bug, error, or unexpected behavior that needs investigation.
Skill Claude CodeCodex
Deploy the project to a hosting platform. Detects deployment configuration, runs pre-deploy checks, and guides first-time setup.
Skill Claude CodeCodex
Deep guided elicitation for new projects. Archetype-aware, research-backed, multi-phase discovery with assumption tracking and Phase Transition Stories.
Skill Claude CodeCodex
Validate framework configuration, check runtime dependencies, and report issues. Use when something isn't working or after setup.
Skill Claude CodeCodex
Fix a GitHub issue following project coding standards. Creates branch, implements fix with TDD, and prepares PR.
Skill Claude CodeCodex
Upgrade Exosuit to a newer version while preserving project customizations.
Skill Claude CodeCodex
Generate a structured handoff document for ending a development session. Saves to docs/sessions/ for the continue skill to read.
Skill Claude CodeCodex
Natural language skill discovery — describe what you want to do and get matched to the right skill.
Skill Claude CodeCodex
Use when the user has an idea or requirement to decompose into backlog stories.
Skill Claude CodeCodex
Prepare for manual testing session with test plan based on known issues, recent changes, and acceptance criteria.
Skill Claude CodeCodex
Use when the user is inside a parallel stream (worktree branch) and wants to bring that branch up to date with the LATEST of its parent branch — typically after one or more sibling streams have merged their work up into the parent (via /merge-up). Pulls the parent's accumulated commits down into the current branch…
Skill Claude CodeCodex
Use when the user is inside a parallel stream (worktree branch) and wants to merge that branch's committed work into the parent branch it was created from, then bring the stream back up to date with the parent. True merge (keeps individual commits); prompts before pushing the parent. Pairs with /parallel-work, which…
Skill Claude CodeCodex
Use when the user wants to autonomously improve a measurable metric through iterative experimentation with git-based checkpointing and automatic rollback.
Skill Claude CodeCodex
Work on multiple stories at the same time. Creates isolated parallel streams (git worktrees) from the current branch, wires up local settings, and opens each in its own Claude Code session. Also shows stream status and cleans up finished streams. Pairs with /merge-up (publish a stream's work to the parent branch) and…