plan-adjust

Adjust task sequences and dependencies from natural language change descriptions.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chy5301/cc-plugins --skill plan-adjust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-adjust
Source: https://github.com/chy5301/cc-plugins/tree/main/structured-workflow/skills/plan-adjust
Command: npx skills add https://github.com/chy5301/cc-plugins --skill plan-adjust

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to dynamically adjust and update existing project plans and workflows without manual re-editing.

Core Features & Use Cases

  • Incremental Plan Changes: Allows modifications such as adding, deleting, or reordering tasks within an active workflow.
  • Impact Assessment: Evaluates how changes affect existing tasks and dependencies, ensuring consistency.
  • Use Case: For a project in execution, a manager wants to insert a new review step after task T-05. Using this Skill, they can describe the change and automatically update the plan with proper dependency adjustments.

Quick Start

Provide a natural language description of your plan change, such as "Add a review task after T-05."

Frequently Asked Questions about plan-adjust

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

FAQPage Schema
How do I update project workflows with natural language change descriptions?

To update project workflows, you provide a natural language description of your plan change, such as adding or deleting a task. The Skill interprets this input and automatically adjusts the task sequences and dependencies accordingly.

How does dependency management work when reordering tasks in an active project?

Dependency management during task reordering evaluates how changes affect existing tasks to ensure consistency. The Skill automatically adjusts dependency integrity within the workflow, preventing broken links between sequential tasks.

Can I insert a new task into an ongoing project plan without manual re-editing?

Yes, you can insert new tasks into an ongoing project plan without manual re-editing. By describing the required incremental change, the Skill modifies the workflow and configures the necessary dependency adjustments automatically.

Do I need current workflow files to modify task sequences and dependencies?

Yes, current workflow files are required to modify task sequences and dependencies. The Skill uses these existing files as a baseline to interpret updates and apply incremental changes while tracking overall project progress.

What is the best way to manage incremental plan changes for complex task dependencies?

The best way to manage incremental plan changes for complex task dependencies is using natural language inputs to specify modifications. This approach handles impact assessment and updates the project plan dynamically without manual intervention.

Why does adjusting an active workflow require impact assessment for existing tasks?

Adjusting an active workflow requires impact assessment because inserting or deleting tasks affects downstream dependencies. Evaluating these changes ensures dependency integrity and maintains consistency across the entire project plan.