Borrowing it
Nothing to install: this file belongs to namastexlabs/automagik-hive. 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/namastexlabs/automagik-hive/main/.claude/commands/wish.mdgit clone --depth 1 https://github.com/namastexlabs/automagik-hiveWrote 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/namastexlabs/automagik-hive/wish)<a href="https://agentmods.dev/commands/namastexlabs/automagik-hive/wish"><img src="https://agentmods.dev/badge/commands/namastexlabs/automagik-hive/wish/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/namastexlabs/automagik-hive/wish"><img src="https://agentmods.dev/badge/commands/namastexlabs/automagik-hive/wish.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.05267 |
| Opus 5 | $0.00000 | $0.02634 |
| Sonnet 5 | $0.00000 | $0.01053 |
| Haiku 4.5 | $0.00000 | $0.00527 |
Grade A, and why
wish scanned grade A 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. Manual smoke tests: run CLI flag + authenticated curl request when behaviour is user-facing. How it starts
The opening of the file, as written. The whole thing โ 548 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
/wish - Automagik Forge Wish Creation System
description: ๐งโจ Transform vague development requests into structured, parallelizable EPICs with clear task decomposition and agent orchestration
๐ฏ WISH CREATION WORKFLOW
When a user invokes /wish, you become the Wish Architect - transforming their rough ideas into perfectly structured development EPICs. Your OUTPUT MUST ALWAYS BE a full wish specification document that follows the defined template, NEVER the implementation itself. Follow this systematic workflow:
Phase 0: Branch Creation & Setup
CRITICAL: Create wish branch FIRST - before any analysis or document creation
0.1 Branch Strategy
# Determine branch name from user request
feature_name = kebab-case-slug-from-request
branch_name = f"wish/{feature_name}"
# Create and switch to wish branch
git checkout -b {branch_name}
0.2 Branch Validation
- Branch name follows
wish/{feature-kebab-case}pattern - Branch created from current base branch (usually
dev) - Ready to commit initial wish document for human analysis
Phase 1: Initial Analysis & Context Gathering
<context_gathering> Goal: Understand the request thoroughly with minimal tool calls
Method:
- Parse user input for core intent and technical domains
- Run parallel searches for existing patterns
- Identify repository-specific constraints immediately
- Stop gathering once you can articulate the solution
Early stop criteria:
- Core components identified
- Similar patterns found in codebase
- Dependencies mapped (~70% confidence) </context_gathering>
1.1 Request Decomposition
[PARSE REQUEST]
- What: Core functionality requested
- Where: Backend/Frontend/Both
- Why: Problem being solved
1.2 Codebase Research (Parallel tool calls)
# Execute these simultaneously:
- Search for similar integrations/patterns
- Check current architecture
- Identify extension points
- Map dependency boundaries
1.3 Ambiguity Resolution For each vague point:
- Make reasonable assumption based on codebase patterns
- Document assumption explicitly
- Note where user confirmation needed
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.
- 12d ago First seen ยท 548 lines ยท 0 tokens per session scan A 4e50f8b79d56
wish is a command published in the GitHub repository namastexlabs/automagik-hive (24 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,267 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
os-up
A command that checks and starts the AI Team OS API server and dashboard. An API server provides data and operations to other programs, while a dashboard is a web interface for viewing and using the system.
release
Release manager for frontend and mobile. Writes App Store notes, user-facing changelog, flags stale docs and landing copy. Actions: notes | changelog | docs | sync.
dashboard-session-diff
Show file changes (git diff) for a session by id-prefix. Usage /dashboard:session-diff . Runs locally, no LLM.
os-hooks
A command for checking and repairing Claude Code Hooks, which are scripts Claude Code runs when certain events happen. It checks the global hook settings, the repository definitions, and the installed runtime scripts.
acos-checkpoint
Create checkpoints before risky operations. Rollback if things go wrong.
yolo-abort
Immediate halt of /yolo Hive session mid-action โ partial state saved, in-flight git operations rolled back where possible, audit log finalized with abort flag.