automagik-hive: Command for Claude Code

.claude/commands/wish.md

wish is a command for Claude Code from namastexlabs/automagik-hive. It costs 0 tokens per session (5,267 once invoked), scanned A, original, MIT.

A command that turns a rough development idea into a written, step-by-step project plan. It also creates and switches to a Git branch, a separate line of code changes, for that idea.

In plain words
What is it for?
Use it to create a named branch and produce a structured plan with tasks that can be divided among developers or coding agents.
Why use it?
It removes the need to decompose a vague request and set up the work manually before implementation begins.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is namastexlabs/automagik-hive's own configuration. It tells Claude Code how to work on automagik-hive itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything automagik-hive configures โ†’

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/namastexlabs/automagik-hive/main/.claude/commands/wish.md
Clone the repo
git clone --depth 1 https://github.com/namastexlabs/automagik-hive

Made for: Claude Code.

Wrote 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.

agentmods badge for wish

README.md
[![agentmods](https://agentmods.dev/badge/commands/namastexlabs/automagik-hive/wish/github.svg)](https://agentmods.dev/commands/namastexlabs/automagik-hive/wish)
Your own site
<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.

agentmods 80ร—15 button for wish

Your own site ยท 80ร—15
<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>
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 5,267 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file โ€” not that it is safe.
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.1 $0.00000 $0.05267
Opus 5 $0.00000 $0.02634
Sonnet 5 $0.00000 $0.01053
Haiku 4.5 $0.00000 $0.00527

Measured 12d ago against content hash 4e50f8b79d56, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.
.claude/commands/wish.md ยท 548 lines

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

Read the full file on GitHub ยท 548 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. 12d ago First seen ยท 548 lines ยท 0 tokens per session scan A 4e50f8b79d56

Subscribe to this mod's changes

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.