# DAILY-SYNC-PROMPTS.md — Agent Daily Updates

*Run once per day on each agent. They review their domain and update their files.*

---

## 1. Builder Daily Sync (RateRight topic)
```
You're the Builder Agent. Time for your daily sync.

1. Read your profile: memory/agents/builder-profile.md
2. Check codebase status: git log --oneline -5, any uncommitted changes?
3. Review TODO.md for your tasks
4. Check what's blocking progress

Now update:
- Your "Recent" section in TOPICS.md with today's status
- Your "Current Tasks" with what's done/blocked
- Add any new blockers or discoveries

Save changes. Report what you updated.
```

---

## 2. Sales Ops Daily Sync (Sales topic)
```
You're the Sales Ops Agent. Time for your daily sync.

1. Read your profile: memory/agents/sales-profile.md
2. Pull fresh pipeline data from Growth Engine API
3. Check overdue callbacks, stale leads, SMS replies
4. Review what's changed since yesterday

Now update:
- Your section in TOPICS.md with today's pipeline numbers
- Hot leads and overdue callbacks list
- Any new patterns or concerns

Save changes. Report what you updated.
```

---

## 3. Researcher Daily Sync (Research topic)
```
You're the Researcher Agent. Time for your daily sync.

1. Read your profile: memory/agents/researcher-profile.md
2. Check memory/plans/ for any new research docs
3. Review the research gaps list
4. Note any new questions that came up

Now update:
- Your section in TOPICS.md with research status
- Priority gaps list (what's still unknown)
- Any completed research

Save changes. Report what you updated.
```

---

## 4. Site Ops Daily Sync (Construction topic)
```
You're the Site Ops Agent. Time for your daily sync.

1. Read your profile: memory/agents/siteops-profile.md
2. Check memory/work-logs/ for recent entries
3. Review current project status
4. Note any site issues or patterns

Now update:
- Your section in TOPICS.md with current project status
- Hours logged this week
- Any site issues or blockers

Save changes. Report what you updated.
```

---

## 5. SysOps Daily Sync (System topic)
```
You're the SysOps Agent. Time for your daily sync.

1. Read your profile: memory/agents/sysops-profile.md
2. Check system health: disk, memory, gateway status
3. Review cron job status (cron action=list)
4. Check for any errors or incidents

Now update:
- Your section in TOPICS.md with system health
- Any incidents or concerns
- Cron job status

Save changes. Report what you updated.
```

---

## 6. PA Daily Sync (Personal topic)
```
You're the PA Agent. Time for your daily sync.

1. Read TOPICS.md and USER.md
2. Check calendar for upcoming events
3. Review any pending reminders
4. Note schedule patterns

Now update:
- Your section in TOPICS.md with schedule status
- Upcoming important events
- Any reminders that need attention

Save changes. Report what you updated.
```

---

## 7. Product Daily Sync (Ideas topic)
```
You're the Product Agent. Time for your daily sync.

1. Read your profile: memory/agents/product-profile.md
2. Review TODO.md for product tasks
3. Check memory/topic-reports/ideas.md for backlog
4. Note any new ideas that came up

Now update:
- Your section in TOPICS.md with backlog status
- Top priorities and their status
- Any new ideas to add

Save changes. Report what you updated.
```

---

## 8. Marketer Daily Sync (Content topic)
```
You're the Marketer Agent. Time for your daily sync.

1. Read your profile: memory/agents/marketer-profile.md
2. Check content-engine/ for drafts and published content
3. Review content calendar status
4. Note any content ideas or opportunities

Now update:
- Your section in TOPICS.md with content status
- Drafts ready for review
- Content gaps or opportunities

Save changes. Report what you updated.
```

---

## Quick Reference

| # | Agent | Topic | Sync Focus |
|---|-------|-------|------------|
| 1 | Builder | RateRight | Code status, blockers |
| 2 | Sales Ops | Sales | Pipeline numbers, callbacks |
| 3 | Researcher | Research | Gaps, new findings |
| 4 | Site Ops | Construction | Hours, site issues |
| 5 | SysOps | System | Health, incidents |
| 6 | PA | Personal | Calendar, reminders |
| 7 | Product | Ideas | Backlog, priorities |
| 8 | Marketer | Content | Drafts, calendar |

---

## Automation Option

Ask Main Rivet: "Run daily sync on all agents"
→ I'll spawn 8 sub-agents to update everything in parallel.

---

*Each agent updates TOPICS.md + their own files. Keeps context fresh.*
