Skene reads your codebase and produces a user journey for your product: the lifecycle stages a user moves through, the milestones inside each stage, and the code or database evidence that proves each milestone is real.
Install and launch the interactive terminal UI:
curl -fsSL https://raw.githubusercontent.com/SkeneTechnologies/skene/main/tui/install.sh | bash
skeneThe wizard walks you through provider selection, authentication, and analysis — no configuration needed upfront.
- Two parallel agents read your project — one walks the codebase, one walks your SQL schemas — and each proposes candidate milestones
- Candidates are merged and classified into a canonical seven-stage lifecycle: discovery, onboarding, activation, engagement, retention, expansion, virality
- Every milestone is backed by evidence — a
tracked_event, aconfidencescore, and chips pointing to the exact code path, table, or config file that justifies it - The TUI opens a local web app that lays out the journey as columns of milestone cards, with clickable evidence chips linking back to the source
Supports OpenAI, Gemini, Claude, LM Studio, Ollama, and any OpenAI-compatible endpoint.