recommended-tools · git:20260903.8063be2 · 2026-09-03 · sha256 9213c132e4ca2bd7

recommended-tools git:20260903.8063be2A

Immutable. This exact content is served forever at /api/v1/blob/9213c132e4ca2bd7.

---
description: SB recommended tools — full enforcement in Cursor
alwaysApply: true
---

# Silver Bullet recommended tools — maximum use in Cursor

All work in this project MUST use SB recommended tools to their fullest extent when opted in (`recommended_tools.*.enabled_by_user: true` in `.silver-bullet.json`).

## Canonical tool set

| Tool | Role |
|------|------|
| **Graphify** | Retrieve — `graphify query` / `path` / `explain` before exploration |
| **agentmemory** | Save — MCP capture of decisions, defects, session evidence |
| **Alumnium** | Browser/visual testing MCP — clarify, ui-review, verify |
| **RTK** | Token compression (shell output; automatic when wired) |
| **Context Mode** | Token compression (MCP/large-file compaction) |

## Non-negotiable rules

1. **Graphify first** — see `.cursor/rules/graphify.mdc`; never skip for "already known" context.
2. **agentmemory always** — see `.cursor/rules/agentmemory.mdc`; save every meaningful chunk of work.
3. **Synergy** — save via agentmemory, retrieve via Graphify.
4. **After code edits** — `graphify update .`
5. **Token compression** — when rtk/context_mode are installed, follow §2g-ii; RTK usage freshness gate applies before commits when opted in.
6. **Alumnium** — when opted in, prefer Alumnium MCP for UI/browser evidence (`docs/ALUMNIUM.md`, §8.1).
7. **Subagents** — include graphify + agentmemory requirements in every Task/subagent prompt.
8. **E2E / ladder runs** — all recommended tools opted in; ledger records graphify query + agentmemory export refs.

## Hook enforcement

SB hooks (`graphify-gate`, `agentmemory-gate`, `alumnium-gate`, `rtk-gate`, `context-mode-gate`) block substantive edits when tools are stale or missing. Do not bypass — fix the tool state.

## References

- `silver-bullet.md` §2g-i
- `docs/GRAPHIFY.md`, `docs/AGENTMEMORY.md`, `docs/code-intelligence-contract.md`