Skip to main content
ClaudeWave
Slash Command96 estrellas del repoactualizado 5d ago

strict

Enable strict governance behavior for the current task.

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.