Spaces and data
The core mental model for working well in Axisdream.
Axisdream works best when each space stays focused on one project, team, or domain.
Everything important is stored in Markdown so people can inspect it, edit it, and move it around easily.
The four layers
Axisdream keeps context in four main homes so it stays readable and easier to manage over time.
LayerWhat it holdsWhy it matters
Knowledge
Knowledge the space may need again
Keeps useful understanding available across future work
Memory
What the work should carry forward
Helps the space keep its history and continuity
Skills
Reusable ways of doing work
Lets AI load a workflow when procedure matters
State
What is active and true right now
Keeps work focused on the current reality of the space
Files and folders
- Keep file names short and specific.
- Use folders to separate concerns inside a space.
- Write one idea per file when possible.
- Prefer concise Markdown that is easy to revisit later.
- Choose the file location that will make the context easiest to find, reuse, and update.
Retrieve, fetch, and list
- retrieve finds relevant context when you do not know the exact file path yet.
- fetch opens the exact file or files you already know you need.
- list shows what exists in a folder or area of the space when you explicitly need structure or paths.
Skills
Skills are reusable procedures, not general notes.
Use list_skills to see what is available, then get_skill to read the exact skill file you need.