Skip to content

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

  1. Copy examples/sample-vault/ to your Obsidian vault
  2. Run MCP server pointing to your vault
  3. Use AI to explore: "List all entities"
  4. Visualize on canvas

See Quick Start to create your own project.