dan:apply

Execute PLAN.md tasks with independent qualification before committing changes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/RavBogard/DAN --skill dan-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dan:apply
Source: https://github.com/RavBogard/DAN/tree/main/.claude/skills/dan-apply
Command: npx skills add https://github.com/RavBogard/DAN --skill dan-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate plan tasks end-to-end with in-session execution and an independent qualification loop to ensure outputs meet criteria before committing changes.

Core Features & Use Cases

  • Reads PLAN.md and parses tasks, dependencies, and verification criteria
  • Executes tasks atomically, with per-task verification and automatic deviation handling
  • Spawns a dan-qualifier subagent to independently grade each task's output

Quick Start

Invoke the plan runner with PLAN.md to begin execution from Task 1.

Frequently Asked Questions about dan:apply

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

FAQPage Schema
How do I automate plan execution with per-task QA verification?

Automate plan execution by parsing PLAN.md files to execute tasks atomically while an independent qualifier subagent grades outputs against verification criteria before committing changes.

What is autonomous plan task qualification in software engineering?

Autonomous plan task qualification is the process of spawning an independent subagent to grade task outputs against criteria, ensuring changes meet standards before they are committed to version control.

How do I execute iterative software project tasks with automatic deviation handling?

Execute iterative software project tasks by reading PLAN.md, tracking per-task state, and automatically handling deviations to maintain strict safety and changelog commitments during execution.

Does this plan execution automation work without external dependencies?

This plan execution automation requires no external dependencies, utilizing frontmatter-driven plan management and a built-in dan-qualifier subagent to independently verify task outputs.

When do I need independent subagent verification for plan-driven workflows?

You need independent subagent verification for plan-driven workflows when iterative software projects require per-task retries, strict audit trails, and separate execution from quality qualification before committing.