CtrlK
BlogDocsLog inGet started
Tessl Logo

plan-before-multi-step-execution

Use this skill before executing a sequence of 3 or more steps, especially when steps are irreversible or depend on each other. Write out the plan and verify it before starting execution.

64

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./memory_data/skills/plan-before-multi-step-execution/SKILL.md
SKILL.md
Quality
Evals
Security

Plan Before Multi-Step Execution

For complex tasks, plan first and execute second.

Planning phase:

  1. Decompose the task into concrete, ordered steps.
  2. Identify dependencies between steps.
  3. Flag irreversible actions that need user confirmation.
  4. Identify what can fail and what the recovery path is.

Execution phase:

  • Follow the plan step by step; update it if you discover new information.
  • After each step, verify the expected output before proceeding.
  • If a step fails, re-evaluate the remaining plan — don't blindly continue.

Anti-pattern: Starting to execute before understanding the full scope of the task.

Repository
aiming-lab/MetaClaw
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.