Сводный отчёт о состоянии проекта
★ 7.4 · general
progress is a Claude Code skill that generates a read-only cross-project status report and prints it directly to the terminal without creating any files. It scans the vault across four data sources: daily journals in `daily/*.md`, open blockers in `blockers/{project}/*.md`, active documents in `docs/{project}/*.md`, and recent decisions in `decisions/{project}/*.md`. The synthesized report covers shipped items, work in progress, a blocker table with severity, owner, and due date, plus a critical alert for blockers due within two days. Invoke it as `/progress project` for a single project or `/progress all` for everything; add `--save` to write the report to a file, or use `--xlsx`, `--docx`, `--pdf`, or `--pptx` to export it in a specific format.