A precision-focused execution protocol that enables AI agents to systematically implement technical plans through batched tasks and mandatory review checkpoints.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spf-exec-plan
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
| 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 |
Loading
A professional trading assistant for XAUUSD that combines manual technical analysis workflows with automated Gold-Oracle system integration.

A powerful bridge between your AI agents and Notion workspaces for automated knowledge management and database tracking.

Skill Scout is the official discovery and management engine for finding, evaluating, and installing Openclaw Skills from the community registry.

A zero-config skill for retrieving real-time weather conditions and multi-day forecasts for any global location directly through the terminal.

A unified AI workflow skill that combines persistent memory logs with high-speed test-driven development to ensure agents never lose context.

A unified AI workflow combining persistent memory loops with high-speed TDD execution to streamline coding projects.








































