Coding & Refactoringlow risk
titan-thread-turn-binding
Explicit activation required: do not invoke or load this skill from an implicit match; wait for explicit user or operator invocation or a source-authorized parent-route selection. Bind Titan bridge events, approvals, and replay state to explicit thread and turn ids for inspectable continuity. Use when a Titan service-cohort route needs this explicit bounded step. Do not use for hidden background agents, silent mutation, unreviewed proof sovereignty, or memory canonization without owner confirmation.
8Dionysus/aoa-skills·.agents/skills/titan-thread-turn-binding/SKILL.md
37/ 100おすすめ度
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a codex -y個人環境に導入~/.agents/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a codex -g -yプロジェクトに導入.claude/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a claude-code -y個人環境に導入~/.claude/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a claude-code -g -yプロジェクトに導入.agents/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a github-copilot -y個人環境に導入~/.copilot/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a github-copilot -g -yプロジェクトに導入.agents/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a cursor -y個人環境に導入~/.cursor/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a cursor -g -yプロジェクトに導入.agents/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a gemini-cli -y個人環境に導入~/.gemini/skills/titan-thread-turn-binding
npx skills add https://github.com/8Dionysus/aoa-skills/tree/ec79a94b8c1767fbd6281326767b6cb83a1d6673/.agents/skills/titan-thread-turn-binding -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/8Dionysus/aoa-skills.git --scope workspace --path .agents/skills/titan-thread-turn-binding⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# titan-thread-turn-binding ## Intent Use this skill to attach Titan bridge events and approvals to a specific thread and turn boundary. ## Trigger boundary Use this skill when: - events need a thread-turn identity - approval or digest state must be scoped to one turn - replay needs stable continuity keys Do not use this skill when: - thread or turn identifiers are missing - the binding would collapse multiple sessions into one record - binding would grant execution authority by itself ## Inputs - thread id - turn id - event ids or payloads - receipt ref - bridge or console state path ## Outputs - thread-turn binding record - scoped event list - approval refs - replay key - continuity warning ## Procedure 1. identify the thread id, turn id, receipt refs, and event refs being connected 2. bind approvals and replay state to explicit turn boundaries 3. flag missing, duplicate, or out-of-order thread and turn evidence 4. keep derived continuity state subordinate to bridge and receipt sources 5. return the binding packet and the next inspection or repair path ## Contracts - The skill is explicit-only and must not be invoked as hidden background behavior. - Titan role, helper/control-plane, runtime implementation, memory, proof, and public-runbook authority stays in owner repositories: aoa-agents, aoa-sdk, abyss-stack, aoa-memo, aoa-evals, and 8Dionysus. - Receipts, bridge ledgers, console state, replay artifacts, approval records, and memory records are witnesses or candidates, not final owner truth. - Forge mutation and Delta judgment gates must remain distinct, operator-visible, and receipt-linked. - Missing source refs, missing approval, missing validation, or unclear owner route must be named as stop conditions. ## Risks and anti-patterns - treating Titan vocabulary as permission to widen authority - letting receipt, replay, console, or bridge state replace owner-repo evidence - auto-approving Forge or Delta because a plan looks plausible - promoting candidate memory, approvals, replay, or receipts into canon without owner review - using the skill for an ordinary repo task that has no explicit Titan route ## Verification - confirm direct skill invocation or explicit Titan service-cohort request is present - confirm lane, gate, source refs, and owner surface are named when relevant - confirm Forge or Delta locked or allowed state matches recorded approval evidence - confirm generated artifacts are marked witness, candidate, derived, or advisory rather than final truth - confirm next validation, replay, repair, or owner-route follow-up is named before continuation ## Technique traceability Manifest-backed techniques: - AOA-T-0062 from `8Dionysus/aoa-techniques` at `fe4b04ed877916c46e60e70aaa9a1d4c86e81b6e` using path `techniques/continuity/handoff-continuation/episode-bounded-agent-loop/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - AOA-T-0066 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/history/history-artifacts/transcript-replay-artifact/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - AOA-T-0045 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Risks, Validation ## Adaptation points - Extract a Titan-specific reusable technique into aoa-techniques only after repeated reviewed evidence exists; do not add pending IDs as placeholders. - Keep repo-local command examples in owner docs or examples rather than hard-coding them into skill law. - If a Titan surface graduates from scaffold to reviewed or evaluated, add review evidence before changing status.