# Adaptive Sync Template

[[LLM: This is an intelligent template that adapts based on sync context. Analyze the request and generate the appropriate sync format:

- Daily standup → Team member updates with blockers
- Weekly sync → Sprint progress and team health
- Git-based → Development activity from commits
- Quick sync → Bullet-point status updates
- Full sync → Comprehensive three-way alignment report
  ]]

## Sync Report: {{title}}

**Date**: {{current_date_time}}  
**Type**: {{sync_type}}  
**Sprint**: {{sprint_name}}

### {{sync_header}}

[[LLM: Based on sync type, generate appropriate sections:

For DAILY STANDUP:

- Yesterday's Progress (with git evidence)
- Today's Plan (linked to JIRA tickets)
- Blockers & Dependencies
- Team Member Updates

For WEEKLY SYNC:

- Sprint Progress (velocity, burndown)
- Accomplishments This Week
- Upcoming Priorities
- Risk Assessment
- Team Health Metrics

For GIT-BASED SYNC:

- Development Activity Summary
- Commit Patterns by Developer
- Code Review Status
- Branch Activity
- Three-Way Sync Status

For QUICK SYNC:

- Status bullets
- Key updates
- Action items

For FULL SYNC:

- Comprehensive Git-BMAD-JIRA alignment
- Divergence detection
- Sync recommendations
- System health scores
  ]]

### {{dynamic_content}}

[[LLM: Intelligently populate based on:

1. Available MCP tools (JIRA data if connected)
2. Git repository analysis
3. BMAD documentation state
4. Time context (daily/weekly/sprint)
5. Team size and structure
   ]]

### Action Items

[[LLM: Generate contextual action items:

- For daily: Today's tasks and blockers to resolve
- For weekly: Sprint adjustments and planning items
- For git-based: Code reviews and merge priorities
- For sync health: System alignment tasks
  ]]

{{action_items}}

### Next Steps

{{next_sync_recommendation}}

---

_Generated by: {{agent}} | Template: Adaptive Sync v1.2_
