status

Aggregate milestone progress and blockers from internal memory and tasks data.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/alxyrgin/agent-forge --skill status-alxyrgin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/alxyrgin/agent-forge/tree/main/.claude/skills/status
Command: npx skills add https://github.com/alxyrgin/agent-forge --skill status-alxyrgin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically aggregates milestone progress, deadlines, and blockers from internal data sources to keep teams informed without manual status updates.

Core Features & Use Cases

  • Load progress from dev-infra/memory/progress.md and tasks from dev-infra/tasks/tasks.json to build a unified status snapshot.
  • Summarize each milestone with name, deadline, task counts (todo / in_progress / done), completion percentage, and acceptance criteria status.
  • Identify the nearest upcoming deadline and surface any blockers from dev-infra/memory/active-context.md.
  • Highlight critical tasks with high priority that are in todo status and flag overdue items.
  • Provide a concise health assessment for project leads and stakeholders.

Quick Start

Run the status skill to automatically load progress data and generate a concise milestone and blocker summary.

Frequently Asked Questions about status

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

FAQPage Schema
How do I generate a project status summary from tasks and progress files?

Generate a project status summary by loading progress from dev-infra/memory/progress.md and tasks from dev-infra/tasks/tasks.json. The skill aggregates this data into a milestone-by-milestone health snapshot for software development projects.

How are blockers and deadlines identified in project management progress tracking?

Blockers and deadlines are identified by reading active context and task data. The skill surfaces blockers from dev-infra/memory/active-context.md and highlights the nearest upcoming deadline from the loaded task information.

Can I track milestone progress using an internal tasks.json file?

Yes, you can track milestone progress using tasks.json. The skill reads dev-infra/tasks/tasks.json to calculate todo, in_progress, and done task counts, then generates a completion percentage for each milestone.

Does this project status tool require external integrations to show critical task alerts?

No external integrations are required. The skill relies entirely on internal memory files to flag high-priority todo tasks, identify overdue items, and provide a concise health assessment for stakeholders.

What is the best way to automatically flag overdue items in a software development project?

Automatically flag overdue items by running this skill to evaluate task deadlines against current progress data. It reads internal task records and highlights overdue items alongside active blockers in the final health snapshot.