approve

Approve or reject development plans with dependency validation and batch execution.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill approve-myrtlepn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approve
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/approve
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill approve-myrtlepn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of approving and initiating execution plans, ensuring that specifications are validated and development workflows proceed smoothly.

Core Features & Use Cases

  • Plan Approval: Allows users to approve or reject execution plans with clear commands.
  • Dependency Management: Handles complex dependencies between tasks, ensuring sequential execution where necessary.
  • Batch Execution: Supports approving multiple plans simultaneously, improving efficiency for teams.
  • Use Case: A product manager can use this Skill to approve a set of development tasks generated by the planning phase, automatically triggering the next stage of the development lifecycle.

Quick Start

Approve the plan for request REQ-001.

Frequently Asked Questions about approve

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

FAQPage Schema
How do I approve and execute development plans with dependency validation?

Plan approval and execution initiation involves validating dependency chains and parsing request IDs to ensure sequential execution. You can approve single or multiple plans to trigger the next development phase automatically.

Can I batch approve multiple execution plans simultaneously?

Batch execution supports approving multiple development plans simultaneously. This improves team efficiency by processing grouped request IDs and validating their dependencies in one workflow operation.

How does dependency management work during plan execution?

Dependency management handles complex task relationships by validating dependency chains before execution. This ensures sequential progression where necessary, preventing out-of-order execution across development phases.

Does the plan approval workflow support automated and interactive modes?

The plan approval workflow supports both interactive and automated modes for plan review. Automated progression handles phased execution protocols, while interactive mode allows manual approval decisions.

What's the best way to trigger phased execution after plan review?

Triggering phased execution requires parsing request IDs and validating dependencies during plan approval. Once approved, the workflow progresses through development phases automatically using configured execution protocols.

Why does dependency validation fail when approving execution plans?

Dependency validation fails when request IDs or dependency chains cannot be parsed correctly. Robust parsing is required for seamless workflow integration, ensuring all task dependencies are resolved before execution begins.