pe-menezes/vibeflow

Spec-driven development for AI agents. Define what to build, let the agent build it right. Claude Code · Cursor · Copilot.

29Stars on the repository
26Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

vibeflow-analyze

01

pe-menezes/vibeflow

Skill Claude CodeCodex

Deep-analyzes the codebase to discover stack, architecture, patterns, conventions, and pitfalls. Creates .vibeflow/ knowledge base. Use when setting up a project, after significant changes, or to deep-dive into a specific module.

not rated 29 15d ago C 58 tokens copy · 88% MIT

vibeflow-audit

02

pe-menezes/vibeflow

Skill Claude CodeCodex

Audits implementation against its DoD and project patterns. Runs the test suite, compares code against the spec, and reports PASS / PARTIAL / FAIL. Also runs the Critical Gate — a safety scan of the diff for destructive or dangerous operations. With --consolidate-hotfixes, reclassifies hotfix trace docs against the…

not rated 29 15d ago A 86 tokens copy · 89% MIT

vibeflow-discover

03

pe-menezes/vibeflow

Skill Claude CodeCodex

Runs an interactive discovery dialogue (1-5 rounds) to turn a vague idea into a clear, actionable PRD. Challenges assumptions, cuts scope, and forces decisions. Use before gen-spec when the idea is not yet well-defined.

not rated 29 15d ago A 54 tokens copy · 86% MIT

vibeflow-gen-spec

04

pe-menezes/vibeflow

Skill Claude CodeCodex

Generates a technical spec with DoD (3-7 binary checks), scope, anti-scope, and applicable patterns. Grounded in .vibeflow/. Auto-splits specs that exceed budget or DoD limits. Use when requirements are clear and you're ready to define the implementation contract.

not rated 29 15d ago A 67 tokens original MIT

vibeflow-hotfix

05

pe-menezes/vibeflow

Skill Claude CodeCodex

Fixes an observed defect with reproducible evidence in one call: writes a short trace doc before touching code, implements the fix, and backs it with a regression test written before the fix. Use when a defect was observed and the evidence is in hand — an error message, a failing log, real data misbehaving — wherever…

not rated 29 15d ago A 103 tokens copy · 86% MIT

vibeflow-implement

06

pe-menezes/vibeflow

Skill Claude CodeCodex

Implements a feature from its spec with guardrails: budget, DoD, anti-scope, and pattern compliance. Runs an 8-phase pipeline (find spec → extract guardrails → load patterns → plan → implement → test → refine → self-verify DoD). Use after gen-spec when ready to implement.

not rated 29 15d ago A 71 tokens copy · 91% MIT

pe-menezes/vibeflow

Skill Claude CodeCodex

Generates a self-contained prompt pack from a spec. Embeds real code patterns from .vibeflow/ so any coding agent follows the project's conventions. Use when handing off implementation to a separate session or agent.

not rated 29 15d ago A 52 tokens original MIT

vibeflow-quick

08

pe-menezes/vibeflow

Skill Claude CodeCodex

Fast-tracks small tasks into a prompt pack in one command. Skips discover, generates an ephemeral spec in memory. Use for well-defined planned tasks that fit in ≤4 files — not for an observed defect with reproducible evidence (that's the vibeflow-hotfix skill).

not rated 29 15d ago A 63 tokens original MIT

vibeflow-stats

09

pe-menezes/vibeflow

Skill Claude CodeCodex

Compiles statistics from audit reports: PASS/PARTIAL/FAIL rates, most violated patterns, most failing DoD checks, and quality trends. Use after running several audits to spot improvement areas.

not rated 29 15d ago A 46 tokens original MIT

vibeflow-teach

10

pe-menezes/vibeflow

Skill Claude CodeCodex

Updates .vibeflow/ with corrections, new conventions, architectural decisions, or new patterns from natural language feedback. Also imports from external repos via --from . Use to keep .vibeflow/ accurate as the project evolves.

not rated 29 15d ago C 59 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: