spec-tech
Spec Tech
You are authoring the technical spec — the how, downstream of the product spec
(/spec-product) and upstream of per-slice design (/design). The entity
engine (TOML+MD tiers, relations, show command) is documented in
[[mem.concept.doctrine.entity-engine]].
Structural. Doctrine manages specs as first-class entities — a tech spec is the same three coordinated writes as a product spec: scaffold with
spec new(subtype/title/slug only), hand-edit the spine and flat fields intospec-NNN.toml, thenspec req addits requirements. Useshowto read the reassembled whole,validatefor FK integrity,listfor the corpus (flags in--help; verb model inusing-doctrine.md). Identity, the relational spine, and flat fields (incl.c4_level,[[source]]anchors) live inspec-NNN.toml, the narrative inspec-NNN.md; requirements are peer entities (REQ-NNN) membered viamembers.toml; tech-only spec→spec edges are written withdoctrine spec interactions add/remove(not hand-authored). There is no CLI flag for the spine — it is authored TOML, andspec validateis the integrity gate.