Skip to main content
ClaudeWave
Slash Command127 estrellas del repoactualizado 1mo ago

strict

The strict slash command enforces disciplined governance practices for a single task by requiring implementation contracts before making extensive edits, running drift detection after edit phases, limiting broad system scans to justified cases, and maintaining concise tool output. Use this when working on critical codebases where unintended changes could cause problems or when you need explicit verification steps before proceeding with substantial modifications.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/strict.md -o ~/.claude/commands/strict.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

strict.md

# Governor Strict Mode

For the current task, use stricter governance:

- require an implementation contract before broad edits
- run drift guard after edit phases
- avoid broad scans unless justified
- keep tool output compact
- stop and report when requirements are ambiguous

Strict mode is task-scoped. Do not assume it remains enabled for future unrelated
tasks unless the user says so.