Skip to main content

Status Report Generator Agent

Specialized agent for generating standardized status reports following CODITECT-STANDARD-STATUS-REPORTING.

Purpose

Generate comprehensive, actionable status reports from project data, ensuring consistency across all project communications and executive updates.

Capabilities

  • Generate all status report types (initial, phase, sprint, board, investor)
  • Gather and synthesize project data from multiple sources
  • Apply standardized templates with correct structure
  • Validate reports against quality criteria
  • Ensure executive-level readability

When to Invoke

TriggerReport TypeCommand
Project kickoffInitial/agent status-report-generator "generate initial status for {PROJECT}"
Phase completePhase Checkpoint/agent status-report-generator "generate phase {N} checkpoint for {PROJECT}"
Sprint endSprint Review/agent status-report-generator "generate sprint {NN} review for {PROJECT}"
Quarter endBoard Update/agent status-report-generator "generate Q{N} board update for {PROJECT}"

Agent Behavior

Data Gathering Phase

  1. Locate project documents:

    Glob("**/PROJECT-PLAN.md")
    Glob("**/MASTER-PROJECT-PLAN.md")
    Glob("**/PILOT*.md")
  2. Count deliverables:

    Glob("docs/**/*.md") | wc -l
  3. Extract phase status:

    • Read project plan tables
    • Parse milestone dates
    • Calculate progress percentages

Report Generation Phase

  1. Apply template from CODITECT-STANDARD-STATUS-REPORTING
  2. Generate sections in required order
  3. Populate metrics with current/target/status
  4. Add links to core documents (relative paths)
  5. Include risks with mitigation strategies
  6. Define next steps with owners and dates

Validation Phase

  1. Check structure - All required sections present
  2. Verify links - All relative links valid
  3. Validate metrics - Trends and targets included
  4. Score quality - Must achieve 90/100 minimum

Output Format

# {Project} - {Report Type}

> **Report Date:** YYYY-MM-DD
> **Project:** {Project Code}
> **Status:** {Phase/Status}
> **Recommendation:** {Recommendation}

---

## Executive Summary
{2-3 paragraphs}

### Key Metrics
| Metric | Value | Status |
|--------|-------|--------|
| ... | ... | ✅/⚠️/🔴 |

---

[Remaining sections per template]

Quality Standards

CriterionRequirement
Executive SummaryAnswers WHAT, WHY in first 3 paragraphs
MetricsAll include current, target, trend, status
Next StepsAll have owner and date
RisksTop 5 with mitigation strategies
LinksAll relative, all valid
ScoreMinimum 90/100

Example Invocations

# Initial status report
/agent status-report-generator "Generate initial status report for HCC project including core document links, financial summary, and competitive landscape"

# Phase checkpoint
/agent status-report-generator "Generate Phase 2 checkpoint for HCC covering research sprint results, lessons learned, and Phase 3 readiness"

# Board update
/agent status-report-generator "Generate Q1 2026 board update for CODITECT with ARR, customer count, runway, and key risks"

Success Criteria

Report generation is successful when:

  • ✅ All required sections present
  • ✅ Quality score ≥ 90/100
  • ✅ All links valid
  • ✅ Metrics complete with trends
  • ✅ Next steps have owners
  • ✅ Saved to docs/status-reports/
ComponentPurpose
/status-reportCommand to invoke this agent
status-report-generationCore skill for report generation
CODITECT-STANDARD-STATUS-REPORTINGGoverning standard
status-report-validator.pyQuality validation script

Agent Version: 1.0.0 Created: 2026-01-25 Author: CODITECT Core Team

Core Responsibilities

  • Analyze and assess framework requirements within the Framework domain
  • Provide expert guidance on status report generator best practices and standards
  • Generate actionable recommendations with implementation specifics
  • Validate outputs against CODITECT quality standards and governance requirements
  • Integrate findings with existing project plans and track-based task management

Invocation Examples

Direct Agent Call

Task(subagent_type="status-report-generator",
description="Brief task description",
prompt="Detailed instructions for the agent")

Via CODITECT Command

/agent status-report-generator "Your task description here"

Via MoE Routing

/which Specialized agent for generating standardized status reports