executing-plans

Execute implementation plans in dependency-based batches with Zen MCP blocker management.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/krwhynot/crispy-crm --skill executing-plans-krwhynot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/krwhynot/crispy-crm/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/krwhynot/crispy-crm --skill executing-plans-krwhynot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes an implementation plan by batching dependent tasks, reviewing blockers via Zen MCP, and ensuring constitution compliance at each checkpoint.

Core Features & Use Cases

  • LOAD & REVIEW: Read the entire plan, identify dependency groups, and flag concerns before starting.
  • EXECUTE BATCH: Work through one dependency group at a time with strict adherence to tasks and verification steps.
  • CONSTITUTION CHECK: Validate against fail-fast principles and ensure no anti-patterns are introduced.
  • CHECKPOINT REPORT: Present completed work and verification results; await approval before advancing.

Quick Start

Trigger plan execution to start processing the plan in natural batches, with checkpoints after each batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan with dependency-based batches?

Executing plans with batch checkpoints automates task processing by grouping dependent work together, running each batch sequentially, and pausing at checkpoints for verification and approval before proceeding to the next batch.

What happens during the constitution compliance check in plan execution?

Constitution checks validate completed work against fail-fast principles and architectural patterns after each batch executes, flagging anti-patterns before they propagate and ensuring the implementation stays aligned with core design principles.

Can I use plan execution to manage blockers and dependencies automatically?

Yes, plan execution integrates Zen MCP to review and manage blockers across dependency groups, escalating issues before batch work begins so dependent tasks proceed only when prerequisites are clear.

What's required before I can start executing a plan?

Plans must be authored first using a plan-writing workflow that defines tasks and their dependencies; execution then reads the complete plan, maps dependency groups, and flags structural concerns before batch processing begins.

How does checkpoint reporting work during plan execution?

After each batch completes, checkpoint reporting presents verification results and completed work for architect review and approval, ensuring visibility and control before execution advances to the next dependency group.