Command
Generate durable validation scripts from testing intent.
Command
Generate durable validation scripts from testing intent.
Command
Implement a DAG plan in parallel — topologically schedules ready steps and fans them out as sub-agents.
Command
Create a DAG-structured implementation plan for parallel execution.
Command
Post-implementation plan verification and audit.
Skill Claude CodeCodex
Conventions for asking the user questions during a workflow via the AskUserQuestion tool. Other skills reference this to keep prompts consistent and structured.
Skill Claude CodeCodex
Interactive exploration of ideas through Socratic Q&A. Produces progressive documents that serve as lightweight pre-PRDs feeding into research.
Skill Claude CodeCodex
Two-axis code review of a diff — Standards (is the code well built?) and Spec (does it actually solve the stated problem?) — run as parallel sub-agents and reported separately, never merged. Use when reviewing implementation output (a phase, a wave, a branch, a PR), when the user says "review the code", "review the…
Skill Claude CodeCodex
Executor routing policy for ALL delegated work — pick the right model for every sub-agent and the right Codex variant for every implementation slice. Use whenever you are about to spawn a sub-agent/Task (research, review, QA, UI, search), whenever a desplega skill (implement-plan, v-implement, run-phase, run-step…
Skill Claude CodeCodex
Create and maintain living per-system design docs at thoughts//design-docs/ .md — Purpose, Glossary, numbered testable Invariants (normative for the code-reviewing Spec axis), Boundaries & Non-goals, Interfaces, Decision log, Amendment log. Use when the user says "create a design doc", "write down the invariants"…
Skill Claude CodeCodex
Code-shape policy for ALL code that gets written or reviewed — the senior-engineer bar for minimal complexity. Use whenever you are about to write code, design a module or abstraction, draft a plan phase that shapes code, or review a diff; also when the user asks "is this over-engineered", "can this be simpler", or…
Skill Claude CodeCodex
Plan implementation skill. Executes approved technical plans phase by phase with verification checkpoints.
Skill Claude CodeCodex
Improve (or bootstrap) an AGENTS.md / CLAUDE.md file using conditional blocks so the agent actually attends to the right guidance at the right time. Use this skill whenever the user mentions AGENTS.md, CLAUDE.md, agent instructions, project rules for AI, "my claude config", onboarding docs for agents, or asks to…
Skill Claude CodeCodex
Compounding knowledge across projects and teams. Captures, searches, and promotes institutional learnings via tiered backends (local/qmd/agent-fs).
Skill Claude CodeCodex
Small-scope plan+implement in one session. Assess the prompt, optionally one bundled round of questions, maintain a lightweight yolo plan while implementing, verify, quick code review, commit. Use when the user invokes /one-shot, or asks to "just build/fix/add" something small without the full create-plan →…
Skill Claude CodeCodex
Execute individual plan phases as background sub-agents for context-efficient implementation.
Skill Claude CodeCodex
Implementation planning skill. Creates detailed technical plans through interactive research and iteration.
Skill Claude CodeCodex
Functional validation skill. Captures test evidence (screenshots, recordings, links) and produces QA reports in thoughts//qa/.
Skill Claude CodeCodex
One-shot question answering using the research process. Answers inline without generating documents, then offers handoff to brainstorm or research.
Skill Claude CodeCodex
Comprehensive codebase research skill. Documents codebase as-is by spawning parallel sub-agents and synthesizing findings into research documents.
Skill Claude CodeCodex
Structured critique of research, plan, and brainstorm documents for completeness, gaps, and quality.
Skill Claude CodeCodex
Generate durable, re-runnable scripts from session intent — validation scripts (PASS/FAIL contract) AND gather/bulk scripts (many API/tool calls in code, one derived summary out). Supports TypeScript, Python, Bash with auto-detection, enforces context-optimal output, and auto-documents scripts in CLAUDE.md. Triggers…
Skill Claude CodeCodex
Execute a single DAG step as an autonomous background sub-agent. Sibling of phase-running for DAG plans produced by v-planning. Reads a step- .md file directly, atomically claims it via frontmatter status, runs the three-bucket Success Criteria, and reports back. Spawned by v-implementing or by /run-step.
Skill Claude CodeCodex
Work through every review comment on a GitHub PR — fetch the threads, verify each claim against the code, fix what is real, then reply and mark each thread resolved before pushing. Use when the user says "tackle the PR comments", "address the review", "handle the bot comments", "check the comments on the PR", "resolve…
Skill Claude CodeCodex
TDD-focused implementation planning. Creates plans with strict Red-Green-Commit/Rollback cycles for each step.