What problem does it solve? When adopting a spec-driven workflow on an existing codebase, teams lack documented intent and roadmap artifacts. This Skill reconstructs that strategic backbone automatically by analyzing the repository's own history instead of requiring manual archaeology. ## Core Features & Use Cases - Historical Data Collection: Gathers git logs, merged PR metadata via the GitHub CLI, and early README versions as evidence sources. - Semantic Clustering: Groups commits and PRs into time windows and identifies the primary focus and milestone of each period. - Artifact Generation: Drafts intent.md (vision, problem statement, success criteria) and roadmap.md (3-5 chronological phases) for user approval before persisting. - Use Case: You inherit a two-year-old repository with no documentation. Run this Skill to reconstruct why the project was started and what major phases it went through, then align it with the Specflow SDLC. ## Quick Start Analyze this repository's git history and merged PRs to draft an intent.md and roadmap.md for my approval.