Skip to main content
ClaudeWave
Slash Command96 repo starsupdated 5d ago

strict

Enable strict governance behavior for the current task.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xhimanshu/governor/HEAD/commands/strict.md -o ~/.claude/commands/strict.md
Then start a new Claude Code session; the slash command loads automatically.

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.