SpecScore Specification
This directory contains the specification for SpecScore — the open-source specification framework for AI-driven development.
Structure
spec/
├── README.md # This file
├── features/ # SpecScore feature specifications
│ ├── feature/ # Feature specification format
│ ├── architecture/ # Architecture specification format
│ ├── development-plan/ # Planning document format
│ └── project-definition/# Project config and structure
└── (more as SpecScore grows)
What SpecScore Defines
- Format: How specifications are structured (directories, files, naming conventions)
- Schema: What makes a valid specification (required fields, metadata, validation rules)
- Mental Model: Best practices for thinking about specifications as machine-readable blueprints
- Standards: How specs link to code, to each other, and to execution workflows
See features/ for detailed specifications.
Outstanding Questions
None at this time.