pe-menezes

53 mods across 3 repositories, 33 stars between them.

vibeflow CLAUDE.md

01

pe-menezes/vibeflow

Instructions file

Instructions for pe-menezes/vibeflow, covering vibeflow monorepo, structure, cross-edition sync rules, file mapping and what to sync.

29 13d ago A 1,143 tokens original MIT

vibeflow

03

pe-menezes/vibeflow

Plugin Claude Code

Spec-driven development for AI agents. Define what to build, let the agent build it right. Vibeflow separates thinking from coding with specs, guardrails, and audits — grounded in your project's real patterns.

29 13d ago A tokens not measured original MIT

architect

04

pe-menezes/vibeflow

Agent

Senior software architect and technical PM. Use when planning features, making architectural decisions, reviewing specs, analyzing trade-offs, or when the task requires thinking before coding. Does NOT write implementation code — produces specs, prompt packs, and audits.

29 13d ago A 49 tokens original MIT

analyze

05

pe-menezes/vibeflow

Skill Claude CodeCodex

Deep-analyzes the current codebase to discover stack, architecture, patterns, conventions, and pitfalls. Creates curated documentation in .vibeflow/ that persists and can be committed to git. Supports incremental updates, scoped deep-dives, interactive review, and satellite repo analysis. Use when setting up a…

29 13d ago C 81 tokens original MIT

audit

06

pe-menezes/vibeflow

Skill Claude CodeCodex

Audits recent work against its Definition of Done 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. Generates an incremental prompt pack for any gaps found. With…

29 13d ago A 93 tokens original MIT

discover

07

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. Saves the PRD to .vibeflow/prds/. Use before gen-spec when the idea is not yet well-defined or requirements are unclear.

29 13d ago A 66 tokens original MIT

gen-spec

08

pe-menezes/vibeflow

Skill Claude CodeCodex

Generates a technical spec with objective, Definition of Done (3–7 binary checks), scope, anti-scope, technical decisions, and applicable patterns. Grounded in the project's real patterns from .vibeflow/. Auto-splits specs that exceed budget or DoD limits. Use when requirements are clear and you're ready to define the…

29 13d ago A 74 tokens original MIT

hotfix

09

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. Production incidents are the motivating case, not a gate. When blocked, it halts by name and saves the doc for a later call to…

29 13d ago A 102 tokens original MIT

implement

10

pe-menezes/vibeflow

Skill Claude CodeCodex

Implements a feature from its spec following all 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 you're ready to code. The agent has filesystem access and…

29 13d ago A 79 tokens original MIT

prompt-pack

11

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 (Claude Code, Cursor, Copilot) follows the project's conventions without needing repo context. Use when handing off implementation to a separate session or agent.

29 13d ago A 60 tokens original MIT

quick

12

pe-menezes/vibeflow

Skill Claude CodeCodex

Fast-tracks small tasks into a ready-to-use prompt pack in one command. Skips discover, generates an ephemeral spec in memory, and outputs a prompt pack with embedded patterns. Use for well-defined tasks that fit in ≤4 files.

29 13d ago A 50 tokens original MIT

stats

13

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 over time. Output is chat-only (no file created). Use after running several audits to spot quality patterns and improvement areas.

29 13d ago A 55 tokens original MIT

teach

14

pe-menezes/vibeflow

Skill Claude CodeCodex

Updates the project knowledge base (.vibeflow/) with corrections, new conventions, architectural decisions, or new patterns based on natural language feedback. Also imports patterns from external repos via --from . Edits are placed outside auto-generated markers to survive incremental analyze runs. Use to keep…

29 13d ago C 74 tokens original MIT

vibeflow-architect

15

pe-menezes/vibeflow

Agent

Senior software architect and technical PM. Plans features, reviews specs, audits implementations. Does NOT write code.

29 13d ago A 28 tokens copy · 88% MIT

vibeflow-architect

16

pe-menezes/vibeflow

Cursor rule

Vibeflow Architect persona — senior software architect and technical PM for planning, speccing, and auditing. Activates when discussing architecture, specs, PRDs, prompt packs, or audits.

29 13d ago A 40 tokens original MIT

vibeflow

17

pe-menezes/vibeflow

Cursor rule

Vibeflow spec-driven development methodology — guardrails, pipeline, and project knowledge system.

29 13d ago A 901 tokens original MIT

vibeflow-analyze

18

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.

29 13d ago C 58 tokens copy · 88% MIT

vibeflow-audit

19

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…

29 13d ago A 86 tokens copy · 89% MIT

vibeflow-discover

20

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.

29 13d ago A 54 tokens copy · 86% MIT

vibeflow-gen-spec

21

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.

29 13d ago A 67 tokens original MIT

vibeflow-hotfix

22

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…

29 13d ago A 103 tokens copy · 86% MIT

vibeflow-implement

23

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.

29 13d 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.

29 13d ago A 52 tokens original MIT