revise-plan

Revise implementation plans while preserving locked tickets in Markdown docs.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill revise-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revise-plan
Source: https://github.com/nand1234/Agentic-workflow-builder/tree/main/ai-dev-worflow/.claude/skills/revise-plan
Command: npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill revise-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Revises an existing implementation plan based on feedback while preserving locked tickets to avoid churn on in-flight work.

Core Features & Use Cases

  • Identifies locked tickets (in-progress, done, merged-to-cp) and prevents changes to them.
  • Revises revisable tickets (todo) by updating descriptions, scope, dependencies, and adding/removing tickets; re-maps dependencies and updates the implementation sequence.
  • Reports the changes and saves the revised plan to docs/tickets/$FEATURE.md to keep the project plan synchronized.

Quick Start

Provide a feature slug and feedback describing the desired revisions to generate a revised plan and update the project docs accordingly.

Frequently Asked Questions about revise-plan

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

FAQPage Schema
How do I revise an implementation plan without affecting in-progress tickets?

To revise an implementation plan without affecting in-progress tickets, update only todo items while enforcing hard rules to never modify in-progress, done, or merged tickets. Re-map dependencies and save the revised plan to docs/tickets/$FEATURE.md.

What's the best way to update project docs based on new feedback?

The best way to apply feedback and update project docs is to revise revisable tickets by altering descriptions, scope, and dependencies. The revised implementation sequence is then saved back to docs/tickets/$FEATURE.md to synchronize the project plan.

How does ticket locking work when updating architecture and requirements docs?

Ticket locking works by identifying in-progress, done, and merged-to-cp tickets, then enforcing hard rules to prevent changes to them. Feedback is applied to docs/tickets, docs/requirements, and docs/architecture files while preserving all locked tickets.

Can I add or remove tickets from an existing plan without causing churn on in-flight work?

Yes, you can add or remove tickets from an existing plan without churn by revising only todo tickets. This approach locks in-flight work, re-maps dependencies for the remaining tickets, and updates the implementation sequence to reflect the new scope.