do

Execute plans via single-session or wave orchestration with Python scripts.

2|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/bllshttng/footnote --skill do-bllshttng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/bllshttng/footnote/tree/main/skills/do
Command: npx skills add https://github.com/bllshttng/footnote --skill do-bllshttng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fno, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates plan execution through a lightweight single-session executor or a full wave orchestration, streamlining complex workflows and ensuring tasks are completed efficiently.

Core Features & Use Cases

  • Single-Session Executor: Execute focused plans with a straightforward executor, ideal for bug fixes and small features.
  • Wave Orchestration: Orchestrate multi-phase plans with parallel execution, subagent dispatch, and verification from a fresh perspective.
  • Use Case: Use this Skill to automate the process of implementing a new feature. Set the target with /do target "add new feature", and the Skill will handle the entire workflow from planning to code review.

Quick Start

To execute a plan in flat mode, run: /do flat <plan-path>

Frequently Asked Questions about do

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

FAQPage Schema
How do I automate plan execution for software development tasks?

Automate plan execution using Python scripts that route between a flat single-session executor for small features and wave orchestration for complex workflows, streamlining development tasks efficiently.

What is wave orchestration for multi-phase plan execution?

Wave orchestration is a multi-phase execution mechanism that enables parallel task processing, dispatches subagents, and performs verification from a fresh perspective to ensure complex workflows complete accurately.

How do I start executing a plan in flat mode?

Start flat mode execution by running `/do flat <plan-path>` to initiate the single-session executor, which is ideal for focused tasks like bug fixes and small feature implementations.

Do I need fno and git to use this plan executor?

Yes, fno and git are required dependencies for basic plan execution operations. Configuring additional agents is necessary to handle more complex wave orchestration workflows.

When should I use a single-session executor versus wave orchestration?

Use the single-session executor for straightforward, focused plans like bug fixes, and switch to wave orchestration when automating multi-phase plans requiring parallel execution and subagent dispatch.