analyze_adr_timeline
Analyzes ADR timeline to detect stale decisions and implementation lag, then generates prioritized actions tailored to the project's growth phase.
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 |
| forceExtract | No | Force timeline extraction even if ADRs have dates | |
| includeContent | No | Include ADR content for better analysis | |
| 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 |