kv0906/pm-kit · Archived

progress

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

First seen Apr 6, 2026

Installation

$ npx skills add kv0906/pm-kit --skill progress

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from kv0906/pm-kit.

npx skills add kv0906/pm-kit

Browse all from kv0906/pm-kit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 134
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Bash, Glob, Grep, TaskCreate, TaskUpdate, TaskList, TaskGet
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,932 B
  • docs SUMMARY.md 165 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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