executive-report

Generate a project intelligence report aggregating sprint health, velocity, drift, and coverage metrics.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/astroville/sprout --skill executive-report-astroville
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executive-report
Source: https://github.com/astroville/sprout/tree/main/.claude/skills/executive-report
Command: npx skills add https://github.com/astroville/sprout --skill executive-report-astroville

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Leadership and delivery leads need visibility into project health without learning CLI commands or digging through raw data. This Skill aggregates sprint status, velocity, drift, and coverage into a single readable report. ## Core Features & Use Cases - Aggregated Reporting: Combines sprint status, velocity, drift detection, suggestions, and contract checks into one Markdown document. - Standardized Format: Writes a structured report to .hero/reports/report-<date>.md with sections for health summary, shipped work, risks, backlog, and velocity trends. - Use Case: At the end of a sprint, ask for a project update and receive a CTO-ready report covering what shipped, what is at risk, and where attention is needed. ## Quick Start Ask the assistant to generate a project intelligence report for this sprint and save it to the reports directory.

Frequently Asked Questions about executive-report

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

FAQPage Schema
How do I generate a project health report for my sprint?▼

Run the executive-report skill, which executes hero CLI commands for sprint status, velocity, drift, and contract checks, then aggregates the output into a Markdown report saved to .hero/reports/report-<date>.md.

What data sources does the project intelligence report use?▼

The report pulls exclusively from hero CLI commands: sprint status, velocity over 30 days, in-flight drift, top suggestions, backlog and WIP counts, and spec contract checks. No external data is required.

Can I use this report for sprint retrospectives?▼

Yes, the skill is designed for end-of-sprint retrospectives, leadership updates, and onboarding. It summarizes what shipped, what is at risk, backlog size, and per-agent velocity trends.

Does the report include opinions or recommendations?▼

No, the skill explicitly avoids editorializing. It reports only facts from hero command output and links to spec slugs rather than embedding full spec content.

What are the limitations of this reporting skill?▼

The skill depends entirely on the hero CLI being available and populated with spec data. It cannot pull from external project trackers and does not include full spec content, only slug references.