iterate-plan

Refine implementation plans by updating phases and syncing Task tools.

17|1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/mhylle/claude-skills-collection --skill iterate-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate-plan
Source: https://github.com/mhylle/claude-skills-collection/tree/main/skills/iterate-plan
Command: npx skills add https://github.com/mhylle/claude-skills-collection --skill iterate-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams iteratively refine implementation plans by incorporating user feedback while preserving the plan's existing structure and quality standards.

Core Features & Use Cases

  • Plan iteration: Update, reorder, rename, and adjust phases without rewriting entire plans.
  • Task synchronization: Keep plan changes in sync with Claude Code Task tools (TaskCreate / TaskUpdate) and ensure correct dependencies.
  • Migration of legacy plans: Detect and migrate old checkbox-based progress to the new Task tools system, preserving historical references and generating corresponding tasks.

Quick Start

Invoke the skill on an existing plan file with feedback, for example: /iterate-plan docs/plans/my-feature.md with your changes.

Frequently Asked Questions about iterate-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I iteratively refine an implementation plan without losing the original structure?

Plan iteration works by updating, reordering, renaming, adding, or removing phases based on feedback while preserving the plan's existing structure and quality standards. Task synchronization is maintained throughout.

How do I migrate checkbox-based progress to Task tools in project management?

Migrating legacy checkbox-based progress to Task tools detects old progress markers and migrates them to the new system, preserving historical references and generating corresponding tasks for synchronization.

Does plan iteration work with TaskCreate and TaskUpdate synchronization?

Yes, plan iteration keeps plan changes in sync with Task tools through TaskCreate and TaskUpdate operations. It ensures correct dependencies and that plan metadata like task_list_id is present.

What is the best way to update and reorder phases in an existing plan file?

The best way to update and reorder phases is to invoke the skill on an existing plan file with feedback, allowing you to adjust phases without rewriting the entire plan from scratch.

Can I adjust plan phases without rewriting the entire implementation plan?

Yes, you can adjust plan phases without rewriting entire plans by using targeted plan iteration. This allows you to update, reorder, rename, add, or remove specific phases individually.