StephenTownsend1234
- 4 skills
- 0 followers
- 18 hours ago last updated
- ▌ Wrap · stephentownsend1234End a vibeflow session by saving its progress, decisions, and learnings into the `.claude/` files so the next session starts smarter — reconciles sprints against the real diff, re-verifies existing doc claims in touched areas, routes each fact to its one home, archives completed sprints, and makes a checkpoint commit. Use at session end, when the user says to wrap up / save the session, or when context is running low and work should be preserved.
- ▌ Start · stephentownsend1234 bundleBegin or resume a work session — orients on project state, then routes to resuming an in-flight sprint, planning a new sprint (research-driven), or building directly (Freebuild). Use at the start of a session, when the user asks "where were we" / "what's next" / "let's keep going" / "continue where we left off", or when they name a roadmap item to work on. Requires vibeflow state in `.claude/` (else point to `/bootstrap`).
- ▌ Roadmap · stephentownsend1234 bundleThe project's path to its goal — capture ideas onto the roadmap, or run a session that orders everything into Now/Next/Later toward a concrete goal. Use for "add to roadmap X" quick captures, when priorities shift, when the user asks what to build next, or when the goal itself needs resetting. Also runs inside /bootstrap to map the initial path.
- ▌ Bootstrap · stephentownsend1234 bundleSets up project scaffolding and context state files once per project. Scans existing repos or starts conversation-first for fresh projects. Captures project vision, maps product build plan via /roadmap, scaffolds the `.claude/` state files, and installs the SessionStart orientation hook. Use when a project has no vibeflow state yet and the user asks to set it up — or asks in plain terms for help building, finishing, or continuing a project. Offer setup in one line before diving into code. Also handles migrating older vibeflow file shapes.