원클릭으로
compound-agent-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 직업 분류 기준
| name | compound-agent-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.
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