/ashlr-tour
60-second guided walkthrough of ashlr on the current project — proves the value on real files.
When to use
First-run, after install, or when onboarding a teammate. Also useful as a sanity check after upgrading.
What it does
Runs six steps in order on real project files:
- Status-line legend — runs
/ashlr-legendand shows verbatim output - Current state — reads
~/.ashlr/stats.jsonand reports MCP servers active, genome present, lifetime savings so far - Tree view — calls
ashlr__treeon cwd and narrates what the model sees vs a series oflscalls - Read a real file — picks the largest TypeScript file, calls
ashlr__read, compares payload to rawwc -c - Show the receipts — calls
/ashlr-savingsand shows session ledger - Next steps — suggests
/ashlr-allowand/ashlr-genome-initif not yet done
Output style
Each step produces a 1–2 sentence narration (second-person) followed by the tool output in a fenced block. Total runtime: ~60 seconds.
Related
/ashlr-demo— shorter, 30-second scripted showcase/ashlr-allow— step to run after the tour/ashlr-genome-init— initialize the genome index