ワンクリックで
ds-tiger-style-mode
Activate Tiger Style enforcement for this session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Activate Tiger Style enforcement for this session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.