Daily is the user's personal task tracker; the `daily` CLI reads and changes its tasks. Use when the user names Daily about tasks (also spelled "дейли"), asks about their own day or to-dos without naming it ("what do I have today", "what was I doing on…
Столкнуть Claude Code и Codex — две модели разных провайдеров — в споре по одной теме, до согласованного решения или эскалации человеку. Use when the user wants a second opinion from a different provider, a cross-model debate, or to stress-test a design…
Russian ultra-compressed communication mode based on JuliusBrussee/caveman PR #144. Cuts token usage by answering in terse Russian while keeping full technical accuracy. Supports ru-lite, ru-full default, ru-ultra, and ru-notes. Use when user says caveman-ru,…
Run a batch of already-cut tickets through the /to-implement engine UNATTENDED, in dependency order — one fresh headless session per ticket, advancing on green, halting on the first red. The automation layer over /to-tickets → /to-implement: instead of…
Write the closed technical execution contract for one unit at pickup, inside the unit's worktree — cutting the ticket's vertical slice into horizontal tasks, each with its files, declared interfaces, fence and proof. For the brief-writer subagent the engine…
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module…
Read a finished spec and its tickets from the position the brief-writer will occupy — no planning context — and report what was understood. Surfaces drift between what you meant and what the artifact says, while fixing is still free. Use after /to-tickets and…
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple…