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.
npx agentmods add commands/gosha70/code-copilot-team/cooldowngit clone --depth 1 https://github.com/gosha70/code-copilot-teamWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00686 |
| Opus 5 | $0.00000 | $0.00343 |
| Sonnet 5 | $0.00000 | $0.00137 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
cooldown 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Close out a cycle — invoke cooldown-report and finalize the active pitch's bet status.
Usage: /cooldown
Steps
1. Find the active pitch
Scan specs/pitches/*/pitch.md for bet_status: building.
- 0 matches → no cycle to close. Continue to step 2 with
active_pitch_id="". -
1 match → refuse. Resolve first.
- exactly 1 → that's the active pitch.
2. Determine the cycle number
- If an active pitch was found in step 1: read its
cycle:frontmatter (e.g.01). This is the cycle being closed. - If no active pitch: list
specs/retros/cycle-NN.mdfiles and pick the highestNN. That's the most recent closed cycle; cooldown reports against it. Confirm with the user before proceeding. Ifspecs/retros/is empty or does not exist, refuse — there is no cycle to report on.
3. Decide the bet outcome
If no active pitch was found in step 1, skip steps 3–5 and jump to step 6 (cooldown-report only — no frontmatter to mutate).
Otherwise read hill.json for the active pitch:
- All scopes
done→ suggestshipped. - Some
done, some not → suggestshipped(partial) orshelved. Ask the user. - No scopes
done→ suggestshelved. Ask the user to confirm.
Use AskUserQuestion: "Was the bet <pitch-id> shipped or shelved?" — shipped | shelved.
4. Update pitch frontmatter
bet_status:frombuilding→shippedorshelvedper user's choice.
Append to bet log: | <YYYY-MM-DD> | <shipped|shelved> | Cycle NN closed. <one-line summary of hill final state>. |
5. Re-validate
Run bash ~/.claude/templates/sdd/validate-pitch.sh --pitch-id <pitch-id>. Refuse if it fails — restore previous state.
6. Invoke cooldown-report
Use the Agent tool with subagent_type: cooldown-report. Pass the cycle number that just finished.
The agent will:
- Summarize bug fixes from
git logsince cycle end - List pitches shaped during cooldown
- Recommend candidates for the next betting table
- Write
specs/retros/cooldown-after-<NN>.md
7. Report
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.
- 2d ago First seen · 58 lines · 0 tokens per session scan A e43f2f364771
cooldown is a command published in the GitHub repository gosha70/code-copilot-team (6 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 686 tokens. 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-08-31.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
project-recap
Generate a visual project recap for context switching.
speckit.auto
Automatically execute the four core phases of the Spec-Driven Development (SDD) pipeline: specify → plan → tasks → implement, in strict sequential order.
daily-priorities
Query DIGI Jira via the Atlassian MCP to build a prioritized daily work plan. The report has two parts: suggested priorities (the recommendation) and full context (everything you need to evaluate whether the suggestions are right and what else is on the docket).
OPSX: Bulk Archive
Archive multiple completed changes at once.
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.