ワンクリックで
drift-detector
Checks implementation for drift from established constraints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Checks implementation for drift from established constraints
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Reviews code for architectural compliance and design integrity
Deep semantic analysis of codebase against rules, patterns, and lessons
| name | Drift Detector |
| description | Checks implementation for drift from established constraints |
Detect drift between implementation and established constraints (invariants, ADRs, architectural decisions). Runs between module-boundary-reviewer and implementation-reviewer as a final consistency check.
module-boundary-reviewer -> Drift Detector -> implementation-reviewer
npx ca audit --json for automated constraint checkingdocs/invariants/ if presentdocs/adr/ if presentnpx ca search for past architectural decisions that may applydocs/compound/research/property-testing/ for invariant-driven development and constraint verificationnpx ca knowledge "invariant drift detection" for indexed knowledge on drift patternsSubagent in the TDD pipeline. Return findings directly to the caller.