Use this to *ALWAYS* when trying to navigate any SkogAI projects, documentation or configuration. Use when exploring the SkogAI ecosystem or anything SkogAI-related.
<essential_principles>
SkogAI is a multi-agent collaboration system where both humans (skogix, aldervall) and AI agents (dot, amy, claude, goose) operate as system users. /skogai exists at root level with setgid permissions, making it a shared workspace where files automatically inherit group ownership. This enables seamless collaboration between agents and humans without permission friction.
Knowledge philosophy:
</essential_principles>
<intake>What do you need?
Intent-based routing: If context is clear, route directly. Otherwise ask.
</intake> <routing>| Response | Action |
|---|---|
| 1, "/skogai", "dash-skogai", "main", "root level" |
Load references/dash-skogai.md |
| 2, ".skogai", "dot-skogai", "project", "metadata" | Load references/dot-skogai.md |
| 3, "update", "add knowledge", "fill [@todo]" | workflows/update-skill-knowledge.md |
Progressive disclosure: References load only navigation info needed. Detailed methodology in dev/ folder.
<reference_index>
All in references/:
/skogai (dash-skogai): dash-skogai.md - root-level shared workspace .skogai (dot-skogai): dot-skogai.md - project-specific configuration
</reference_index>
<workflows_index>
All in workflows/:
| Workflow | Purpose |
|---|---|
| update-skill-knowledge.md | Add verified knowledge to skill with user checkpoint |
</workflows_index>
<success_criteria>
Navigation is successful when:
Skill maintenance is successful when:
</success_criteria>