add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
+28
View File
@@ -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
-
```