Instructions file
Instructions for pe-menezes/vibeflow, covering vibeflow monorepo, structure, cross-edition sync rules, file mapping and what to sync.
Instructions file
Instructions for pe-menezes/vibeflow, covering vibeflow monorepo, structure, cross-edition sync rules, file mapping and what to sync.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
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.
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…
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…
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.
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…
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…
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…
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.
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.
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.
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…
Agent
Senior software architect and technical PM. Plans features, reviews specs, audits implementations. Does NOT write code.
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.
Cursor rule
Vibeflow spec-driven development methodology — guardrails, pipeline, and project knowledge system.
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.
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…
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.
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.
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…
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.
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.