mission

mission is a command for Claude Code from athola/claude-night-market. It costs 16 tokens per session (1,828 once invoked), scanned A, original, MIT.

A workflow command that runs the full Attune development process—from exploring an idea and writing requirements to planning and implementation—while remembering the project's current phase.

In plain words
What is it for?
Use it to guide a new project through its development stages, continue paused work, carry out a focused implementation, or review existing software and produce findings.
Why use it?
It reduces the need to manage each project stage manually and lets you resume an interrupted workflow.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the attune plugin — 14 skills, 11 commands, 2 agents shipped together

Good fit Use it to guide a new project through its development stages, continue paused work, carry out a focused implementation, or review existing software and produce findings.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/athola/claude-night-market/mission
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.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install attune, the plugin that ships this one along with the rest of its 14 skills, 11 commands, 2 agents.

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 mission

README.md
[![agentmods](https://agentmods.dev/badge/commands/athola/claude-night-market/mission/github.svg)](https://agentmods.dev/commands/athola/claude-night-market/mission)
Your own site
<a href="https://agentmods.dev/commands/athola/claude-night-market/mission"><img src="https://agentmods.dev/badge/commands/athola/claude-night-market/mission/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 mission

Your own site · 80×15
<a href="https://agentmods.dev/commands/athola/claude-night-market/mission"><img src="https://agentmods.dev/badge/commands/athola/claude-night-market/mission.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00016 $0.01828
Opus 5 $0.00008 $0.00914
Sonnet 5 $0.00003 $0.00366
Haiku 4.5 $0.00002 $0.00183

Measured 8d ago against content hash 03bff03b0eec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

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

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.

plugins/attune/commands/mission.md · 216 lines

How it starts

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

Attune Mission Command

Orchestrate the entire attune development lifecycle (brainstorm, specify, plan, execute) as a single mission with automatic state detection and recovery.

When To Use

Use this command when you need to:

  • Start a new project and run through the full development lifecycle
  • Resume an interrupted project workflow from where you left off
  • Execute a focused tactical implementation from existing artifacts
  • Quick-fix from an existing implementation plan
  • Audit, dogfood, or review existing software and produce a findings report

When NOT To Use

Avoid this command if:

  • You want to run a single phase without auto-chaining (use /attune:brainstorm --standalone, /attune:specify --standalone, etc.)
  • Task is non-project work (debugging, ad-hoc research). Structured review work is in scope: use --type review
  • You need fine-grained control over each phase transition

Note: Individual commands (/brainstorm, /specify, /blueprint) now auto-chain forward by default. Use --standalone to run a single phase without continuing. Use /attune:mission when you need state persistence, resume support, and damage-control.

Usage

# Auto-detect mission type and start
/attune:mission

# Resume a paused or interrupted mission
/attune:mission --resume

# Override mission type
/attune:mission --type full
/attune:mission --type standard
/attune:mission --type tactical
/attune:mission --type quickfix
/attune:mission --type review

# Custom phase sequence
/attune:mission --phases brainstorm,execute

# Skip user checkpoints between phases
/attune:mission --auto

What This Command Does

  1. Detects project state: scans for existing artifacts (brief, spec, plan)
  2. Selects mission type: chooses the appropriate phase sequence
  3. Routes through phases: invokes Skill(attune:{phase}) for each step
  4. Checkpoints between phases: lets you review, pause, or adjust
  5. Handles errors: recovers from failures via leyline:damage-control
  6. Saves mission state: enables resume from any point

Read the full file on GitHub · 216 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. 8d ago First seen · 216 lines · 16 tokens per session scan A 03bff03b0eec

Subscribe to this mod's changes

mission is a command published in the GitHub repository athola/claude-night-market (337 stars, last pushed yesterday), licensed MIT. It adds 16 tokens to every session and 1,828 once invoked, about $0.0001 per session on Opus 5. 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-03.