add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
-
|
||||
```
|
||||
Reference in New Issue
Block a user