-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Axi turns a feature's spec-kit markdown into a human-friendly review surface in
the browser. The reviewer reads the rendered documents, selects text to
annotate, and sends notes. The agent applies them to the canonical .md files
while the page live-reloads to show each change. Markdown stays the source of
truth, and the reviewer's notes never leave the machine.
| Page | When to read |
|---|---|
| Getting Started | First install, zero to your first browser review in five minutes. |
| Commands | Deep reference for /speckit.axi.review and the review server it drives. |
| Workflow | How a review flows: feature resolution, the annotate and apply loop. |
| Examples | A worked review session: a queue of notes and the edits it produces. |
| Annotation Format | The TOON queue the reviewer sends and how each field maps to an edit. |
| Troubleshooting | Server, browser, port, and offline issues, with their fixes. |
| FAQ | Conceptual questions and design rationale. |
| Architecture | How it works at runtime: the technology stack and how information travels. |
| Command | What it does |
|---|---|
/speckit.axi.review |
Open a feature's markdown in a browser review surface, collect annotations, and apply the notes. |
/speckit.axi.review takes an optional feature directory, for example
/speckit.axi.review specs/001-my-feature. Without one, the agent resolves the
feature from your git branch or the most recent specs/* directory. The
command does not generate a new file; it edits the feature's existing markdown
in place.
The feature's .md files are canonical. Axi renders them for review and the
agent edits them in place, driven by the reviewer's queued notes. It never
writes a derived copy, and the annotation queue stays local under
.speckit-axi/ in your project. When you end the session, the local server
shuts down and your markdown is left updated, nothing else touched.
- Repository: https://github.com/d0whc3r/spec-kit-axi
- Issues: https://github.com/d0whc3r/spec-kit-axi/issues
- Discussions: https://github.com/d0whc3r/spec-kit-axi/discussions
- Spec Kit core: https://github.com/github/spec-kit