project-planner

Detect stale project plans in docs/PLAN.md and suggest /save and /sync commands.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/CodingHeader/MySkills --skill project-planner-codingheader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-planner
Source: https://github.com/CodingHeader/MySkills/tree/main/Skillstore/project-planner/0xdarkmatter-project-planner
Command: npx skills add https://github.com/CodingHeader/MySkills --skill project-planner-codingheader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects when project plans in docs/PLAN.md need attention and points to /save and /sync commands.

Core Features & Use Cases

  • Detects existence or absence of docs/PLAN.md.
  • Identifies stale plans through last modification and git activity.
  • Suggests appropriate session commands without modifying plans.

Quick Start

Start a planning session by issuing /save to create or update docs/PLAN.md.

Frequently Asked Questions about project-planner

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

FAQPage Schema
How do I detect if my project plan in docs/PLAN.md is stale?

Detect stale project plans by checking the last-modified date of docs/PLAN.md against recent git activity. This identifies when your planning docs need attention and points to the appropriate session commands.

What is the best way to maintain a single source of truth for project planning?

Maintain a single source of truth for project planning by storing plans in docs/PLAN.md. The system checks for this file's existence and guides you through status checks and updates without modifying the plan directly.

How do I update my project plan using session commands?

Update your project plan by issuing the /save command to create or update docs/PLAN.md. The system then suggests appropriate session commands like /save and /sync to keep your planning workflow current.

Can I check docs/PLAN.md status without modifying the plan file?

Check docs/PLAN.md status without modifications by detecting file existence and evaluating staleness via git activity. The system guides you to relevant commands like /save and /sync without performing any file modifications.

Does project planning staleness detection work without git activity?

Staleness detection relies on git activity to identify when plans need attention. Without git activity data, the system can still check for the existence of docs/PLAN.md but cannot fully assess plan staleness.

When do I need to sync my project planning docs?

Sync project planning docs when staleness is detected through last-modified dates and git activity. The system points you to the /sync command to ensure your docs/PLAN.md remains current with recent project changes.