devenv-plan-status

Analyzes implementation plan markdown files or GitHub issues to compute task completion metrics.

Updated Jul 4, 2024
One-click install
npx skills add https://github.com/workinprogress-ai/devenv --skill devenv-plan-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devenv-plan-status
Source: https://github.com/workinprogress-ai/devenv/tree/main/copilot/skills/devenv-plan-status
Command: npx skills add https://github.com/workinprogress-ai/devenv --skill devenv-plan-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the manual effort of auditing complex implementation plans by automatically calculating completion percentages, identifying blocked tasks, and surfacing open questions.

Core Features & Use Cases

  • Automated Progress Tracking: Calculates overall and per-phase completion metrics for implementation plans.
  • Dependency Analysis: Automatically detects blocked tasks based on dependency references.
  • Use Case: Use this during a daily standup to quickly report on the status of a multi-phase development plan without manually checking every checkbox.

Quick Start

Ask the assistant to report the status of the implementation plan located at Implementation_plan-feature-x.md.

Frequently Asked Questions about devenv-plan-status

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

FAQPage Schema
How do I track implementation plan progress from a markdown file?

To track implementation plan progress, the Skill analyzes structured markdown files containing phase definitions and task lists to automatically calculate completion percentages and identify blocked tasks.

Can I calculate task completion metrics from GitHub issues automatically?

Yes, it can analyze GitHub issues to compute task completion metrics, identifying project bottlenecks and surfacing open questions without modifying the source artifacts.

How do I identify blocked tasks in a development plan based on dependencies?

Dependency analysis is performed by automatically detecting blocked tasks based on dependency references within structured markdown documents, providing read-only status reporting.

What is the best way to report multi-phase development plan status for a daily standup?

For a daily standup, this tool calculates overall and per-phase completion metrics for implementation plans, allowing you to quickly report status without manually checking every checkbox.

Does tracking plan status modify the original markdown or GitHub issue files?

No, it provides read-only status reporting including overall progress, blocked items, and pending questions without modifying the source markdown documents or GitHub issues.

Do I need a specific markdown structure to calculate project bottlenecks and completion metrics?

Yes, it operates on structured markdown documents containing phase definitions, task lists, and dependency tracking to accurately compute task completion metrics and identify bottlenecks.