Skip to content

Projects

Projects represent bodies of work linked to accounts. They connect to tasks for granular tracking and to meetings for project-related discussions.

---
uid: acme-crm-integration
account: acme-corp
status: in-progress
start_date: 2024-02-01
deadline: 2024-06-30
budget: 50000
priority: high
---
FieldTypeRequiredDescription
uidstringYesUnique identifier
accountstringYesAccount slug reference
status'planning' | 'in-progress' | 'done' | 'paused'YesCurrent status
start_datedateYesProject start date
deadlinedateNoTarget completion date
budgetnumberNoProject budget
priority'low' | 'medium' | 'high'NoPriority level
src/content/projects/acme-crm-integration.md

Slug format: kebab-case

---
uid: acme-crm-integration
account: acme-corp
status: in-progress
start_date: 2024-02-01
deadline: 2024-06-30
priority: 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 handoff
  • Accounts — The organization this project is for
  • Tasks — Individual work items (task.project references this slug)
  • Meetings — Project-related meetings (meeting.project)
  • Journals — Journal entries referencing this project (journal.projects)
CommandDescription
/mybuddy.project.createCreate 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