executing-plans-review

Verify task outputs against design specs and report drift in Mermaid Collab sessions.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill executing-plans-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans-review
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/executing-plans-review
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill executing-plans-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides verification and drift detection for executing plans within the Mermaid Collab workflow, ensuring tasks align with design and preventing drift.

Core Features & Use Cases

  • Per-task verification: validates task output against design specifications after each task.
  • Drift detection: compares implementation to design and reports discrepancies.
  • State synchronization: updates session state and visual progress after verification.

Quick Start

Run the verify-phase hook after a task completes to trigger drift checks. After verification, review the drift report and proceed according to the decision.

Frequently Asked Questions about executing-plans-review

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

FAQPage Schema
How do I detect design drift when executing tasks in a collab workflow?

To detect design drift during task execution, run a verification hook after each task completes to compare implementation outputs against design specifications and report discrepancies. This validates alignment and updates session state.

What is plan drift detection in software engineering?

Plan drift detection is the process of comparing completed task outputs against the original design document to identify discrepancies. It ensures implementation remains compliant with design specifications throughout the execution lifecycle.

How do I verify task output against a design document?

You verify task output against a design document by triggering a post-task verification hook. This mechanism reads the design doc and task outputs, performs compliance checks, and generates a drift report to guide handoffs.

How does state synchronization work during per-task execution?

State synchronization during per-task execution works by reading and updating session state after task verification. It applies drift analysis results to update visual progress and guide the decision for the next task handoff.

When do I need to run verification checks during a collab session?

You need to run verification checks after each task completes during a collab session. This per-task execution timing enables immediate drift analysis and design compliance checks before proceeding to the next handoff.

Does plan verification work without dependencies?

Yes, plan verification operates without external dependencies. It functions by reading the design document and task outputs directly within the Mermaid Collab workflow to execute drift analysis and compliance checks.