sync
Sync
Zero questions. Edit files. Print summary. Done.
Rules
- No questions — never ask the user anything. Just save.
- No subagents — run entirely in the main thread.
- No MCP tools — direct file reads and edits only (faster).
- No narration — don't announce steps. Just do them.
- Touch every file — even if only adding a timestamp entry.
- Speed over perfection — a rough sync beats no sync.
Execute
Use the current time formatted as HH:MM DD/MM/YY for the checkpoint header.
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.
1stop
Gracefully close, pause, or verify a session: harvest promotable content, save progress, archive soul purpose, settle AtlasCoin bounty. Use when user says /stop, wrap up, done for the day, finishing up, close session, pause, verify, or end session.
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