Governance
Use when decisions, provenance, design genome, interaction graph, debt, and drift must be recorded and reconciled so the system learns and stays accountable.From its SKILL.md
npx -y skills add Suraj787/motif --skill governanceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 276 tokens by cl100k_base, as published. Nobody here has run it
Governance and Learning
Responsibility: Persist why every decision was made and where it came from, keep the design genome and interaction graph current, and track debt and drift over time.
When to invoke
- Steps 6-7 (load/build genome and graph) and steps 17-18 (record, debt, drift).
Inputs
- Decisions and rationale from every prior step; sources and licences; the built UI.
Outputs
- Design Product Genome extracted or updated.
- Interaction Specification Graph built or updated.
- Decision ledger entries with rationale, confidence, and provenance.
- Debt items opened and drift reconciled against genome and graph.
- Exceptions recorded where a hard rule was justifiably relaxed.
Engine data + CLI
- Reads/writes
governance/(design-genome,interaction-graph,decision-ledger,debt,drift,exceptions,learning). ii genome,ii graph,ii ledger,ii debt,ii drift.
Notes
Record provenance for anything sourced externally. Mark inferences with a confidence level; never log an inference as verified fact. Every justified hard-rule exception must be explicit and traceable.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.