project-planner

Detect stale project plans and suggest /plan commands from git activity.

29|6|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/0xDarkMatter/claude-mods --skill project-planner-0xdarkmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-planner
Source: https://github.com/0xDarkMatter/claude-mods/tree/main/skills/project-planner
Command: npx skills add https://github.com/0xDarkMatter/claude-mods --skill project-planner-0xdarkmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically detects stale project plans and suggests the right commands to keep your work organized.

Core Features & Use Cases

  • Plan Monitoring: Track when project plans need attention based on git activity.
  • Workflow Suggestions: Recommend appropriate /plan commands for your current situation.

Quick Start

Check if my current project plan needs updating and suggest the appropriate command.

Frequently Asked Questions about project-planner

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

FAQPage Schema
How do I detect when my project plan is out of date?

Project plan staleness is detected by monitoring docs/PLAN.md modification times against recent git activity. When your repository shows new commits but the plan hasn't been updated, the Skill flags it as stale and recommends running the /plan command to refresh your planning.

What should I do if my project plan file is missing?

If docs/PLAN.md doesn't exist in your repository, the Skill detects this gap and suggests using the /plan command to create one. This ensures your project workflow has a documented plan to track against.

How does plan tracking help with workflow automation?

Workflow automation for project planning works by continuously observing your plan file and git history. The Skill automatically identifies when you have uncommitted work or stale plans, then surfaces concrete /plan command recommendations to keep your workflow synchronized.

Can I use this for repositories with non-standard project structures?

The Skill specifically monitors docs/PLAN.md presence and timestamps within your repository. It's designed for workflows using this standard documentation path; repositories with alternative plan storage may need plan migration to benefit from automatic detection.

What does the /plan command do in this workflow?

The /plan command is the suggested action when the Skill detects missing or stale plans. It's the concrete step to update your project documentation and re-align your plan with current git activity and uncommitted work.