view --main plan-before-multi-step-execution-skill-planirovaniya-posledovatelnostey-deystviy.md
plan-before-multi-step-execution: Скилл планирования последовательностей действий
readonly
--- lines
---
name: plan-before-multi-step-execution
description: 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.
category: agentic
---
# 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.
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-02
⭐ 32779
workflow-patterns: Скилл для автоматизации рабочих процессов
2026-04-02
⭐ 3705
memo-collect: Скилл для быстрых заметок и поиска
2026-04-02
⭐ 1813
mlflow-tracking-setup: Скилл для настройки отслеживания
2026-04-02
⭐ 1813
status-report-generator: Скилл для автоматической генерации отчетов
package.json
$ install --global
skills.sh
npx skills add https://github.com/aiming-lab/MetaClaw/tree/main/memory_data/skills/plan-before-multi-step-execution
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы