executing-plans

Execute bones plans end-to-end with task coordination and verification.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill executing-plans-danmestas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/danmestas/wardrobe/tree/main/skills/executing-plans
Command: npx skills add https://github.com/danmestas/wardrobe --skill executing-plans-danmestas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables end-to-end execution of bones plans within a single session, coordinating tasks, verifications, and final reporting to maximize throughput and consistency.

Core Features & Use Cases

  • Single-session execution: Run a complete plan in one bones workspace, minimizing context switching and latency.
  • Task coordination: Enumerate, claim, execute, verify, and close tasks in sequence with clear progress reporting.
  • Use Case: Use this when you have a linear plan that must be completed in one interactive session or when subagents are unavailable.

Quick Start

Load a plan, review it, and execute all tasks to completion in a bones workspace.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a plan end-to-end in a single session?

Single-session plan execution runs a complete linear plan in one bones workspace, coordinating task claims, verifications, and closures sequentially to minimize context switching and maximize throughput.

What's the best way to coordinate task management without subagents?

Single-session plan execution runs a complete linear plan in one bones workspace, coordinating task claims, verifications, and closures sequentially to maximize throughput without using subagents.

Do I need the bones CLI tooling to execute a plan graph?

Yes, executing a plan graph end-to-end requires the bones CLI tooling and an active bones workspace to load the plan, enumerate tasks, and coordinate the workflow.

Can I complete a linear workflow interactively without context switching?

Yes, single-session execution completes a linear workflow interactively within one bones workspace, minimizing context switching and latency by processing all tasks to completion sequentially.

When should I not use single-session plan execution?

Avoid single-session plan execution when subagents are available for parallel processing or when your workflow is non-linear and cannot be completed sequentially within one interactive session.