Extension ID
axi
Extension Name
Axi Extension
Version
1.1.4
Description
A Spec Kit extension that renders a feature's markdown in a local browser review surface for human annotation, then returns the queued notes to the agent to apply.
Author
d0whc3r
Repository URL
https://github.com/d0whc3r/spec-kit-axi
Download URL
https://github.com/d0whc3r/spec-kit-axi/releases/download/v1.1.4/axi-1.1.4.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-axi/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-axi/wiki
Changelog URL (optional)
https://github.com/d0whc3r/spec-kit-axi/blob/main/CHANGELOG.md
Required Spec Kit Version
=0.2.0
Required Tools (optional)
None. This extension is plain Markdown command and template text. It adds no external tool or runtime dependencies beyond Spec Kit itself.
Number of Commands
1
Number of Hooks (optional)
0
Tags
axi, spec-kit, spec-kit-extension
Key Features
/speckit.axi.review: Open a feature's markdown in a browser review surface, collect annotations, and apply the queued feedback.
Testing Checklist
Submission Requirements
Testing Details
Tested by the https://github.com/d0whc3r/spec-kit-axi release pipeline (release):
- Manifest validation (
pnpm run validate) confirms extension.yml and catalog.json agree on version, command count, and hook count.
- Content lint (
pnpm run lint:content) enforces the output style rules every command must follow.
- The release archive
axi-1.1.4.zip is built and attached to the GitHub release at tag v1.1.4.
- Install is exercised from the published download URL above.
Test project: the extension is dogfooded on this repository itself; the committed examples/ plans were generated by running the audit against real codebases.
Example Usage
# Install the extension from the release archive
specify extension add axi --from https://github.com/d0whc3r/spec-kit-axi/releases/download/v1.1.4/axi-1.1.4.zip
# Audit the codebase and write spec prompts
/speckit.axi.review
# Or spec one known change directly
/speckit.axi.review migrate the config loader to zod
# Hand a prompt to the spec-kit lifecycle
/speckit.specify <prompt body> # then /speckit.clarify, /speckit.plan, /speckit.tasks, /speckit.implement
# Next session: re-run to refresh drifted prompts and dedupe
/speckit.axi.review
Proposed Catalog Entry
{
"axi": {
"name": "Axi Extension",
"id": "axi",
"description": "A Spec Kit extension that renders a feature's markdown in a local browser review surface for human annotation, then returns the queued notes to the agent to apply.",
"author": "d0whc3r",
"version": "1.1.4",
"download_url": "https://github.com/d0whc3r/spec-kit-axi/releases/download/v1.1.4/axi-1.1.4.zip",
"repository": "https://github.com/d0whc3r/spec-kit-axi",
"homepage": "https://d0whc3r.github.io/spec-kit-axi/",
"documentation": "https://github.com/d0whc3r/spec-kit-axi/wiki",
"changelog": "https://github.com/d0whc3r/spec-kit-axi/blob/main/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.2.0"
},
"provides": {
"commands": 1,
"hooks": 0
},
"tags": [
"axi",
"spec-kit",
"spec-kit-extension"
],
"verified": false,
"created_at": "2026-06-28T00:00:00Z",
"updated_at": "2026-08-03T15:23:29Z",
"downloads": 0,
"stars": 0
}
}
Additional Context
Full user documentation lives on the project website (https://d0whc3r.github.io/spec-kit-axi/) and the project wiki, with reference docs at https://github.com/d0whc3r/spec-kit-axi/wiki. Source repository: https://github.com/d0whc3r/spec-kit-axi.
A complete, real worked example (a generated findings table and the resulting plan files) is committed at https://github.com/d0whc3r/spec-kit-axi/tree/main/examples so reviewers and users can see exactly what each command reads and writes.
Extension ID
axi
Extension Name
Axi Extension
Version
1.1.4
Description
A Spec Kit extension that renders a feature's markdown in a local browser review surface for human annotation, then returns the queued notes to the agent to apply.
Author
d0whc3r
Repository URL
https://github.com/d0whc3r/spec-kit-axi
Download URL
https://github.com/d0whc3r/spec-kit-axi/releases/download/v1.1.4/axi-1.1.4.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-axi/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-axi/wiki
Changelog URL (optional)
https://github.com/d0whc3r/spec-kit-axi/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools (optional)
Number of Commands
1
Number of Hooks (optional)
0
Tags
axi, spec-kit, spec-kit-extension
Key Features
/speckit.axi.review: Open a feature's markdown in a browser review surface, collect annotations, and apply the queued feedback.Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested by the
https://github.com/d0whc3r/spec-kit-axirelease pipeline (release):pnpm run validate) confirmsextension.ymlandcatalog.jsonagree on version, command count, and hook count.pnpm run lint:content) enforces the output style rules every command must follow.axi-1.1.4.zipis built and attached to the GitHub release at tagv1.1.4.Test project: the extension is dogfooded on this repository itself; the committed
examples/plans were generated by running the audit against real codebases.Example Usage
Proposed Catalog Entry
{ "axi": { "name": "Axi Extension", "id": "axi", "description": "A Spec Kit extension that renders a feature's markdown in a local browser review surface for human annotation, then returns the queued notes to the agent to apply.", "author": "d0whc3r", "version": "1.1.4", "download_url": "https://github.com/d0whc3r/spec-kit-axi/releases/download/v1.1.4/axi-1.1.4.zip", "repository": "https://github.com/d0whc3r/spec-kit-axi", "homepage": "https://d0whc3r.github.io/spec-kit-axi/", "documentation": "https://github.com/d0whc3r/spec-kit-axi/wiki", "changelog": "https://github.com/d0whc3r/spec-kit-axi/blob/main/CHANGELOG.md", "license": "MIT", "requires": { "speckit_version": ">=0.2.0" }, "provides": { "commands": 1, "hooks": 0 }, "tags": [ "axi", "spec-kit", "spec-kit-extension" ], "verified": false, "created_at": "2026-06-28T00:00:00Z", "updated_at": "2026-08-03T15:23:29Z", "downloads": 0, "stars": 0 } }Additional Context
Full user documentation lives on the project website (https://d0whc3r.github.io/spec-kit-axi/) and the project wiki, with reference docs at https://github.com/d0whc3r/spec-kit-axi/wiki. Source repository: https://github.com/d0whc3r/spec-kit-axi.
A complete, real worked example (a generated findings table and the resulting plan files) is committed at https://github.com/d0whc3r/spec-kit-axi/tree/main/examples so reviewers and users can see exactly what each command reads and writes.