trace
01Plugin Claude Code
TRACE — durable context for AI-assisted development. A docs core plus opt-in planning and delivery add-ons.
Plugin Claude Code
TRACE — durable context for AI-assisted development. A docs core plus opt-in planning and delivery add-ons.
Skill Claude CodeCodex
Cut a TRACE release — preflight the tree (doctor, script syntax, shared-file sync, version/CHANGELOG agreement, doc-structure sync), commit the work, tag the repo and each plugin, push, and create the GitHub release when gh is available. For TRACE maintainers; adopters never see this skill.
Instructions file CodexOpenCode
AGENTS.md instructions for axakon/TRACE, covering trace, what is this, stack, directory index and commands.
Instructions file
Claude Code instructions for axakon/TRACE.
Plugin Claude Code
Everything TRACE ships, behind one install: the docs core plus the planning and delivery add-ons. Install this if you don't want to choose.
Plugin Claude Code
TRACE delivery add-on: commit messages and PR descriptions in a predictable What / Approach / Updated context shape. No Conventional-Commits taxonomy.
Skill Claude CodeCodex
Draft a single commit's message — imperative-mood title plus a short why body, optional decision bullets, plain text (no markdown). Use when the developer explicitly asks for a commit message, asks to fix a message before amending, or asks the agent to perform the commit on their behalf.
Skill Claude CodeCodex
Draft a PR description or squash-merge commit message in TRACE's What / Approach / Updated context format. A predictable shape for reviewers, no Conventional-Commits taxonomy. Use when the developer explicitly asks for a PR description, asks for the squash-merge message, or asks the agent to open a PR on their behalf.
Plugin Claude Code
TRACE planning add-on: drive substantial work through plan mode with explicit acceptance criteria, break multi-phase features into local epics, and review both in a browser viewer.
Hook
Runs after a tool call finishes for ExitPlanMode tool calls, executing plan-viewer-context.js via node. From axakon/TRACE.
Hook
Runs when the agent asks permission for an action for ExitPlanMode tool calls, executing plan-viewer-open.js via node. From axakon/TRACE.
Skill Claude CodeCodex
Turn a multi-phase feature into a local epic — an architecture-focused interview producing core user stories, diagrams, and spec-sized tickets under /.claude/epics — then manage the board as work lands.
Skill Claude CodeCodex
Drive substantial work through plan mode — interview to a plan with explicit acceptance criteria, then implement and verify against it.
Plugin Claude Code
TRACE core: durable context for AI-assisted development. Sets up the docs structure and AGENTS.md, records architecture decisions, distils durable knowledge as you work, and validates the conventions.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
Skill Claude CodeCodex
Record an architecture decision as a lightweight, immutable ADR in the scope's docs folder. Owns the ADR template, numbering, and write. Invokable directly for a direct-path decision, or by /trace-plan:spec at handoff.
Skill Claude CodeCodex
Set up or review the project's AGENTS.md through an interactive interview with the developer.
Skill Claude CodeCodex
Evaluate recent changes and propose updates to the project's permanent context (AGENTS.md or the scope's docs folder) when something durable was learned.
Skill Claude CodeCodex
Validate a TRACE-adopted scope against TRACE's own conventions — doc structure, marker pairs, AGENTS.md spec, ADR numbering and immutability, working-note banners, relative links — then guide the fixes. Owns the resolution flow for ADR number collisions left by merged branches. Useful after merges, before releases, or…
Skill Claude CodeCodex
Configure TRACE for this scope — choose where durable project context lives, copy the canonical three-category doc structure into it, mark the folder, and persist the choice. Recommended as the first TRACE command in a fresh repo, before /trace:agents-md-setup. Safe to re-run to change the location.
Skill Claude CodeCodex
Suggest and scaffold starter docs for a project's durable-context folder, tailored to what the repo evidences. One-time bootstrap on a project that has code but little documentation, after /trace:init and /trace:agents-md-setup.