Agent skill
reflect-off
Disable automatic reflection on session end. Manual reflection still works. Activates for reflect off, disable reflect, stop auto reflect.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/reflect-off
SKILL.md
Reflect Off Command
Disable automatic reflection when sessions end.
Usage
/sw:reflect-off
What It Does
Disables automatic session analysis:
- Stop hook no longer triggers reflection
- Manual
/sw:reflectstill works - Existing learnings preserved
Output
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🧠 REFLECT: Automatic Mode Disabled
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
❌ Auto-reflection is now DISABLED
Changes:
• Stop hook will NOT analyze sessions
• Manual /sw:reflect still available
• Existing learnings preserved
To re-enable: /sw:reflect-on
To check status: /sw:reflect-status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Related Commands
| Command | Purpose |
|---|---|
/sw:reflect-on |
Enable automatic reflection |
/sw:reflect-status |
Show current configuration |
/sw:reflect |
Manual reflection (always works) |
Execution
CRITICAL: This is a SIMPLE command. NO Glob, NO parallel tool calls needed.
When this command is invoked:
-
Read existing config (ONE tool call):
Read .specweave/state/reflect-config.json(If file doesn't exist, create with autoReflect: false)
-
Write updated config (ONE tool call - WAIT for step 1): Update
autoReflecttofalse, preserve other fields. Write to.specweave/state/reflect-config.json -
Display confirmation (NO tool call - just output text):
❌ Auto-reflection DISABLED Manual /sw:reflect still works. Use /sw:reflect-on to re-enable.
WARNING: Do NOT use Glob to scan directories - this command only writes ONE file.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?