vibe-crafting
Spec-driven planning, building, and review of software projects
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vibe-crafting?โผ
Run `npx skills add scosman/vibe-crafting --all -g -y` in your terminal to install the spec skill globally.
What is spec-driven development?โผ
It is a workflow where you write a project overview, functional spec, architecture, and phased plan before any code is written. The coding agent then executes that plan phase by phase instead of improvising.
How do I start a new project with this skill?โผ
Run `/spec setup` once per repo, then `/spec new project` to walk through a five-stage planning process from idea to detailed implementation plan.
Can it review code automatically?โผ
Yes. `/spec cr` runs a fast spec-aware review of your changes, and `/spec deep cr` runs a multi-phase review with parallel sub-agents covering security, performance, tests, and more.
Does it work with Claude Code and other coding agents?โผ
Yes. The skill follows the standard SKILL.md format and works in Claude Code, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core