Sample Vault¶
Explore a complete example project structure.
Overview¶
The sample vault demonstrates a SaaS product development project with:
- 1 Milestone (MVP Foundation)
- 1 Story (User Authentication)
- 1 Decision (PostgreSQL Database)
Structure¶
sample-vault/
├── milestones/
│ └── M-001_MVP_Foundation.md
├── stories/
│ └── S-001_User_Authentication.md
└── decisions/
└── DEC-001_PostgreSQL_Database.md
Viewing the Sample¶
- Copy
examples/sample-vault/to your Obsidian vault - Run MCP server pointing to your vault
- Use AI to explore: "List all entities"
- Visualize on canvas
See Quick Start to create your own project.