setup-vibeflow
v0.14.1
Published
Install Vibeflow (spec-driven development) in your project
Maintainers
Readme
setup-vibeflow
Stop vibe-coding blind. Spec it, then ship it.
Vibeflow adds a thinking layer before AI coding: you define what to build with specs, guardrails, and quality gates. The agent implements following your project's real patterns.
Install
# Cursor
npx setup-vibeflow@latest --cursor
# GitHub Copilot
npx setup-vibeflow@latest --copilotWhat it does
The installer downloads and configures Vibeflow in your project:
- Cursor — skills (9 commands), rules, and project conventions
- Copilot — prompts (9 commands), agents, and custom instructions
After install, run analyze to scan your codebase, then gen-spec → implement for each feature.
Claude Code
Claude Code uses its own plugin system — no npx needed.
Claude Desktop:
Sidebar → Customize → + next to "Personal plugins" → Add marketplace → paste pe-menezes/vibeflow-claude → Sync → Install Vibeflow
Claude Code CLI:
/plugin marketplace add pe-menezes/vibeflow-claude
/plugin install vibeflow@vibeflow-marketplaceLinks
- vibeflow.run — Website & docs
- GitHub — Source code & full README
- MANUAL.md — Complete documentation
