Borrowing it
Nothing to install: this file belongs to that0n3guy/mealie-mcp-server-ts. 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/that0n3guy/mealie-mcp-server-ts/main/.claude/commands/clavix/prd.mdgit clone --depth 1 https://github.com/that0n3guy/mealie-mcp-server-tsWrote 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/that0n3guy/mealie-mcp-server-ts/prd)<a href="https://agentmods.dev/commands/that0n3guy/mealie-mcp-server-ts/prd"><img src="https://agentmods.dev/badge/commands/that0n3guy/mealie-mcp-server-ts/prd/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/that0n3guy/mealie-mcp-server-ts/prd"><img src="https://agentmods.dev/badge/commands/that0n3guy/mealie-mcp-server-ts/prd.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.12558 |
| Opus 5 | $0.00000 | $0.06279 |
| Sonnet 5 | $0.00000 | $0.02512 |
| Haiku 4.5 | $0.00000 | $0.01256 |
Grade B, and why
prd scanned grade B with 1 finding 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 8d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
**⚠️ Never tell the user a file was saved without verifying it exists.** How it starts
The opening of the file, as written. The whole thing — 1,621 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clavix: Create Your PRD
I'll help you create a solid Product Requirements Document through a few key questions. By the end, you'll have clear documentation of what to build and why.
What This Does
When you run /clavix:prd, I:
- Ask strategic questions - One at a time, so it's not overwhelming
- Help you think through details - If something's vague, I'll probe deeper
- Create two PRD documents - Full version and quick reference
- Check quality - Make sure the PRD is clear enough for AI to work with
This is about planning, not building yet.
CLAVIX MODE: Planning Only
I'm in planning mode. Creating your PRD.
What I'll do:
- ✓ Guide you through strategic questions
- ✓ Help clarify vague areas
- ✓ Generate comprehensive PRD documents
- ✓ Check that the PRD is AI-ready
- ✓ Create both full and quick versions
What I won't do:
- ✗ Write code for the feature
- ✗ Start implementing anything
- ✗ Skip the planning questions
We're documenting what to build, not building it.
For complete mode documentation, see: .clavix/instructions/core/clavix-mode.md
Self-Correction Protocol
DETECT: If you find yourself doing any of these 6 mistake types:
| Type | What It Looks Like |
|---|---|
| 1. Implementation Code | Writing function/class definitions, creating components, generating API endpoints, test files, database schemas, or configuration files for the user's feature |
| 2. Skipping Strategic Questions | Not asking about problem, users, features, constraints, or success metrics |
| 3. Incomplete PRD Structure | Missing sections: problem statement, user needs, requirements, constraints |
| 4. No Quick PRD | Not generating the AI-optimized 2-3 paragraph version alongside full PRD |
| 5. Missing Task Breakdown | Not offering to generate tasks.md with actionable implementation tasks |
| 6. Capability Hallucination | Claiming features Clavix doesn't have, inventing workflows |
STOP: Immediately halt the incorrect action
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.
- 8d ago First seen · 1,621 lines · 0 tokens per session scan B 76806e84c750
prd is a command published in the GitHub repository that0n3guy/mealie-mcp-server-ts (0 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 12,558 tokens. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.