28 lines
551 B
Markdown
28 lines
551 B
Markdown
# Workplace Modes
|
|
|
|
Mode configs — defines what context/models/prompts apply in different scenarios.
|
|
|
|
## Examples
|
|
|
|
- `research-mode.md` — web searches, note-taking
|
|
- `coding-mode.md` — git commits, code review
|
|
- `debug-mode.md` — logs, traces, error hunting
|
|
- `admin-mode.md` — server config, deployment
|
|
|
|
## Format
|
|
|
|
```markdown
|
|
# Mode Name
|
|
|
|
## Active when
|
|
- User says "let's research X"
|
|
- User mentions "build mode"
|
|
|
|
## Stack
|
|
- Prompt: `[[../prompts/research-prompt]]`
|
|
- Tools: `[[../tools/...]]`
|
|
- Skills: `[[../skills/...]]`
|
|
|
|
## Rules
|
|
-
|
|
``` |