dan:unify

Generate SUMMARY.md and update STATE.md and ROADMAP.md after plan execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Close the loop on a completed plan by writing SUMMARY.md and updating state and ROADMAP.md.

Core Features & Use Cases

  • Reads the PLAN.md and task commits to assemble a comprehensive SUMMARY.md.
  • Updates STATE.md and ROADMAP.md to reflect progress, decisions, and metrics.
  • Executes in-session to avoid spawning additional agents while consolidating execution evidence.

Quick Start

Execute the dan-unify workflow on a completed plan to generate the SUMMARY.md and advance the project state.

Frequently Asked Questions about dan:unify

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

FAQPage Schema
How do I generate a summary of completed plan execution and update project state?

To generate a summary of completed plan execution, you can run a workflow that reads your PLAN.md and task commits to assemble a comprehensive SUMMARY.md, while simultaneously updating STATE.md and ROADMAP.md to reflect progress and decisions.

What is the best way to close execution loops and track plan deviations in markdown?

Closing execution loops in markdown involves capturing deviations and consolidating execution evidence by generating a SUMMARY.md that satisfies frontmatter metadata requirements and transitions the plan status in your project files.

How do I update a roadmap file after a project plan phase is completed?

To update a roadmap file after a plan phase is completed, the workflow reads executed plans and task commits to advance the project state, writing metrics and decisions into ROADMAP.md without spawning additional agents.

Does this plan management workflow require external dependencies to consolidate git commits?

No dependencies are required for this plan management workflow to consolidate git commits; it executes in-session to read task commits and write summary records directly into your markdown project files.

Can I use this execution tracking process for plans that have not yet been fully executed?

This execution tracking process is applicable only to phases where plans have already been executed, deviations identified, and a consolidated record is required to close the loop on the completed work.

Why does my plan management workflow need frontmatter metadata in the summary file?

Your plan management workflow needs frontmatter metadata in the summary file to satisfy standard accounting requirements, ensuring task and file tracking data are systematically captured during the plan status transition.