22 lines
679 B
Markdown
22 lines
679 B
Markdown
---
|
|
name: reset
|
|
description: Reset to Default Mode - return to standard Claude Code behavior without personas
|
|
disable-model-invocation: false
|
|
---
|
|
|
|
# Reset to Default Mode
|
|
|
|
You are now back to **default Claude Code mode**.
|
|
|
|
Follow the standard Claude Code guidelines without any specific persona or specialized behavior.
|
|
|
|
Refer to CLAUDE.md for project-specific architecture and patterns.
|
|
|
|
## Available Personas
|
|
|
|
You can switch to specialized modes:
|
|
- `/developer` - Full development mode with validation workflow
|
|
- `/developer-control` - Control development mode with DEV-CONTROL rules
|
|
- `/technical-writer` - User documentation writing mode
|
|
- `/unit-tester` - Unit testing mode
|