spf-exec-plan for Openclaw

A precision-focused execution protocol that enables AI agents to systematically implement technical plans through batched tasks and mandatory review checkpoints.

mok888
v1.0.0
Mar 6, 2026
0
789
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install spf-exec-plan

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install spf-exec-plan using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is spf-exec-plan?

The spf-exec-plan skill is a core component of the Openclaw Skills ecosystem, designed to provide a structured framework for executing complex implementation plans. Instead of attempting to solve an entire project in one go, this skill enforces a batch-execution model where the agent processes three tasks at a time, followed by a verification and reporting phase. This approach ensures that the agent remains aligned with the architect's vision and catches potential errors early in the development lifecycle.

This skill is deeply integrated into the superpower-with-files unified framework, which standardizes how agents interact with file-based memory. By utilizing specific tracking files like active_tdd_plan.md and progress.md, spf-exec-plan maintains a high level of context awareness and technical rigor, making it an indispensable tool for reliable, agent-led software development.

spf-exec-plan Use Cases

  • Implementing complex features from a pre-defined TDD (Test Driven Development) plan.
  • Managing large-scale refactorings that require frequent checkpoints and human feedback.
  • Coordinating parallel task execution using sub-agents to speed up development cycles.
  • Ensuring consistent progress tracking and session handovers for long-running coding tasks.

How spf-exec-plan Works

  1. The agent announces the activation of the spf-exec-plan superpower to set the operational context.
  2. It loads and critically reviews the existing plan files, raising concerns before any code modification occurs.
  3. Implementation begins in batches of three tasks, where the agent marks tasks as in_progress, follows steps exactly, and runs specified verifications.
  4. Upon batch completion, the agent performs context hygiene, updates progress logs, and prepares a session handoff file.
  5. The process repeats until all tasks are complete, at which point the agent hands off to the branch-finalization skill for testing and cleanup.

spf-exec-plan Setup

To utilize this skill within your Openclaw Skills environment, ensure your project structure includes the superpower-with-files memory directory.

# Initialize the required memory files if they don't exist
touch active_tdd_plan.md task_plan.md progress.md findings.md

# The skill is triggered automatically when a plan-based execution context is detected

Ensure that the .superpower-with-files/guides/ directory is populated with task-specific instructions if granular guidance is required.

spf-exec-plan Data Schema & Taxonomy

File Name Description Metadata Tracked
active_tdd_plan.md The master list of implementation steps. Task status (pending, in_progress, completed)
progress.md A chronological log of batch summaries. Timestamps and concise batch reports
findings.md A temporary scratchpad for technical discoveries. Discovery notes and architectural insights
handoff.md State persistence for session transitions. Latest timestamp, blockers, and next actions

spf-exec-plan Advanced Features

  • Parallel Execution Protocol: Automatically detects tasks marked as parallel and attempts to spawn sub-agents for concurrent processing.
  • Context Hygiene: Automatically clears irrelevant findings and compacts the thought block to maintain LLM performance.
  • Guide-Aware Loading: Mandates reading task-specific markdown guides located in the hidden superpower directory before execution.
  • Session Persistence: Creates detailed handoff files to ensure seamless continuity between different AI agent sessions.
  • Mandatory Timestamping: Enforces a strict audit trail with UTC timestamps on all memory file modifications.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*