audit-plan

Audit multi-phase implementation plans for dependency and ordering issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/darraghh1/my-claude-setup --skill audit-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-plan
Source: https://github.com/darraghh1/my-claude-setup/tree/main/.claude/skills/audit-plan
Command: npx skills add https://github.com/darraghh1/my-claude-setup --skill audit-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies critical structural issues in multi-phase development plans, such as circular dependencies, missing links, and incorrect ordering, preventing costly rework and implementation stalls.

Core Features & Use Cases

  • Dependency Analysis: Maps out phase-to-phase dependencies, highlighting circular or missing links.
  • Flow Coherence: Assesses if phases are logically ordered and data flows consistently.
  • Stale Artifact Detection: Identifies deprecated phases or mismatched plan documentation.
  • Use Case: Before starting a complex refactor, use this Skill to ensure all phases are correctly sequenced and that no phase relies on a prerequisite that hasn't been defined, guaranteeing a smooth implementation.

Quick Start

Use the audit-plan skill to perform a high-level flow audit of the implementation plan located in the 'plans/detector-refactor' folder.

Frequently Asked Questions about audit-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit multi-phase implementation plans for circular dependencies?

To audit multi-phase implementation plans for circular dependencies, you can perform a high-level flow audit that maps out phase-to-phase dependencies, highlighting circular links, missing prerequisites, and incorrect ordering to prevent structural failures.

What is phase-to-phase dependency analysis in development planning?

Phase-to-phase dependency analysis in development planning is the process of mapping sequential phase prerequisites to verify ordering logic and data flow consistency. It ensures that no phase relies on undefined prerequisites, preventing implementation stalls and costly rework.

How do I detect stale artifacts and mismatched plan documentation?

To detect stale artifacts and mismatched plan documentation, you audit the structural integrity of development plans by reading markdown files and verifying inferred dependencies against actual codebase artifacts to identify deprecated phases.

Can I use workflow automation to verify data flow consistency in markdown plan files?

Yes, you can use workflow automation to verify data flow consistency by reading plan and phase markdown files, inferring dependencies, and applying flow analysis to assess if phases are logically ordered and data flows consistently across the project.

When do I need a flow audit for multi-phase refactoring?

You need a flow audit for multi-phase refactoring before starting implementation to ensure all phases are correctly sequenced. This risk assessment verifies that prerequisites are defined, guaranteeing smooth implementation without structural stalls.

What are the limitations of automated flow analysis for development plan quality assurance?

Automated flow analysis for development plan quality assurance is limited to high-level structural integrity checks like ordering logic and dependency mapping. It requires readable markdown files and codebase artifacts to infer dependencies, meaning unstructured plans cannot be audited.