Plan Advance

Execute the next unblocked move in a daily plan JSON and update state.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill plan-advance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plan Advance
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/plan-advance
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill plan-advance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automate the progression of daily plans by executing the next available action, ensuring governance through state updates and progress reporting.

Core Features & Use Cases

  • Automates advancing the daily plan by taking the next unblocked move.
  • Verifies gates and updates state to maintain accurate progress logs.
  • Suitable for operations where priorities are tracked and must be executed in order, across multiple repos and tasks.

Quick Start

Activate Plan Advance on your day-plan to move the next unblocked task forward and update the plan state.

Frequently Asked Questions about Plan Advance

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

FAQPage Schema
How do I automate daily plan execution to advance the next unblocked task?

Daily plan execution can be automated by applying state-machine logic that identifies the next unblocked move, verifies required gates, and updates the plan state to reflect progress.

What is gate verification in workflow planning and when is it needed?

Gate verification in workflow planning ensures that predefined conditions are met before a task advances. It is needed in daily-operations workflows where priorities must be executed in strict order across repositories.

How do I update progress logs across multiple repositories during task execution?

Progress logs across multiple repositories are updated automatically by advancing the day-plan state after executing the next available action and verifying its completion gates.

Do I need a specific day-plan format to automate workflow progression?

Yes, automating workflow progression requires a defined day-plan JSON structure along with preemption rules and gate verification logic to enforce disciplined state updates.

What's the best way to enforce ordered task execution in a daily operations workflow?

Ordered task execution is enforced by using a state-machine approach that evaluates preemption rules, verifies gates, and only advances the next unblocked move in the defined sequence.