Create terraphim-skills for the publishing domain model pipeline, leveraging terraphim v1.9.0 dynamic ontology features and v1.7.0 TinyClaw skills system.
domain-model.json -> derive-ontology-schema.py -> ontology schema
-> derive-kg-entries.py -> KG entries (Aho-Corasick)
-> extract-entities.py -> SchemaSignal (confidence)
-> compute-coverage.py -> CoverageSignal (governance)
-> TinyClaw skill (#44) -> one-command pipeline
-> Claude Code skill (#48) -> in-session validation
Summary
Create terraphim-skills for the publishing domain model pipeline, leveraging terraphim v1.9.0 dynamic ontology features and v1.7.0 TinyClaw skills system.
Context
The publishing domain model pipeline (in
cto-executive-system) usesdomain-model.jsonas a single source of truth for book terminology, relationships, and argument chains. It needs terraphim-skills to:Dependencies
Child Issues
Architecture