AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sprint Summary

skill-hoangsonww-claude-code-agent-monitor-sprint-summary · by hoangsonww

>

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-hoangsonww-claude-code-agent-monitor-sprint-summary

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hoangsonww-claude-code-agent-monitor-sprint-summary)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sprint Summary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sprint Summary

Generate a sprint summary from Claude Code Agent Monitor data.

Input

The user provides: $ARGUMENTS

This may be:

  • A sprint duration: "last 2 weeks", "last 10 days"
  • A date range: "2025-03-31 to 2025-04-13"
  • "current sprint" (default: last 14 days)

Procedure

  1. Fetch sprint data from http://localhost:4820:
  • GET /api/sessions?limit=500 — all sessions in range (default sort: most recently updated first)
  • GET /api/analytics — aggregated metrics
  • GET /api/pricing/cost — total costs
  • For high-value sessions: GET /api/events?session_id={id} — event details
  1. Compile sprint summary:

### 🎯 Sprint Overview

  • Sprint period: [start] to [end]
  • Total sessions: N (completed: N, errored: N, abandoned: N)
  • Total development hours with Claude Code: N
  • Total cost: $X.XX
  • Overall completion rate: N%

### 📦 Deliverables Group sessions by working directory (project):

  • Project A (/path/to/project)
  • N sessions, N hours, key activities
  • Project B (/path/to/other)
  • N sessions, N hours, key activities

### 📊 Velocity Metrics | Metric | Sprint | Previous Sprint | Trend | |--------|--------|-----------------|-------| | Sessions/day | N | N | ↑/↓ | | Avg session duration | Nm | Nm | ↑/↓ | | Cost/session | $N | $N | ↑/↓ | | Tokens/session | N | N | ↑/↓ | | Completion rate | N% | N% | ↑/↓ |

### 🛠 Technology Breakdown

  • Models used with distribution percentages
  • Top 15 tools by usage with category grouping
  • Subagent utilization rate

### ⚡ Efficiency Analysis

  • Token efficiency: cache hit rate, compaction frequency
  • Cost per completed task
  • Time-to-first-output (avg across sessions)
  • Error recovery rate (sessions that recovered from errors)

### 🔄 Retrospective Data Points

  • What went well: Highest-efficiency sessions, best completion rates
  • What could improve: Most expensive sessions, highest error rates
  • Action items: Data-driven suggestions for next sprint

Output Format

Professional sprint report suitable for sharing with team leads or managers:

  • Executive summary paragraph (5 sentences max)
  • Structured data tables with trend indicators
  • Grouped deliverables by project
  • Numbered action items at the end

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.