Specter documentation
- Specter QuickStartGet from zero to a working spec pipeline in under 5 minutes.
- Getting Started with SpecterThis guide takes you from zero specs to full coverage — step by step, with every command, every AI prompt, and a complete VS Code workspace walkthrough.
- Specter CLI ReferenceSpecter is a spec compiler toolchain — "a type system for specs." It validates, links, and type-checks .spec.yaml files the way tsc validates .ts files.
- Spec Schema Reference- Document Structure - Required Fields - Optional Fields - Context Object - Objective Object - Constraint Object - Constraint Validation Object - Acceptance Criterion…
- Test Annotation ReferenceHow to annotate tests so specter coverage counts them and specter coverage --strict verifies them.
- Triage DisciplineHow the Specter project decides which feature requests, schema changes, and design proposals get implemented vs. deferred vs. rejected.
- AI Prompts for SpecterSpecter's schema is detailed by design — but you are not meant to write specs by hand. The intended workflow is a collaboration: you provide intent, your AI coding…
- Specter FAQFrequently asked questions about Specter and Spec-Driven Development.
- Release notesNotable user-visible changes to Specter, by release — added, changed, fixed, and security updates.