Military-style Situation Report (SITREP) generation for multi-agent coordination. Creates structured status updates with completed/in-progress/blocked sections, authorization codes, handoff protocols, and clear next actions. Optimized for complex project management across multiple AI agents and human operators.
Expert in military-style Situation Report (SITREP) generation for coordinating complex projects across multiple AI agents, human operators, and distributed teams. Provides structured, actionable status updates following military communication protocols adapted for software development and technical project management.
```markdown
**DATE:** [ISO 8601 timestamp]
**OPERATOR:** [Agent/Human Name]
**AUTH CODE:** [UNIQUE-ID]
**STATUS:** [š¢ GREEN / š” YELLOW / š“ RED]
---
**MISSION:** [One-sentence mission statement]
**PHASE:** [Current phase/sprint/milestone]
**PRIORITY:** [Priority level and context]
---
ā **[Task Category 1]**
ā **[Task Category 2]**
---
š **[Task Category]**
---
**NONE** / **[Blocker Category]**
---
[Bullet list of significant achievements this period]
---
[Quantitative progress indicators]
---
[Prioritized list of next 24-48h actions]
---
**Handoff Points:**
**Dependencies:**
---
**Mission Status:** [Status summary]
**Quality:** [Quality indicator]
**Ready State:** [GREEN/YELLOW/RED - readiness for next phase]
---
**[Specific requests or decisions needed]**
Options:
1. [Option 1]
2. [Option 2]
3. [Option 3]
---
**SITREP ENDS**
**Operator:** [Name]
**Next SITREP:** [When/Trigger]
**Contact:** [How to reach]
```
**Mandatory Triggers:**
1. **Phase Transitions**: At the start/end of each project phase
2. **Daily Standups**: For active sprints (morning summary)
3. **Blocker Escalations**: When critical issues arise
4. **Handoff Events**: When transferring work between agents/people
5. **Milestone Completion**: Upon completing major deliverables
6. **Status Requests**: When stakeholders request updates
**Optional Triggers:**
1. **Mid-Phase Check-ins**: 50% completion mark
2. **Risk Identification**: When new risks are discovered
3. **Scope Changes**: When requirements or priorities shift
4. **Resource Changes**: When team/tool availability changes
**š¢ GREEN (On Track):**
**š” YELLOW (Caution):**
**š“ RED (Critical):**
```text
[PROJECT]-[PHASE]-[AGENT]-[SEQUENCE]
Examples:
HUMMBL-MCP-CASCADE-001
HUMMBL-API-CHATGPT-003
UNIFIED-TIER-CLAUDE-DESK-012
```
**Components:**
**Sending Agent Responsibilities:**
1. Generate comprehensive SITREP
2. Include authorization code
3. Specify receiving agent explicitly
4. Document all context needed
5. State clear next actions
6. Confirm handoff acceptance
**Receiving Agent Responsibilities:**
1. Acknowledge receipt with auth code
2. Validate context completeness
3. Request clarification if needed
4. Confirm acceptance of tasking
5. Provide ETA for next SITREP
**Handoff Template:**
```markdown
**Task:** [Clear task statement]
**Context:** [All necessary background]
**Deliverables:** [Expected outputs]
**Timeline:** [Deadline or ETA]
**Resources:** [What receiver has access to]
**Success Criteria:** [How to know task is complete]
**Auth Code:** [HANDOFF-CODE]
**Receiving agent confirms:**
[ ] Context understood
[ ] Resources accessible
[ ] Timeline acceptable
[ ] Success criteria clear
```
**Use Case:** Tasks that must be completed in order
```text
Agent A ā SITREP ā Agent B ā SITREP ā Agent C
```
**SITREP Focus:**
**Use Case:** Independent tasks executed simultaneously
```text
Coordinator ā SITREP ā Agent A
ā Agent B
ā Agent C
[All report back to Coordinator]
```
**SITREP Focus:**
**Use Case:** Multiple passes for quality improvement
```text
Agent A ā SITREP ā Agent B (Review)
ā ā
āāāāāāā Iterate āāāāāā
```
**SITREP Focus:**
**Use Case:** Decision authority hierarchy
```text
Agent A ā Blocker ā SITREP ā Team Lead
ā
SITREP ā Executive
```
**SITREP Focus:**
```markdown
**DATE:** 2025-11-01T22:00:00Z
**OPERATOR:** Windsurf Cascade
**AUTH CODE:** HUMMBL-MCP-CASCADE-001
**STATUS:** š¢ GREEN
---
**MISSION:** MCP Server Phase 0 implementation (29 days)
**PHASE:** Week 1 - Server scaffold and core endpoints
**PRIORITY:** #2 (following GitHub framework completion)
---
ā **Project Initialization**
ā **Database Schema**
---
š **MCP Endpoints Implementation**
- Resources endpoints: 2/3 complete
- Tools endpoints: 1/3 complete
- Error handling: In progress
---
**NONE**
---
---
---
1. Complete remaining resources endpoint (models list)
2. Implement tools endpoints (analyze-perspective, decompose-problem)
3. Add input validation with Zod
4. Write integration tests for completed endpoints
5. Document API in README
---
**Handoff Points:**
**Status Updates:**
---
**Mission Status:** On track for Week 1 completion
**Quality:** High (no technical debt accumulated)
**Ready State:** š¢ GREEN - Week 2 prep underway
---
**None currently - standing by for direction**
---
**SITREP ENDS**
**Operator:** Windsurf Cascade
**Next SITREP:** Nov 2, 2025 @ 22:00Z
**Contact:** This session
```
```markdown
**DATE:** 2025-11-05T14:30:00Z
**OPERATOR:** Claude Desktop
**AUTH CODE:** HUMMBL-API-CLAUDE-ESCALATE-001
**STATUS:** š“ RED (BLOCKER)
---
**MISSION:** HUMMBL API implementation
**PHASE:** Week 2 - Cloudflare Workers deployment
**PRIORITY:** Critical blocker requiring decision
---
ā **API Implementation**
---
ā ļø **PAUSED** due to blocker
---
š“ **Cloudflare D1 Database Limitations**
**Issue:** D1 database size limit (500MB) insufficient for full BASE120 with metadata
**Impact:** HIGH
**Owner:** Requires Chief Engineer decision
**Options:**
1. **Migrate to Cloudflare R2 + Workers KV**
- Pros: No size limits, similar latency
- Cons: 2-3 days rework, different query patterns
- Cost: +$5/month
2. **Compress model descriptions**
- Pros: No architecture change
- Cons: Reduced quality, still might hit limit later
- Cost: 1 day rework
3. **Hybrid: Critical data in D1, full data in R2**
- Pros: Best of both worlds
- Cons: 3-4 days rework, complexity increase
- Cost: +$5/month
**Escalation Required:** YES - Architecture decision needed
---
**Question:** Which architecture approach should we take?
**Recommendation:** Option 3 (Hybrid)
**Awaiting your directive to proceed.**
---
**SITREP ENDS**
**Operator:** Claude Desktop
**Next SITREP:** Upon decision or in 4 hours
**Contact:** This conversation
```
```markdown
**DATE:** 2025-11-01T18:00:00Z
**OPERATOR:** Windsurf Cascade
**AUTH CODE:** UNIFIED-TIER-CASCADE-HANDOFF-003
**STATUS:** š¢ GREEN (HANDOFF)
---
**MISSION:** Unified Tier Framework GitHub publication
**PHASE:** Complete - Ready for handoff to Context Engineering
**PRIORITY:** #1 Complete, transitioning to #2
---
ā **Full repository published**
ā **Priority tasks executed**
ā **Error corrections**
---
**Deliverables:**
ā GitHub repo: https://github.com/hummbl-dev/HUMMBL-Unified-Tier-Framework
ā GitHub Pages: https://hummbl-dev.github.io/HUMMBL-Unified-Tier-Framework/
ā v1.0.0 release: Published with comprehensive notes
ā All quality checks: Passing (lint, spell, links, build)
**Status:** MISSION COMPLETE
**Auth Code for Receipt:** UNIFIED-TIER-CASCADE-HANDOFF-003
**Next Priority:** MCP Server Development (Priority #2)
---
**SITREP ENDS**
**Operator:** Windsurf Cascade
**Handoff To:** Chief Engineer
**Awaiting:** Authorization for Priority #2 kickoff
```
**Problem:** SITREP too long, recipients skim and miss critical info
**Solution:** Use "Executive Summary" section for key points, details below
**Problem:** Status indicator doesn't match blocker severity
**Solution:** Follow strict color coding rules; default to more conservative
**Problem:** Handoff fails because receiver lacks necessary background
**Solution:** Include "Context" section with all assumptions and background
**Problem:** Recipients unsure what to do after reading SITREP
**Solution:** Always include "Next Actions" with specific, actionable items
**Problem:** SITREP outdated by the time stakeholders read it
**Solution:** Include timestamp and "Valid Until" field for time-sensitive reports
**Effective SITREP achieves:**
1. ā Stakeholders understand status in <2 minutes reading time
2. ā No follow-up questions needed for clarification
3. ā Handoffs execute without context loss
4. ā Blockers escalated to correct authority
5. ā Next actions clear enough to execute immediately
**SITREP fails if:**
1. ā Recipients request clarification on basic facts
2. ā Status doesn't match actual project state
3. ā Handoffs fail due to missing context
4. ā Timeline estimates consistently wrong
5. ā Blockers not identified until crisis point
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/sitrep-coordinator/raw