help

A general help command that lists the project's sprint and development commands with examples. It covers the full path from planning work through implementation, quality review, documentation, and closing a sprint.

In plain words
What is it for?
Use it to find commands for planning or running sprints, executing tickets, reviewing quality, updating the backlog, creating specifications, and generating sprint documents.
Why use it?
It gives developers a single place to discover the available commands and their expected arguments. This reduces guesswork when entering an unfamiliar project workflow.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/hundia/autospec/help
Clone the repo
git clone --depth 1 https://github.com/Hundia/autospec

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 560 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00560
Opus 5 $0.00000 $0.00280
Sonnet 5 $0.00000 $0.00112
Haiku 4.5 $0.00000 $0.00056

Measured 2d ago against content hash 0b2a98786567, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

help 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 2d 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.

.claude/commands/help.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Help — Sprint & Development Commands

Display available commands and workflow guidance.

Instructions

When this command is invoked, display the following:

## AutoSpec Development Commands

### Sprint Lifecycle
| Command | Description |
|---------|-------------|
| `/plan-sprint [goal]` | Assemble expert AI agents to plan a sprint (experts → 3-PM review → backlog) |
| `/sprint-run X` | Execute entire sprint: plan → implement → QA → docs → close |
| `/sprint-status X` | Show sprint progress with visual progress bar |
| `/sprint-close X` | Close sprint, generate summary with docs linkage |

### Ticket Operations
| Command | Description |
|---------|-------------|
| `/execute-ticket X.Y` | Execute a single ticket with QA + docs update |
| `/qa-review X.Y` | QA review a completed ticket or sprint |
| `/update-backlog [action]` | Add/update tickets, link docs, report bugs |
| `/create-spec [name]` | Generate a new feature specification |
| `/create-sprint-docs X` | Generate sprint summary documentation |

### Update Backlog Actions
| Action | Example |
|--------|---------|
| `status [ticket] [status]` | `/update-backlog status 4.3 done` |
| `add [sprint] [desc] [owner] [model]` | `/update-backlog add 4 "Add caching" Backend sonnet` |
| `bug [description]` | `/update-backlog bug "Login fails on Safari"` |
| `note [ticket] [text]` | `/update-backlog note 4.3 "Needs API key"` |
| `docs [ticket] [doc_paths]` | `/update-backlog docs 4.3 docs/api/reference.md` |

### Automatic Behavior (every task)
1. **Backlog-first**: Every change → ticket in `specs/backlog.md`
2. **Docs-first**: Read `docs/` before modifying code
3. **QA before done**: Run tests before marking ✅
4. **Living docs**: Update `docs/` after every feature

### Key Files
| File | Purpose |
|------|---------|
| `specs/backlog.md` | Sprint tickets (single source of truth) |
| `specs/01_product_manager.md` | Product vision and requirements |
| `specs/05_qa_lead.md` | QA standards and testing guidelines |
| `docs/` | Living documentation (architecture, flows, API, etc.) |
| `sprints/sprint_X/summary.md` | Sprint summaries with docs cross-references |

Read the full file on GitHub · 53 lines

Changes

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.

  1. 2d ago First seen · 53 lines · 0 tokens per session scan A 0b2a98786567

Subscribe to this mod's changes

help is a command published in the GitHub repository Hundia/autospec (4 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 560 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-08-31.