implement-plan-audited

Execute development plans with parallel audit subagents at checkpoints.

30|2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/hawkyre/hawk-skills --skill implement-plan-audited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan-audited
Source: https://github.com/hawkyre/hawk-skills/tree/main/skills/implement-plan-audited
Command: npx skills add https://github.com/hawkyre/hawk-skills --skill implement-plan-audited

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates long-running plan execution by injecting audit checkpoints and running audit subagents in parallel, reducing risk from unreviewed changes.

Core Features & Use Cases

  • Incremental execution: runs a plan piece by piece while evaluating audits at designated checkpoints.
  • Parallel audits: uses audit-triage to select specialist subsets and run them simultaneously.
  • Mode flexibility: supports manual mode for review between increments and auto mode for unattended runs.
  • Use Case: teams implementing complex feature roadmaps can ship updates with built-in quality checks.

Quick Start

Start an audited plan run by specifying mode and plan path, then monitor audit results at each checkpoint.

Frequently Asked Questions about implement-plan-audited

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

FAQPage Schema
How do I automate plan execution with audit checkpoints?

Audited plan execution automates long-running development plans by running increments piece by piece and validating diffs at designated checkpoints using independent audit subagents.

What is parallel audit-triage for plan execution?

Parallel audit-triage is a mechanism that selects specialist audit subsets and runs them simultaneously across multiple checkpoints to validate plan increments without sequential bottlenecks.

Can I run unattended plan execution with automatic audits?

Yes, audited plan execution supports auto mode for unattended runs alongside manual mode, allowing you to choose between automatic validation or manual review between each increment.

How do weighted increments work in plan execution checkpoints?

Weighted increments categorize plan steps by size as S, M, or L to determine the strategic placement and depth of audit checkpoints required to validate each diff capture.

What's the best way to reduce risk from unreviewed changes during development?

The best way to reduce risk from unreviewed changes is enforcing per-checkpoint diff capture and parallel audit subagent orchestration throughout structured plan execution.

Does audited plan execution work without external dependencies?

Yes, audited plan execution runs without external dependencies, relying entirely on internal subagent orchestration and audit-triage logic defined in its core specification.