AgentStack
SKILL verified MIT Self-run

Progress

skill-kv0906-pm-kit-progress · by kv0906

View cross-project status synthesis. Read-only report of shipped items, WIP, blockers, and decisions. Use for "/progress project" or "/progress all".

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

Install

$ agentstack add skill-kv0906-pm-kit-progress

✓ 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.

Are you the author of Progress? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/progress — Project Status

Read-only synthesis. Scans vault and outputs status to terminal. Does NOT create files unless --save flag used.

Context

Today's date: !date +%Y-%m-%d

Config: @core/config.yaml Processing logic: @core/PROCESSING.md

Input

User input: $ARGUMENTS

Session Task Progress

TaskCreate: "Gather project data"
  activeForm: "Scanning vault for project data..."

TaskCreate: "Synthesize report"
  activeForm: "Synthesizing status report..."

Processing Steps

  1. Parse Input
  • Extract project (or "all" for all projects)
  • Parse timeframe: --week (default), --since {date}
  1. Gather Data
  • Scan daily/*.md for project sections in timeframe
  • Scan blockers/{project}/*.md for open blockers
  • Scan docs/{project}/*.md for active docs
  • Scan decisions/{project}/*.md for recent decisions
  1. Synthesize Report

Output Format

# {Project} Status

**Period**: {start} → {end}

## Shipped
- {item}

## In Progress
- {item}

## Open Blockers
| Blocker | Severity | Owner | Due |
|---------|----------|-------|-----|
| {title} | {sev}    | {own} | {d} |

**Critical**: {count} blockers due within 2 days

## Active Docs
- {doc} — {status}

## Recent Decisions
- {decision} — {date}

Note: This command does NOT create any files. Output to terminal only. Use --save to write to reports/{date}-progress-{project}.md

Export (Optional)

Supports --xlsx, --docx, --pdf, --pptx flags. See .claude/rules/export-formats.md for layout specs and workflow. Complete normal processing first, then generate the formatted file.

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.