plan-complete

Update linked design docs and record completion metadata for implementation plans.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill plan-complete-spencerbeggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-complete
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/plan-complete
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill plan-complete-spencerbeggs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Plans are ephemeral work tracking. When work is completed, this skill updates linked design documentation, records completion metadata, and removes the transitory plan file to ensure knowledge lives in design docs.

Core Features & Use Cases

  • Validates completion requirements (status, progress, linked design docs exist)
  • Updates linked design docs to current status and last-synced timestamp
  • Records completion metadata in design docs
  • Deletes the plan file (or keeps it with --keep) to reduce clutter
  • Generates a completion report and supports dry-run previews

Quick Start

Run /plan-complete followed by the plan name to complete the plan and update its linked design docs.

Frequently Asked Questions about plan-complete

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

FAQPage Schema
How do I archive project plans and update linked design docs automatically?

To archive project plans and update design docs automatically, use the plan-complete skill to validate completion status, sync timestamps into linked documentation, and remove the transitory plan file.

What is the best way to sync completion metadata into existing design documentation?

Syncing completion metadata into design documentation is done by validating a plan's progress, injecting last-synced timestamps and final status into linked docs, and generating a completion report for safe auditing.

Can I preview design doc updates before deleting a project plan file?

Yes, you can preview design doc updates and prevent file deletion by running the operation with dry-run behavior to review outcomes, or by using the keep option to retain the plan file after completion.

Does plan-complete validate project readiness before updating knowledge management docs?

Yes, plan-complete validates project readiness by checking completion status and progress metrics before updating linked design docs, ensuring knowledge management documentation only reflects finished work.

How do I reduce plan file clutter while preserving final implementation records?

Reduce plan file clutter by deleting ephemeral plan files after automatically recording final completion metadata and last-synced timestamps into linked design docs, ensuring project knowledge is preserved.

Why does my design doc update fail when completing an implementation plan?

Design doc updates fail when completion validation checks are unmet, meaning the plan's status or progress metrics are incomplete, or the linked design documentation files cannot be found.