Skip to content

Tasks

Tasks are individual work items linked to projects. They use a date-prefixed slug format for chronological ordering.

---
uid: 2024-03-15-implement-auth
project: acme-crm-integration
status: in-progress
priority: high
due: 2024-03-22
tags:
- backend
- security
---
FieldTypeRequiredDescription
uidstringYesUnique identifier
projectstringYesProject slug reference
status'todo' | 'in-progress' | 'done' | 'blocked'YesCurrent status
priority'low' | 'medium' | 'high' | 'urgent'YesPriority level
duedateNoDue date
tagsstring[]NoCategorization tags
src/content/tasks/2024-03-15-implement-auth.md

Slug format: YYYY-MM-DD-task-name

---
uid: 2024-03-15-implement-auth
project: acme-crm-integration
status: in-progress
priority: high
due: 2024-03-22
tags:
- backend
- security
---
Implement OAuth2 authentication flow for the CRM API integration.
## Acceptance Criteria
- [ ] OAuth2 token exchange working
- [ ] Refresh token handling
- [ ] Error handling for expired tokens
  • Projects — The project this task belongs to
CommandDescription
/mybuddy.task.createCreate a new task
/mybuddy.task.view [slug]View task detail
/mybuddy.task.edit [slug]Edit task fields
/mybuddy.task.list [filters]List tasks (filter by status, priority, project)
/mybuddy.task.delete [slug]Delete with confirmation