home/productivity/vibeflow-stats-prompt

Vibeflow Stats.prompt

GPTClaudeDeepSeek··355 copies·updated 2026-07-14
vibeflow-stats-prompt.prompt
---
name: 'vibeflow-stats'
description: 'Compiles audit statistics: pass/fail rates, most violated patterns, and quality trends.'
agent: 'vibeflow-architect'
---

# Vibeflow: Stats

> format-agnostic, repo-local prompt asset

Show statistics from audit reports. Reads all audits and compiles
pass/fail rates, most violated patterns, and common DoD gaps.

**Usage:** Run this prompt with no input. It reads `.vibeflow/audits/`.

---

## Language

Detect the language of the user's conversation context.
Write ALL output in that same language.
Technical terms in English are acceptable regardless of the detected language.

## Steps

1. Check if `.vibeflow/audits/` directory exists and contains `.md` files.
   - If no audits found: report "No audits found. Run the
     vibeflow-audit prompt after implementing a feature." and STOP.

2. Read ALL `.md` files in `.vibeflow/audits/`.

3. For each audit file, extract:
   - **Verdict**: PASS, PARTIAL, or FAIL (from the `**Verdict:**` line)
   - **DoD checks**: count of passed `[x]` and failed `[ ]` checkboxes
     in the `### DoD Checklist` section
   - **Pattern violations**: items marked `[ ]` in the `### Pattern Compliance`
     section, with the pattern name
   - **Convention violations**: items listed in `### Convention Violations`
     section (if present)

4. Compile the statistics and report directly in the chat (do NOT save
   to file). Use this format:

when to use it

Community prompt sourced from the open-source GitHub repo pe-menezes/vibeflow (MIT). A "Vibeflow Stats.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

pe-menezes/vibeflow · MIT