status

Aggregate sprint ticket statuses into a compact read-only summary.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Olino3/anvil --skill status-olino3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Olino3/anvil/tree/main/plugins/anvil/skills/status
Command: npx skills add https://github.com/Olino3/anvil --skill status-olino3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick, read-only visibility into sprint health, enabling teams to gauge progress without editing any project files.

Core Features & Use Cases

  • Read sprint metadata from docs/anvil/sprints to compute progress per ticket with statuses such as Done, In Progress, Open, and Blocked.
  • Produce a concise, stakeholder-friendly summary suitable for stand-ups and status reports.
  • Use Case: PMs quickly verify sprint health without affecting the repository or docs.

Quick Start

Request a read-only sprint status for MVP to obtain a concise progress 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 read-only sprint status summary from markdown ticket files?

To generate a read-only sprint status summary, the Skill locates sprint directories under docs/anvil/sprints, reads markdown ticket files, and aggregates statuses into a compact, stakeholder-friendly report without modifying any project files.

Can I check sprint progress without editing or affecting my project repository?

Yes, you can check sprint progress safely because the Skill is non-destructive and read-only. It computes ticket statuses like Done, In Progress, Open, and Blocked without editing any project files or repository data.

What ticket statuses are tracked when computing sprint health for a stand-up report?

Sprint health is computed by aggregating ticket statuses into four categories: Done, In Progress, Open, and Blocked. This produces a concise summary suitable for stand-ups and stakeholder status reports.

How do I get a concise progress summary for a specific sprint like MVP?

Request a read-only sprint status for MVP to obtain a concise progress summary. The Skill locates the matching sprint directory under docs/anvil/sprints and aggregates ticket statuses into a compact report.

What happens if requested sprints or ticket files are missing from docs/anvil/sprints?

When sprints or tickets are missing from docs/anvil/sprints, the Skill validates input phase requests to ensure graceful handling. It safely returns results without failing, maintaining its read-only, non-destructive behavior.

Is sprint status tracking suitable for project managers who need quick visibility without repo access?

Sprint status tracking is suitable for PMs needing quick visibility because it produces a stakeholder-friendly summary from docs/anvil/sprints. It verifies sprint health in a read-only manner without requiring project file edits.