원클릭으로
completion-interlock
コード変更を伴う作業を「完了」と宣言する前に発火する。全出力物の存在と品質を最終確認する終了ゲート
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
コード変更を伴う作業を「完了」と宣言する前に発火する。全出力物の存在と品質を最終確認する終了ゲート
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fires when deciding whether a report or explanatory document needs figures, when designing a figure, or when writing the figures declaration in frontmatter. Designs cognitive-load-reducing figures via the trigger table, quantitative limits, and templates
Fires when generating or verifying deterministic HTML from report MDs. Runs render / verify / lint / selftest / check via the bundled md2html.cjs
Fires when producing a report or completion notice. Generates a report that includes the interlock verification section.
Discipline for preventing the stop bug (malformed tool call -> self-priming). Fires when the stopbug-observe hook emits a trip-wire (migration advice) or the time-based timer (calibration prompt), or as a minimal focus-check right before heavy processing.
報告書・説明文書で図を使うか判断する際、図を設計する際、frontmatter の figures 宣言を書く際に発火する。図トリガー表・定量上限・雛形で「認知負荷を減らす図」を設計する
報告書 MD から決定論 HTML を生成・検証する際に発火する。md2html.cjs(同梱)で render / verify / lint / selftest / check を実行する
| name | completion-interlock |
| description | コード変更を伴う作業を「完了」と宣言する前に発火する。全出力物の存在と品質を最終確認する終了ゲート |
コード変更を伴う作業を「完了」と宣言する直前に発火する。 testable-impl Step E を終えた直後の最終ゲートとして機能する。
コード変更を伴う作業が完了したと判断する前に、以下の全てを確認せよ。 1 つでも欠けている場合、「完了」を宣言するな。
| 出力物 | 確認方法 |
|---|---|
| 報告書 MD ファイル | _Prompt\02_buildai\ (旧 _Prompt\01_FromBuilderAi\ も互換) 直下にファイルが存在する |
| 「本報告書の読者と目的」セクション | 報告書 MD の冒頭 (frontmatter 直後) に明示されている |
frontmatter audience / purpose / expected_action | 報告書 MD の frontmatter に試行記載されている (オプション) |
| Before / After 実測値 | 報告書 MD 内に記載されている(会話内テキストではない) |
| 完了条件(具体)の全項目 | 報告書 MD 内で実測値付きで確認されている |
| dev log と正報告書の二段構成 | 適用対象タスクなら、作業リポ配下 dev log + 上位文書リポ配下正報告書の両方が配置済 |
_Research/ サブディレクトリにしか存在しないコメント修正・タイポ修正・空白調整等、ロジックに影響しない変更は本インターロックの対象外。 ただし判断に迷ったら対象として扱え。
本 skill は CC の自己確認(内容の質を見る)。 hooks/report-gate は外部検証(報告書 MD の存在のみ機械的に確認)。 両者は独立した二重防護であり、どちらか一方だけでは不十分である。