SpecScore

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

  1. Format: How specifications are structured (directories, files, naming conventions)
  2. Schema: What makes a valid specification (required fields, metadata, validation rules)
  3. Mental Model: Best practices for thinking about specifications as machine-readable blueprints
  4. Standards: How specs link to code, to each other, and to execution workflows

See features/ for detailed specifications.

Outstanding Questions

None at this time.

View as Markdown