analyze_adr_timeline
Analyze ADR timelines to identify stale decisions, implementation delays, and technical debt. Generate prioritized action items with adaptive thresholds based on project context.
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 |