Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/operations/OPERATIONS.md
1---2name: operations-module3description: Personal productivity - todos, goals, meetings, and metrics. Use for task management, goal tracking, meeting prep, and productivity reviews.4---56# Operations Module78Your personal productivity operating system.910## Files in This Module1112| File | Format | Purpose |13|------|--------|---------|14| `todos.md` | Markdown | Active task list |15| `goals.yaml` | YAML | OKRs and goal tracking |16| `meetings.jsonl` | JSONL | Meeting log and notes |17| `metrics.jsonl` | JSONL | Key metrics tracking |18| `reviews/` | Folder | Weekly/monthly reviews |1920## Workflows2122### Daily Flow23```241. Morning: Review todos.md, prioritize252. Throughout: Check off completed, add new263. Evening: Log any meetings, update metrics27```2829### Weekly Review (Run every Sunday)301. Run `agents/scripts/weekly_review.py`312. Review completed vs. planned323. Check metrics in metrics.jsonl334. Plan next week's priorities345. Update goals.yaml progress3536### Goal Setting (Quarterly)371. Review previous quarter goals382. Update goals.yaml with new OKRs393. Break down into monthly targets404. Align content calendar with goals4142## Agent Instructions4344<instructions>45When managing operations:46471. **Todos**: Use priority levels (P0-P3), keep list current482. **Goals**: Reference before major decisions or planning493. **Meetings**: Log immediately after with key takeaways504. **Metrics**: Update at least weekly515. **Reviews**: Generate insights, not just summaries5253Priority levels:54- P0: Do today, blocking other work55- P1: Do this week, important56- P2: Do this month, valuable57- P3: Backlog, nice to have5859When asked to help plan or prioritize:601. Check current goals.yaml for alignment612. Review existing todos.md capacity623. Consider time-sensitivity and dependencies634. Suggest realistic timelines64</instructions>6566## Productivity Principles6768```yaml69principles:70- "Ruthless prioritization over busy work"71- "Completion > perfection for P1-P3"72- "Batch similar tasks together"73- "Protect deep work time"74- "Weekly reviews are non-negotiable"75```76