update-plans

Update plan files by analyzing code and tests with parallel sub-agents.

Updated Jun 21, 2025
One-click install
npx skills add https://github.com/grad13/cctop --skill update-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-plans
Source: https://github.com/grad13/cctop/tree/main/.claude/skills/update-plans
Command: npx skills add https://github.com/grad13/cctop --skill update-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating plan files based on the current state of the codebase, ensuring that documentation accurately reflects the implementation.

Core Features & Use Cases

  • Automated Plan Updates: Reads plan files and updates their status based on code analysis.
  • Parallel Processing: Utilizes sub-agents to process multiple plan files concurrently for efficiency.
  • Archiving Completed Plans: Moves finished plans to an archive directory.
  • README Synchronization: Updates the main README file with the latest plan status.
  • Use Case: After implementing new features, run this Skill to automatically mark related plans as 'completed' and update the project's overview documentation.

Quick Start

Update all plan files in the documents/plan directory to reflect the latest code changes.

Frequently Asked Questions about update-plans

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

FAQPage Schema
How do I automatically update plan files based on code changes?

To update plan files based on code changes, this Skill analyzes your codebase and tests to update plan status, archives completed plans, and synchronizes your master README file automatically.

How does syncing plans with code improve project management?

Syncing plans with code improves project management by analyzing implementation to determine completion status, ensuring your planning documentation accurately reflects the current state of the codebase.

Can I process multiple plan files concurrently to save time?

Yes, you can process multiple plan files concurrently. The Skill utilizes sub-agents to analyze and update each plan file in parallel, significantly speeding up the documentation synchronization process.

What is the best way to archive completed plans in a Git repository?

The best way to archive completed plans in a Git repository is using this Skill to move finished plans to an archive directory, update the master README, and apply pre- and post-commit Git tags for version control.

Does this plan update automation require any external dependencies?

No, this plan update automation requires no external dependencies. It operates independently using internal scripts and sub-agents to analyze code, update files, and manage Git tagging.