CLI Reference
This page documents every command and option of the Tracer Spec Workflow CLI.
The traceability model itself is the antora-tracer CLI, covered for the commands the workflow uses.
tracer-spec
tracer-spec scaffolds a project and installs the workflow skills.
It ships one command.
init
Initialize a Tracer Spec Workflow project in the current directory.
tracer-spec init [name] [options]
| Argument | Description |
|---|---|
|
Project name, also used as the Antora component name and site title. Defaults to the current directory name. |
| Option | Description |
|---|---|
|
Overwrite existing files instead of skipping them. |
|
Do not install the workflow skills into any harness.
Installs nothing, regardless of |
|
Preview actions without writing any file. Prints the component name, title, selected harnesses, and every file that would be created. |
|
Agent harnesses to install skills for: a comma-separated list, |
Harnesses
| ID | Label | Skill directory |
|---|---|---|
|
Oh My Pi |
|
|
Claude Code |
|
|
Codex |
|
|
Pi |
|
|
Shared .agents |
|
omp is an alias for oh-my-pi.
codex and agents share .agents/skills, so the files are written once.
Slash commands are installed only for harnesses that define a command convention: Oh My Pi (.omp/commands/tspec-<id>.md) and Claude Code (.claude/commands/tspec/<id>.md).
Codex, Pi, and the shared .agents directory install skills only.
antora-tracer
antora-tracer is the graph engine behind the workflow.
The workflow uses these commands directly.
| Command | Purpose |
|---|---|
|
Check roles, relations, statuses, and the acceptance gate. |
|
Return the next unused ID for a role prefix. |
|
Print a role’s item template and prefix, resolved from |
The full antora-tracer CLI is documented in its own reference; this workflow depends on it as @antora-tracer/core.