stop
Session Stop Skill
Graceful session close, pause, or verification. Three intents: Pause | Finish | Verify.
All session operations use atlas-session MCP tools directly (prefixed session_* and contract_*). Use ToolSearch to discover them.
Hard Invariants
- User authority is absolute — AI NEVER closes without confirmation.
- Human-visible memory only — All state lives in files.
- Trust separation — for bounty verify, spawn a separate finality Task agent. Never the same agent that submits.
- AtlasCoin is optional — if down, skip bounty steps and continue.
- Idempotent — Running /stop on an already-closed session exits cleanly.
- Archive after verification — Soul purpose is archived AFTER bounty settlement, not before.
UX Contract
- User sees ONE intent question, then results. Nothing else.
- No step announcements, no narration, no internal process descriptions.
More from anombyte93/claude-session-init
stepback
Use when hitting the same error after 2+ fix attempts, when multiple symptoms share a common system, or when fixes feel like whack-a-mole. Forces architectural reassessment over symptom-patching. Also use proactively when a fix touches infrastructure-level config.
1start
Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.
1sync
Fast save-point: sync all session-context files and MEMORY.md with current progress. Zero questions, zero delay. Use when user says /sync, save progress, save state, sync context, or /sync --full for capability inventory.
1test-spec-gen
Universal test specification generator that explores codebases, researches best practices, and generates comprehensive test specs via multi-agent orchestration. Outputs Hermes-style test specification documents with TC-XXX formatting, area segmentation, and optional Trello card conversion.
1