analyze_adr_timeline
Analyze Architecture Decision Records timeline to detect staleness, implementation lag, and technical debt. Automatically adapts thresholds to project phase and generates a prioritized work queue for actionable improvements.
Instructions
Analyze ADR timeline with smart time tracking, adaptive thresholds, and actionable recommendations. Auto-detects project context (startup/growth/mature) and generates prioritized work queue based on staleness, implementation lag, and technical debt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the project directory | . |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| generateActions | No | Generate actionable work items with priority and effort estimates | |
| thresholdProfile | No | Threshold profile for action generation (auto-detected if not specified) | |
| autoDetectContext | No | Auto-detect project phase from git activity and ADR patterns | |
| includeContent | No | Include ADR content for better analysis | |
| forceExtract | No | Force timeline extraction even if ADRs have dates |