What problem does it solve?
The xplan skill prevents feature work from becoming chaotic by turning a vague implementation idea into a staged, reviewable plan that accounts for Hurrah.tv’s architecture, APIs, and database constraints.
Core Features & Use Cases
- Two-mode planning (quick vs plan): Choose quick for small, single-concern tasks or plan for structured, phased delivery.
- Hurrah.tv-aware pre-research: Scans existing learnings and plans, checks repo context and memory, and identifies the affected projects (Api/Client/Shared).
- Phased plan with safety constraints: Enforces commit-able phases, requires DB schema changes to be Phase 1, and includes Hurrah.tv-specific guidance for Blazor WASM lifecycle, DTO ripple effects, and integration constraints.
- Persistent artifacts: Saves approved plans to Plans/<feature>.md and prompts for whether to link/create/skip a tracking issue.
Quick Start
Use xplan in plan mode by asking it to plan a new feature and then approve the generated phased plan so it saves to Plans with Hurrah.tv context.