Extension Submission
Extension ID: manual-test
Extension Name: Manual Test Guide
Version: 1.0.0
Author: Vishu Bhingradiya
License: MIT
Description: Generates a step-by-step curl-based manual test guide (test.md) from spec, plan, and API contracts. Produces test cases covering every endpoint, every acceptance scenario, good cases, bad cases, and edge cases.
Repository: https://github.com/Vishuvishu/spec-kit-manual-test
Download URL: https://github.com/Vishuvishu/spec-kit-manual-test/archive/refs/tags/v1.0.0.zip
Documentation: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/README.md
Changelog: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/CHANGELOG.md
Required Spec Kit version: >=0.6.0
Tools required: None
Commands provided: 1
speckit.manual-test.generate — Generate a manual test guide (test.md) for the current feature
Hooks: 1
after_plan (optional) — Prompts to generate test guide after planning completes
Tags: testing, manual-test, api, curl, verification
Key features
- Traces every TEST-NN back to a specific FR-### or acceptance scenario from spec.md
- Security tests: 401/403 per auth role, PII log inspection
- State machine tests: valid/invalid transitions, lazy expiry detection
- End-to-end smoke test script (copy-paste bash)
- Quick reference table as final element
Testing confirmation
Install command
specify extension add manual-test --from https://github.com/Vishuvishu/spec-kit-manual-test/archive/refs/tags/v1.0.0.zip
Extension Submission
Extension ID: manual-test
Extension Name: Manual Test Guide
Version: 1.0.0
Author: Vishu Bhingradiya
License: MIT
Description: Generates a step-by-step curl-based manual test guide (test.md) from spec, plan, and API contracts. Produces test cases covering every endpoint, every acceptance scenario, good cases, bad cases, and edge cases.
Repository: https://github.com/Vishuvishu/spec-kit-manual-test
Download URL: https://github.com/Vishuvishu/spec-kit-manual-test/archive/refs/tags/v1.0.0.zip
Documentation: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/README.md
Changelog: https://github.com/Vishuvishu/spec-kit-manual-test/blob/main/CHANGELOG.md
Required Spec Kit version: >=0.6.0
Tools required: None
Commands provided: 1
speckit.manual-test.generate— Generate a manual test guide (test.md) for the current featureHooks: 1
after_plan(optional) — Prompts to generate test guide after planning completesTags: testing, manual-test, api, curl, verification
Key features
Testing confirmation
specify extension add --devextension.ymlmanifest is validspecify extension addinstall commandInstall command