Executing Plans

v0.1.0

Use when you have a written implementation plan to execute in a separate session with review checkpoints

0· 128·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name and description match the runtime instructions: the skill is explicitly about loading a plan, reviewing it, and executing tasks. The declared dependencies on other workflow skills (git worktrees, plan authoring, finishing branches) are coherent with the goal of executing development plans.
Instruction Scope
SKILL.md tells the agent to read a plan file, review it, and then "execute all tasks" and run verifications. That behavior is expected for an execution skill, but the instructions do not constrain which file paths to read or which commands the plan may run — the agent could therefore run arbitrary commands or modify files if the plan directs it. The skill does instruct to stop on blockers and to avoid acting on main/master without consent, which are useful safeguards.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes disk-write/installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. It does refer to external subagent platforms (Claude Code, Codex) and other skills but does not ask for unrelated secrets or broad system credentials.
Persistence & Privilege
always is false and the skill does not request persistent presence or elevated platform privileges. It does require other workflow skills to be present, which is normal for a coordinated development workflow.
Assessment
This skill will attempt to read a plan file and then carry out whatever steps are written there — including running commands or editing files — so only use it when: (1) you trust the plan's contents and its origin, (2) you have reviewed the plan yourself before execution, and (3) you run it in an isolated workspace (the skill recommends using the superpowers:using-git-worktrees skill). Before installing/using: ensure the agent prompts you for approval before any destructive or network-exfiltrating steps, avoid running it against main/master branches, and prefer disabling autonomous invocation or requiring manual confirmation for high-risk actions if your platform allows that. If you need stronger assurance, ask the skill author to specify exact file path handling and explicit authorization prompts for command execution.

Like a lobster shell, security has layers — review code before you run it.

latestvk978ype9x2as4tx4jpys1j2c2s83cjc6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments