This directory contains a complete, minimal set of illustrative IDD artifacts.
These files are not project-of-record specs for this repository. They exist so contributors can:
- run tooling validation (
check-front-matter,check-traceability,check-capability-scope) against realistic data, - inspect fully populated artifacts while onboarding, and
- reuse patterns when creating
specs/in downstream project repositories.
The example chain models a trade-show workflow:
- A prospect scans a QR code and signs up from a phone.
- The new account starts a first audit during the same conversation.
personas/→ who the system servesjourneys/→ end-to-end user experiencestories/→ scoped user capabilitiesfeatures/+contracts/+fixtures/→ executable behavior across HTTP, event, and RPC boundariesmodels/→ domain concepts and rulesjourney-maps/→ E2E validation spinecapabilities/→ certification scope boundary
Run checks against this directory directly:
node tools/check-front-matter.js specs/
node tools/check-traceability.js specs/
node tools/check-capability-scope.js specs/Real adopters should place equivalent artifacts under specs/ in their own repositories.