ワンクリックで
tri-pipeline
Execute tri commands (gen, test, verify, seal, verdict) for spec-first development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute tri commands (gen, test, verify, seal, verdict) for spec-first development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| id | tri-pipeline |
| name | TRI Pipeline |
| description | Execute tri commands (gen, test, verify, seal, verdict) for spec-first development |
Execute the canonical t27 toolchain commands.
tri genGenerate code from .t27 specifications.
tri gen specs/ring-NNN-name.t27
Output: Generated files in gen/ directory
Laws: L2 (GENERATION) - gen/ is read-only
Verification: Hash verification during seal phase
tri testRun conformance tests from specifications.
tri test specs/ring-NNN-name.t27
Output: Test results, pass/fail status Laws: L4 (TESTABILITY) - specs must have tests Success Criteria: All tests pass, invariants satisfied
tri verifyVerify all 7 invariant laws.
tri verify
Checks:
Output: Pass/fail for each law Block: Non-compliant commits are blocked
tri sealGenerate and verify seal hash.
tri seal specs/ring-NNN-name.t27
Output: Hash of generated artifacts Purpose: Immutable snapshot for verification
tri verdictGenerate formal pass/fail verdict.
tri verdict
Output:
tri experience saveSave episode to experience log.
tri experience save --ring 72 --phase verify --outcome success
Output: Entry in ~/.trinity/experience/episodes.jsonl
tri experience querySearch past episodes.
tri experience query "how to fix L5 violation"
Output: Relevant past episodes with solutions
If a command fails:
Execute 9-phase spec-first development workflow (Issue → Spec → TDD → Code → Gen → Seal → Verify → Land → Learn)
This skill should be used when user asks to "tri skill begin", "PHI LOOP", "edit .t27 spec", "seal hash", "tri gen", "tri test", "tri verdict", "tri experience save", "tri notebook query", "tri notebook wrapup", or any task requiring spec-first development in the t27 Trinity S³AI project. Implements the canonical PHI LOOP workflow following constitutional laws with NotebookLM-backed semantic memory.
Format and upload session wrap-up to NotebookLM for persistent semantic memory
This skill should be used when user asks to "tri skill begin", "PHI LOOP", "edit .t27 spec", "seal hash", "tri gen", "tri test", "tri verdict", "tri experience save", "tri notebook query", "tri notebook wrapup", or any task requiring spec-first development in the t27 Trinity S³AI project. Implements the canonical PHI LOOP workflow following constitutional laws with NotebookLM-backed semantic memory.