drift-analysis

Installation
SKILL.md

Drift Analysis

Knowledge and patterns for analyzing project state, detecting plan drift, and creating prioritized reconstruction plans.

Architecture Overview

/drift-detect
        ├─→ collectors.js (pure JavaScript)
        │   ├─ scanGitHubState()
        │   ├─ analyzeDocumentation()
        │   ├─ scanCodebase()
        │   └─ getRepoIntelSignals()  (optional, via agent-analyzer binary)
        └─→ plan-synthesizer (Sonnet)
            └─ Deep semantic analysis with full context
Installs
1
GitHub Stars
4
First Seen
Jul 30, 2026
drift-analysis — agent-sh/drift-detect