Borrowing it
Nothing to install: this file belongs to HelixDevelopment/code. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/HelixDevelopment/code/main/.specify/extensions/superspec/commands/status.mdgit clone --depth 1 https://github.com/HelixDevelopment/codeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/helixdevelopment/code/status)<a href="https://agentmods.dev/commands/helixdevelopment/code/status"><img src="https://agentmods.dev/badge/commands/helixdevelopment/code/status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/helixdevelopment/code/status"><img src="https://agentmods.dev/badge/commands/helixdevelopment/code/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00479 |
| Opus 5 | $0.00000 | $0.00239 |
| Sonnet 5 | $0.00000 | $0.00096 |
| Haiku 4.5 | $0.00000 | $0.00048 |
Grade A, and why
status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
speckit.superspec.status
Show current project progress, feature status, and superpowers detection results.
Usage
/speckit.superspec.status [spec-number|all]
Process
- Scan
.specify/directory structure - Check if
constitution.mdexists - Run superpowers detection: Check for all superpowers skills at
.agents/skills/and~/.agents/skills/. Update.specify/superpowers.ymlwith current detection results. - For each spec directory, read
progress.yml(or infer progress from existing files) - Display a status summary:
Superspec Project Status
========================
Constitution: Done (2026-04-22)
Superpowers: brainstorming (detected), writing-plans (not found)
Features:
001-user-auth [####------] execute (Phase 5/6) — T012/T019 tasks done
002-photo-upload [##--------] brainstorm (Phase 2/6) — 2 open questions
003-settings [#---------] specify (Phase 1/6) — draft
Suggested next step: /speckit.superspec.execute 001
- If no
.specify/exists, suggest: "No superspec project found. Run/speckit.constitutionto get started."
File Inference Fallback
If progress.yml does not exist, infer progress from which files are present:
spec.mdexists → specify is donespec.mdhas Brainstorm Log entries → brainstorm was runplan.mdexists → plan is donetasks.mdexists → tasks are donetasks.mdhas[x]checkboxes → execute is in progress (count checked vs total)
Superpowers Detection
Check for skills at these paths:
.agents/skills/{skill-name}/SKILL.md(project-local)~/.agents/skills/{skill-name}/SKILL.md(user-global)
Results are persisted to .specify/superpowers.yml. See references/superpowers-bridge.md
for full detection and adaptation details.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 55 lines · 0 tokens per session scan A f147e4d39d31
status is a command published in the GitHub repository HelixDevelopment/code (2 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 479 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other commands, from other repositories
trellis-continue
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
trellis-finish-work
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.
status
Display project status, active tracks, and next actions.
dashboard-session-fork
Fork a session into a new one. Usage /dashboard:session-fork.
dashboard-session-hide
Hide a session from the dashboard list. Usage /dashboard:session-hide.
roadmap-track.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.