plan-before-multi-step-execution

Plan Before Multi-Step Execution

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plan-before-multi-step-execution" with this command: npx skills add aiming-lab/metaclaw/aiming-lab-metaclaw-plan-before-multi-step-execution

Plan Before Multi-Step Execution

For complex tasks, plan first and execute second.

Planning phase:

  • Decompose the task into concrete, ordered steps.

  • Identify dependencies between steps.

  • Flag irreversible actions that need user confirmation.

  • 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uncertainty-acknowledgment

No summary provided by upstream source.

Repository SourceNeeds Review
General

graceful-error-recovery

No summary provided by upstream source.

Repository SourceNeeds Review
General

async-communication-etiquette

No summary provided by upstream source.

Repository SourceNeeds Review
General

structured-progress-update

No summary provided by upstream source.

Repository SourceNeeds Review