audit-plan

Audit multi-phase implementation plans for dependencies, data flow, ordering, and stale artifacts.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/nonputtipong/Oryn --skill audit-plan-nonputtipong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-plan
Source: https://github.com/nonputtipong/Oryn/tree/main/.agent/skills/audit-plan
Command: npx skills add https://github.com/nonputtipong/Oryn --skill audit-plan-nonputtipong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) components.

What problem does it solve?

This Skill identifies critical structural design flaws in multi-phase implementation plans before development begins, preventing costly rework and project delays.

Core Features & Use Cases

  • Dependency Analysis: Detects circular dependencies, missing links, and orphaned phases.
  • Data Flow Coherence: Assesses consistency in data sources, schemas, and architectural patterns across phases.
  • Phase Ordering: Verifies logical sequencing of tasks, ensuring producers precede consumers.
  • Stale Artifact Detection: Identifies deprecated phases, broken links, and inconsistencies between plan documents and reality.
  • Use Case: Before a team starts coding a new feature, this Skill can analyze the proposed plan to ensure that Phase 3, which relies on data from Phase 1, is correctly ordered and that Phase 1 actually produces the required data.

Quick Start

Run an audit on the 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 structural integrity before coding?

You can audit multi-phase implementation plans for structural integrity by analyzing dependencies, data flow, and phase ordering across plan.md and phase-*.md files to identify design-level issues before implementation begins. This prevents costly rework and project delays.

What is structural flow audit in software implementation planning?

Structural flow audit assesses pipeline coherence in multi-phase implementation plans by checking dependency resolution, data flow consistency, logical sequencing, and stale artifacts. It focuses on structural design flaws rather than individual phase template compliance.

How do I detect circular dependencies and orphaned phases in my project plan?

To detect circular dependencies and orphaned phases, run a dependency analysis on your plan folder. The audit checks all phase documents to identify missing links, broken references, and phases that are disconnected from the main data flow pipeline.

Does this plan audit require specific file formats or folder structures to work?

Yes, the plan audit requires a specific folder structure containing a plan.md file and all associated phase-*.md files. You need to specify the plan folder path, and the tool will analyze these markdown documents to assess structural coherence.

Can I verify logical sequencing of tasks to ensure producers precede consumers?

Yes, you can verify logical sequencing of tasks through phase ordering analysis. The audit ensures that phases producing required data are correctly ordered before the consumer phases that depend on them, checking consistency in data sources and schemas across the pipeline.

What is the best way to identify stale artifacts and deprecated phases in implementation plans?

The best way to identify stale artifacts and deprecated phases is to run a structural flow audit. It detects inconsistencies between plan documents and reality, including broken links and phases that no longer align with the current data flow architecture.