bee:executing-plans

Execute development plans with mandatory human review checkpoints and batched task management.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-executing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:executing-plans
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/default/skills/executing-plans
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-executing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured and safe way to execute development plans, ensuring critical checkpoints and user reviews are incorporated, preventing autonomous execution errors.

Core Features & Use Cases

  • Controlled Execution: Execute plans either autonomously (one-go) or in batches with mandatory human review pauses.
  • Context Management: Handles switching between different modules and working directories within a plan.
  • Mandatory Review Gates: Enforces critical user review steps, especially before task execution and between batches.
  • Use Case: You have a complex feature implementation plan. Use this skill to execute it step-by-step, allowing for code reviews and feedback after each logical batch of tasks, ensuring quality and alignment.

Quick Start

Use the bee:executing-plans skill to implement the attached plan file, choosing batch execution with human review after each batch.

Frequently Asked Questions about bee:executing-plans

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

FAQPage Schema
How do I execute development plans with mandatory code review checkpoints?

Plan execution with mandatory code review checkpoints is managed by enforcing human review gates before task execution and between batches, ensuring quality and alignment. You can choose autonomous one-go execution or batched execution with pauses.

What is the best way to manage working directories when executing a complex feature implementation plan?

Working directory management during feature implementation is handled through context-aware task management. The skill supports switching between different modules and directories within the plan, loading module-specific rules as needed.

Can I run autonomous batch execution for development workflows without manual intervention?

Autonomous batch execution is supported but includes mandatory human review pauses between logical task batches. This prevents autonomous execution errors by enforcing critical user review steps before proceeding to the next batch.

How do I implement a plan file step-by-step with feedback after each task batch?

To implement a plan file step-by-step, select batch execution mode. This processes tasks in logical batches, automatically pausing for human code review and feedback after each batch completes, ensuring controlled execution.

When do I need checkpoint enforcement during agent execution of a development plan?

Checkpoint enforcement during agent execution is needed when preventing autonomous execution errors in complex plans. It mandates user review before task execution and between batches, ensuring safe and structured implementation.