pe-menezes

53 mods across 3 repositories, 33 stars between them.

implement

49

pe-menezes/vibeflow-claude

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…

2 13d ago A 79 tokens

prompt-pack

50

pe-menezes/vibeflow-claude

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.

2 13d ago A 60 tokens

quick

51

pe-menezes/vibeflow-claude

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.

2 13d ago A 50 tokens

stats

52

pe-menezes/vibeflow-claude

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.

2 13d ago A 55 tokens

teach

53

pe-menezes/vibeflow-claude

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…

2 13d ago C 74 tokens