StephenTownsend1234
UserA simple workflow to always vibecode in flow.
Categories
Indexed Skills (6)
vibeflow
Overview of the vibeflow workflow suite — a vibe-coder's system for building, shipping, and iterating on software with Claude. The individual commands are registered as separate skills (`/bootstrap`, `/start`, `/build`, `/wrap`, `/roadmap`); this skill is the shared reference for how they connect and the `.claude/` files they share. Do not trigger on a slash command — defer to the per-command skills.
bootstrap
Triggered by `/bootstrap`. One-time setup for a project using the vibeflow workflow suite — scans the repo (or goes conversation-first for greenfield projects), asks the user product questions in their own words, and scaffolds the `.claude/` state folder with PROJECT.md, ARCHITECTURE.md (Map on top), ROADMAP.md, DECISIONS.md, and PLAYBOOK.md. After `/bootstrap`, the other vibeflow commands work. Triggered only by the `/bootstrap` command, not by natural-language phrasing.
build
Triggered by `/build`. Executes a planned vibeflow sprint, or iterates directly when context is already loaded (warm start / Freebuild). Works through the sprint's coarse steps and checkpoints, holds the line on scope, grounds claims in real code, and debugs from first principles. If there's no sprint and no loaded context, offers to plan one (`/start`) or build directly. Triggered only by the `/build` command, not by natural-language phrasing.
roadmap
Triggered by `/roadmap`. The project's path to its goal — turns parked ideas and current priorities into an ordered Now/Next/Later build plan that feeds `/start`. Two ways in — quick capture ("add to roadmap X") and a full work-the-roadmap session. Reads PROJECT/ROADMAP/ARCHITECTURE/DECISIONS and the sprint archive; light sanity-checks the order. Also callable from `/bootstrap`. Triggered only by the `/roadmap` command, not by natural-language phrasing.
start
Triggered by `/start`. Loads relevant project context, briefs the user, then routes to one of three paths — resume an in-flight sprint, plan a new sprint (research-driven), or Freebuild (load context and iterate directly with no formal plan). Requires a `.claude/` folder — tells the user to run `/bootstrap` first if missing. Triggered only by the `/start` command, not by natural-language phrasing.
wrap
Triggered by `/wrap`. Ends a session by saving its context, learnings, and progress into the `.claude/` files so the next fresh session starts smarter — reconciles the sprint (or Freebuild work) grounded in the real diff, harvests what we learned, reviews TO-DOs, updates ARCHITECTURE/DECISIONS/ROADMAP/PLAYBOOK when warranted, archives completed sprints, offers a checkpoint commit, and optionally plans the next. Triggered only by the `/wrap` command, not by natural-language phrasing.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.