hyperflow-status

Hyperflow project status. Use to see current hyperflow state — "what is hyperflow doing", "show task progress", "where are we". Read-only — reports in-flight tasks, memory count, and progress. Never modifies state or runs work.

Allowed Tools

No tools specified

Provided by Plugin

hyperflow

Point it at a GitHub issue and get back a reviewed pull request. Hyperflow turns one AI coding session into a structured engineering pipeline: plan sharpens and decomposes the work, dispatch fans out parallel workers, and a domain specialist reviews every step — nothing ships unreviewed. 18 skills, 22 specialist reviewer and investigator agents, adaptive depth so a 5-line fix never triggers a deep run, and persistent per-project memory that lives in your repo and never leaves it. Runs on whatever model your session already uses — zero config, no API keys, no daemon. Works across Claude Code, Codex App/CLI, OpenCode, Grok, Antigravity, and Cursor.

ai agency v5.9.0
View Plugin

Installation

This skill is included in the hyperflow plugin:

/plugin install hyperflow@claude-code-plugins-plus

Click to copy

Instructions

hyperflow-status — read-only state (Antigravity single-agent)

One-screen view of hyperflow project state. Read-only — never edits files or runs work. Follow the hyperflow doctrine.

Steps

  1. Read .hyperflow/tasks/*.md; for each, report the status block (progress bar, sub-tasks done/total, branch).
  2. Count .hyperflow/specs/.md and .hyperflow/audits/.md.
  3. Count .hyperflow/memory/* entries.
  4. Print a compact summary: active tasks + their progress, spec/audit counts, memory size. If .hyperflow/ is absent, say so and suggest hyperflow-scaffold.

Rules

  • Never modify any file. Never dispatch work. Output is a single status block.

Ready to use hyperflow?