Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Reconstruct workflow behind a past coding-agent artifact using local ax sessions/commits/skills/tool traces. Use when asked how X was built.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 25% | 0% |
Use this skill to reconstruct the workflow behind a past coding-agent artifact: a shipped feature, PR, demo, refactor, report, or other concrete result. It uses the local ax graph to connect commits, sessions, turns, skills, and tool traces into a short "how this got made" narrative.
ax must be installed, available on PATH, and able to reach its local database. If ax cannot connect to its DB, report the connection failure and stop instead of guessing from memory.
Identify the best anchor from the user's request:
bashax recall "live ingest dashboard" --sources=turn,commit,skill --scope=here ax sessions near abc1234 --json ax sessions around 2026-06-15 --days=3 --json ax sessions here --days=14
These commands are read-only inspection commands.
Choose the few sessions most likely to explain the artifact. Prefer sessions that mention the artifact, touch related files, include relevant commits, or have skills and tool calls that match the work.
If several candidates are plausible, show the user the candidates and ask which one to inspect.
Open each selected session and look for:
bashax sessions show <session-id> --json ax sessions show <session-id> --by-role ax recall "specific keyword from the artifact" --sources=turn,commit --scope=here
Return the result inline unless the user asks for a file. Keep it short and evidence-grounded:
Use session IDs, commit SHAs, and file paths as citations when available.
bashax sessions near 8f31c2a --json ax sessions show <session-id> --by-role ax sessions show <session-id> --json
Output shape:
textAnchor: 8f31c2a, live ingest dashboard Workflow: 1. Problem framing -> narrowed the failure to stale dashboard polling. 2. Session recall -> found the earlier ingest-stream design and constraints. 3. Implementation -> wired the server event bus and browser subscription. 4. Verification -> ran typecheck and refreshed the dashboard locally. Reproducer brief: Start from the failing artifact, find nearby sessions, inspect role-grouped skills, then summarize the smallest ordered path from framing to verification.
bashax sessions around 2026-06-15 --days=2 --json ax recall "otel receiver" --sources=turn,commit,skill --scope=here
Use this when the user remembers when the work happened but not the commit.
.ax/, regenerate indexes, publish reports, or alter repositories as part of reconstruction.@agenttrace-session-audit - Use for local agent-session health, cost, latency, and tool-failure audits.@domain-modeling - Use when the reconstruction reveals terminology or architectural decisions that should be captured.@planning-with-files - Use when the user wants to turn the reconstructed recipe into a new plan with tracked notes.Other measured skills in the registry, with their headline benchmark lift.