analyze_adr_timeline
Analyze Architecture Decision Record timelines to identify stale ADRs, implementation lag, and technical debt, then get prioritized actionable work items.
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 |