You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/speckit.token-budget.compact β in-place SDD artifact compaction with three levels (light, medium, aggressive). Lossless on requirements, decisions, contracts, IDs. Backs originals up as <artifact>.full.md. Aliases: compress, distill.
/speckit.token-budget.scope β pre-flight reading manifest for the next workflow phase, with token budget enforcement. Aliases: brief, focus.
/speckit.token-budget.concise β toggle a marker-bracketed concise-output directive in the project's agent memory file. Auto-detects the active spec-kit agent, prefers AGENTS.md (open cross-agent standard) when present. Covers every agent in spec-kit's INTEGRATION_REGISTRY (Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, Cline, Roo Code, Kilo Code, Aider, Codex CLI, Tabnine, Pi Coding Agent). Aliases: terse, quiet.
/speckit.token-budget.usage β per-artifact token dashboard with projected per-phase budgets and warranted recommendations. Aliases: stats, report.
scripts/bash/slim_output.sh β RTK-style CLI output compressor with built-in rules for git_status, git_log, pytest, npm_test, plus a generic head_tail fallback. Defers to real rtk if installed.
scripts/bash/estimate_tokens.sh β fast token estimator using tiktoken (cl100k_base) when available, chars/4 heuristic otherwise.
scripts/bash/compact_helper.sh β backup, snapshot, summarize, and stamp bookkeeping for compact.
PowerShell mirrors of estimate_tokens and compact_helper.