plan-status

Query git history to display project planning status dashboards.

13|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/davidabeyer/formaltask --skill plan-status-davidabeyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-status
Source: https://github.com/davidabeyer/formaltask/tree/main/skills/plan-status
Command: npx skills add https://github.com/davidabeyer/formaltask --skill plan-status-davidabeyer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, consolidated view of all ongoing projects, highlighting those that require immediate attention and those ready for the next development phase.

Core Features & Use Cases

  • Project Status Overview: Displays projects categorized by their current stage (Needs Attention, Ready to Proceed, In Progress).
  • Actionable Insights: Identifies projects with critical feedback (FIX_AND_SHIP, REVISE) or those approved for advancement.
  • Use Case: A project manager can use this Skill to quickly assess the health of all active development efforts and prioritize follow-up actions without manually sifting through git logs.

Quick Start

Show me the planning status for all projects.

Frequently Asked Questions about plan-status

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

FAQPage Schema
How do I track project planning progress from git history?

Track project planning progress by querying git history for planning-related commit messages to identify project stages, critiques, and necessary next actions for efficient workflow management.

What's the best way to get a project status dashboard for ongoing development?

Generate a project status dashboard by parsing commit messages for specific formats to determine project status and routing, consolidating all ongoing projects into categorized stages like Needs Attention or Ready to Proceed.

How do I identify which projects need immediate attention from git logs?

Identify projects needing immediate attention by parsing git log commit messages for critical feedback formats like FIX_AND_SHIP and REVISE, highlighting efforts that require follow-up actions.

Can I categorize project stages automatically using commit messages?

Categorize project stages automatically by querying git history for planning-related commit messages, parsing specific formats to route projects into stages like In Progress, Needs Attention, or Ready to Proceed.

Do I need specific commit message formats to track project status?

Specific commit message formats are required to determine project status and routing, parsing the git history to identify project stages, critiques, and necessary next actions accurately.

Why parse git logs for task management instead of using a separate tracker?

Parsing git logs for task management provides a consolidated view of all ongoing projects directly from development history, eliminating the need to manually sift through logs or maintain a separate tracker.