checkpoints
01Skill Claude CodeCodex
List the dev-workflow checkpoints — snapshots taken automatically before each agent edit — for the current git project. Read-only.
General spec-driven software development workflow for Claude Code (plugin).
Skill Claude CodeCodex
List the dev-workflow checkpoints — snapshots taken automatically before each agent edit — for the current git project. Read-only.
Skill Claude CodeCodex
Show the dev-workflow plugin's effective configuration for this project — every guard knob, where its value came from (default, file, or environment), and which config lines are silently doing nothing. Can also set a value.
Skill Claude CodeCodex
Orchestrate a full spec-driven feature workflow — establish project context, clarify the request into acceptance criteria, size the work, research, solution options, plan, phased implementation with per-phase reviews, and a final audit. Handles bug fixes too (--bug, or any request reporting something broken)…
Skill Claude CodeCodex
Inspect the current project and draft conventions.md (domain, stack, conventions, security focus) plus project-map.md (module map, existing features, shared building blocks, extension points) so the feature workflow has accurate project context. Read-heavy; after user review, writes both files and imports…
Skill Claude CodeCodex
Undo an AI agent's changes by restoring the git working tree to a checkpoint. Safe and reversible — saves current state first, never moves your branch, never hard-deletes. Optionally pass a checkpoint ref; defaults to the most recent.