Projects
Overview
Section titled “Overview”Projects represent bodies of work linked to accounts. They connect to tasks for granular tracking and to meetings for project-related discussions.
Frontmatter Schema
Section titled “Frontmatter Schema”---uid: acme-crm-integrationaccount: acme-corpstatus: in-progressstart_date: 2024-02-01deadline: 2024-06-30budget: 50000priority: high---| Field | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Unique identifier |
account | string | Yes | Account slug reference |
status | 'planning' | 'in-progress' | 'done' | 'paused' | Yes | Current status |
start_date | date | Yes | Project start date |
deadline | date | No | Target completion date |
budget | number | No | Project budget |
priority | 'low' | 'medium' | 'high' | No | Priority level |
File Location
Section titled “File Location”src/content/projects/acme-crm-integration.mdSlug format: kebab-case
Example Entry
Section titled “Example Entry”---uid: acme-crm-integrationaccount: acme-corpstatus: in-progressstart_date: 2024-02-01deadline: 2024-06-30priority: high---
CRM integration for [[acme-corp]]. Migrating from legacy system to new API.
## Milestones- [x] Discovery and requirements gathering- [x] API design and approval- [ ] Core integration implementation- [ ] Testing and QA- [ ] Deployment and handoffRelated Collections
Section titled “Related Collections”- Accounts — The organization this project is for
- Tasks — Individual work items (
task.projectreferences this slug) - Meetings — Project-related meetings (
meeting.project) - Journals — Journal entries referencing this project (
journal.projects)
Commands
Section titled “Commands”| Command | Description |
|---|---|
/mybuddy.project.create | Create a new project |
/mybuddy.project.view [slug] | View project detail |
/mybuddy.project.edit [slug] | Edit project fields |
/mybuddy.project.list [filters] | List projects (filter by status, priority, account) |
/mybuddy.project.delete [slug] | Delete with confirmation |