with one click
ds-tiger-style-mode
Activate Tiger Style enforcement for this session.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Activate Tiger Style enforcement for this session.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Design a target architecture for a new system — module boundaries, dependency rules, seams, and build order — from its requirements. Reports a blueprint; changes nothing.
Analyze an existing codebase's architecture and produce a sequenced refactoring plan — assess module boundaries, dependency structure, and layering, then lay out ordered, risk-tagged steps. Language-agnostic. Reports a plan; changes nothing.
Turn a goal or another command's output into an ordered task roadmap.
Find the root cause of a failure with the scientific method — reproduce, isolate, fix, then prove it.
Interview the user relentlessly about a plan or design until reaching shared understanding.
Run an extremely strict maintainability + single-source-of-truth review of code changes — abstraction quality, file sprawl, spaghetti-condition growth, and duplicate/competing implementations. Reports findings by default; `--fix` applies the mechanical, unambiguous ones — structural/code-judo restructurings rest on judgment and stay reported.
| name | ds-tiger-style-mode |
| description | Activate Tiger Style enforcement for this session. |
| disable-model-invocation | true |
Tiger Style is TigerBeetle's engineering philosophy. Source: https://tigerstyle.dev/ Full spec: https://github.com/tigerbeetle/tigerbeetle/blob/main/docs/TIGER_STYLE.md
Apply these constraints to all code you write or review for the remainder of this session.
Safety > Performance > Developer Experience. Never trade safety for convenience. Never trade correctness for speed.
Assertions
Control Flow
Memory
Error Handling
Dependencies
Design-time performance
Measurement
Functions
Naming
timeout_ms, size_bytes, count_max.is_valid, has_error, was_committed.timestamp_created_at not created_at_timestamp).Scope
Comments
When flagging a violation during review, name the rule category, the file:line, what the code does, and the fix — enough for the author to act.
Confirm activation with "Tiger Style active." Activating a mode only turns on this posture; it is not approval to begin work — continue with whatever the user already asked for, or wait for their next instruction.