VibeFlow is a docs-first development workflow for Claude Code. Clone it into your project and it enforces the discipline that vibe coding usually skips: write specs first, then tests, then code, with guardrails that block you
$claude plugin marketplace add hardness1020/vibeflowInstalls into the current project.
Install vibeflow by running `claude plugin marketplace add hardness1020/vibeflow`, then use it for the current task and follow its documentation at https://github.com/hardness1020/vibeflow.
| 1 | # .claude-plugin/plugin.json |
| 2 | claude plugin marketplace add hardness1020/vibeflow |