plan-audit

Solid

Audit a vd:plan output for gaps, inconsistencies, missing scaffolding, and codebase drift using an independent clean-context subagent. Use after vd:plan (or any time after manual edits to phase files) when stakes warrant verification beyond same-context red-team. Auto-fires at end of vd:plan --deep.

AI & Automation 7 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Plan Audit ## What this skill is - and isn't | Skill | Question it answers | Output | |---|---|---| | `vd:plan` | "Given the chosen approach, what are the steps?" | Phased plan files | | `vd:plan --deep` Phase 6 (red-team) | "What does THIS author's plan assume that isn't true?" | Three hostile questions, same context | | **`vd:plan-audit`** | **"Independently - does this plan hold up against the real codebase and the stated goal?"** | **Severity-tagged audit report (clean-context subagent)** | | `vd:research` | "What do external sources say about X?" | Comparison report with citations | The `--deep` red-team round (in `vd:plan`) lives inside the same conversation that wrote the plan - it shares the author's blind spots. **Plan-audit escapes that** by spawning a subagent with **only** the plan files + audit checklist as input. No conversation history, no author bias. It's a **second pair of eyes**, not a redesign tool. Findings are advisory - the author still owns the plan. ## Hard rules 1. **Never edit source code.** This skill only edits plan files (and only with `--fix`, only HIGH/CRITICAL findings, with per-finding confirmation by default - or single up-front confirmation when `--apply-all` is set). Never touches the actual codebase. 2. **Always use a clean-context subagent.** Inline reasoning shares the same blind spots as the author. The point of audit is independence - a clean-context subagent (`Agent` tool in Claude Code; see Phase 3 for the Codex fallback), f...

Details

Author
vanducng
Repository
vanducng/skills
Created
4 months ago
Last Updated
today
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category