Plan Executor
Skill by vishnubedi3
Why use this skill?
Safely execute finalized, immutable plans with the OpenClaw Plan Executor. Ensures strict task adherence without AI intervention or drift.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vishnubedi3/plan-executorWhat This Skill Does
The Plan Executor is a specialized OpenClaw skill designed for deterministic, high-integrity task completion. Unlike standard AI agents that engage in dynamic reasoning or iterative refinement, the Plan Executor functions as a 'black box' processor for pre-validated workflows. Once a plan is marked as FINALIZED, EXECUTION-READY, and IMMUTABLE, this skill takes over to process the instructions with zero interpretation. It treats the provided steps as a rigid script, ensuring that no external variables, user feedback loops, or mid-stream planning cycles interfere with the intended outcome. By removing the agent's tendency to 'think' during the execution phase, it provides a stable and predictable way to run complex system tasks that have already been vetted for safety and accuracy.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/vishnubedi3/plan-executor
Ensure you have the latest version of the OpenClaw CLI installed and active permissions to modify your local skill repository.
Use Cases
The Plan Executor is ideal for environments where consistency is more important than flexibility. Common use cases include:
- Automated software deployment sequences where every step must occur in a strict, audited order.
- Complex file system migrations that require specific, step-by-step verification markers.
- Multi-stage system configuration updates where you wish to prevent the AI from making 'intelligent' adjustments that might violate security policy.
- Batch processing tasks where the logic has been pre-calculated by a separate analysis agent.
Example Prompts
- "Execute plan ID #492: The finalized migration sequence for the production database."
- "Run execution for the immutable deployment steps defined in the current buffer."
- "Enact finalized plan: I have confirmed the validation markers are set. Proceed with step 1."
Tips & Limitations
- Strict Adherence: This skill will halt immediately if any step fails. It does not possess recovery logic, so ensure your inputs are clean.
- Pre-Validation: Always verify your plans using a dedicated planner skill before passing them to the Plan Executor.
- No Feedback: Once active, the agent will not listen to interruptions. If a plan is incorrect, you must rely on your pre-set failure conditions to trigger an emergency stop.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vishnubedi3-plan-executor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
deliberate-frontend-redesign
Generates a deliberately designed frontend aesthetic that avoids generic UI patterns. Use when the user explicitly requests to redesign a frontend by invoking this skill by name. Trigger keywords: use deliberate-frontend-redesign, redesign frontend, redesign interface.
kimi-delegation-skill
Forces all reasoning and code generation to be delegated to a KIMI (KIMMY) causal language model via HuggingFace Transformers. Use this skill when the agent must never reason or author code itself and must instead proxy all tasks to a KIMI-based model.
autonomous-skill-orchestrator
Deterministically coordinates autonomous planning and execution across available skills under strict guardrails. Use only when the user explicitly activates this skill by name to run autonomously until a stop command is issued. Trigger keywords include: "use autonomous-skill-orchestrator", "activate autonomous-skill-orchestrator", "start autonomous orchestration".
human-optimized-frontend
Generates a frontend interface that is visually pleasing and experientially sound by jointly optimizing aesthetics, motion graphics, and user experience (UX) using quantified evaluation. Use only when the user explicitly invokes this skill by name to redesign a frontend. Trigger keywords: use human-optimized-frontend, redesign frontend, redesign interface.
autonomous-feature-planner
Autonomously plans and specifies system features starting from the user’s most recent command, continuing without further user input until explicitly stopped. Use when the user explicitly invokes autonomous planning to extend a system from a prior command. Trigger keywords: use autonomous-feature-planner, start autonomous planning, autonomous expansion, continuous feature planning.