status

Featured

Use when the user wants a one-screen view of current hyperflow project state — version, profile freshness, memory count, and live progress on every in-flight task. Read-only; never modifies state, never dispatches workers. Trigger with /hyperflow:status, "what is hyperflow doing", "show task progress", "where are we".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Status Read-only snapshot of the current hyperflow project, with live progress on every active task file. Standalone — does not auto-chain and is never invoked by other skills. Invoked manually via `/hyperflow:status`. The skill has two sections: 1. **Static snapshot** — version, profile freshness, memory count 2. **In-flight work** — per-task live progress (sub-tasks done/total, tokens, wall-clock, ETA) ## What to read ### Static snapshot | Field | Source | Fallback | |-------|--------|----------| | Version | Latest git tag matching `v*` + tag commit date | `(missing)` | | Profile | `.hyperflow/profile.md` file modification time | `(missing)` | | Memory | Line count of `.hyperflow/memory/index.md` minus header rows | `(none)` | | Active tasks | Files matching `.hyperflow/tasks/*.md` | `(none)` | ### In-flight work (per task file) For every `.hyperflow/tasks/*.md`, parse its `## Status` block (written by `/hyperflow:scope` at creation and updated by `/hyperflow:dispatch` after each sub-task PASS — see scope/SKILL.md Step 4): | Field | Source | Behaviour | |-------|--------|----------| | Slug | basename of the task file minus `.md` | always present | | Done / total | `Sub-tasks: <done> / <total>` from Status block | falls back to counting `[x]` vs `[x]`+`[ ]` checkboxes if Status missing | | Done sub-task names | lines with `[x]` from the `## Batches` section | listed under the bar | | Running sub-task | the first `[~]` checkbox (dispatch marks `~` while a sub-task ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category