docs(sdd): add full and compact lossless spec-driven-development sets - #1
Open
NahButch wants to merge 2 commits into
Open
docs(sdd): add full and compact lossless spec-driven-development sets#1NahButch wants to merge 2 commits into
NahButch wants to merge 2 commits into
Conversation
Add two parallel Spec-Driven Development artifact sets derived losslessly from the Oncora design canon (docs/00-11): - sdd/oncora-sdd/ — full prose SDD set - sdd/oncora-sdd2/ — compact, concise, information-equivalent rendering Each set covers: constitution (10 non-negotiable principles), spec (goals, actors, workflows, FR/NFR with stable IDs, edge cases, acceptance criteria), plan (C4 architecture, agent runtime, deployment, concurrency), research (technology decisions + risk register + verify checklist), data-model (core types, five memory types, KG schema, eval types, verdict policy), contracts (core traits, HTTP/gRPC API, MCP tools, CLI), tasks (phased risk-gated roadmap), and quickstart (build/run + prototype validation evidence). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QhsDtUPUETbf3ABpQ9yoP
Replace the 12-file compact set with one all-in-one document (sdd/oncora-sdd2/oncora-sdd.md). Removing per-file boilerplate, unifying cross-references to section numbers, deduplicating shared tables, and rendering mermaid diagrams as lossless edge-lists yields a genuinely compact rendering: 108.6 KB vs the 141.5 KB full prose set, with zero fact loss (all P-*/G-*/FR-*/NFR-*/AC-* IDs, types, tech decisions, risk register, metrics, and validation numbers preserved). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QhsDtUPUETbf3ABpQ9yoP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add two parallel Spec-Driven Development artifact sets derived losslessly
from the Oncora design canon (docs/00-11):
Each set covers: constitution (10 non-negotiable principles), spec
(goals, actors, workflows, FR/NFR with stable IDs, edge cases, acceptance
criteria), plan (C4 architecture, agent runtime, deployment, concurrency),
research (technology decisions + risk register + verify checklist),
data-model (core types, five memory types, KG schema, eval types, verdict
policy), contracts (core traits, HTTP/gRPC API, MCP tools, CLI), tasks
(phased risk-gated roadmap), and quickstart (build/run + prototype
validation evidence).
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_012QhsDtUPUETbf3ABpQ9yoP