check-plan

Community

Verify plan implementation, track progress, and ensure quality.

AuthorCygnusfear
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ensuring that development work accurately follows a plan and meets quality standards can be a time-consuming and error-prone manual process. This skill automates the comprehensive audit of implementation progress against a plan, verifying completed work and identifying remaining tasks.

Core Features & Use Cases

  • Implementation Verification: Audits file-by-file changes against plan requirements, assessing correctness, typing, naming, and architectural adherence.
  • REMOVAL SPEC Verification: Critically checks if old code and files designated for removal have actually been eliminated.
  • Progress Reporting & Task Generation: Calculates completion percentage, generates a structured progress report, and creates an actionable task list for remaining work.
  • Use Case: After a feature branch is complete, use this skill to automatically generate a detailed report on plan adherence, remaining tasks, and quality issues, ensuring a thorough review before merging.

Quick Start

See what files changed

git status

See detailed changes

git diff

Run type checking

tsc --noEmit

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: check-plan
Download link: https://github.com/Cygnusfear/claude-stuff/archive/main.zip#check-plan

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository