59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
# Personal Assistant Template
|
|
|
|
## Overview
|
|
|
|
Your versatile personal assistant for task management, scheduling, and daily organization. Capture tasks quickly, plan your day effectively, and stay on top of your commitments.
|
|
|
|
## Features
|
|
|
|
### Quick Task Capture
|
|
- 📝 Capture ideas and tasks instantly
|
|
- 🏷️ Auto-categorization
|
|
- ⚡ Quick priority assignment
|
|
|
|
### Daily Planning
|
|
- 📅 Smart daily schedule organization
|
|
- 🎯 Priority-based task ordering
|
|
- ⏰ Time-blocking for focus periods
|
|
|
|
### Weekly Review
|
|
- 📊 Weekly progress summary
|
|
- 🔄 Task rescheduling and cleanup
|
|
- 📈 Goal planning and adjustment
|
|
|
|
## Quick Start
|
|
|
|
1. Install required skills:
|
|
```bash
|
|
npx clawhub@latest install apple-reminders
|
|
npx clawhub@latest install things-mac
|
|
npx clawhub@latest install calendar
|
|
```
|
|
|
|
2. Customize your preferences in MEMORY.md
|
|
|
|
3. Start capturing tasks!
|
|
|
|
## Usage Examples
|
|
|
|
**Capture a task:**
|
|
```
|
|
"Capture: Buy groceries after work"
|
|
```
|
|
|
|
**Check your day:**
|
|
```
|
|
"What's on my schedule today?"
|
|
```
|
|
|
|
**Get help planning:**
|
|
```
|
|
"Help me plan my week"
|
|
```
|
|
|
|
## Customization
|
|
|
|
- Edit `workflows/*.yaml` to adjust timing and triggers
|
|
- Modify `MEMORY.md` with your personal preferences
|
|
- Update `skills/README.md` for your tool stack
|