{"id":5030,"date":"2026-01-16T01:29:31","date_gmt":"2026-01-15T17:29:31","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=5030"},"modified":"2026-01-16T01:50:19","modified_gmt":"2026-01-15T17:50:19","slug":"project-status-report","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/project-status-report\/","title":{"rendered":"Project Status Report"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"5030\" class=\"elementor elementor-5030\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d742b21 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d742b21\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d93e27a\" data-id=\"d93e27a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fc90b28 elementor-widget elementor-widget-html\" data-id=\"fc90b28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Project Status Report - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #ffffff;\n            padding: 2rem 1rem;\n        }\n\n        .page-title {\n            text-align: center;\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 3rem;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);\n            overflow: hidden;\n            margin-bottom: 2rem;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-title {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .badge {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 0.4rem 0.8rem;\n            border-radius: 6px;\n            font-size: 0.85rem;\n            font-weight: 500;\n        }\n\n        .tool-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n\n        .tool-badge {\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            padding: 0.3rem 0.7rem;\n            border-radius: 6px;\n            font-size: 0.8rem;\n        }\n\n        .card-body {\n            padding: 2.5rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 1rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #667eea;\n            border-left: 4px solid #667eea;\n            padding-left: 1rem;\n        }\n\n        .copy-button {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 0.9rem;\n            font-weight: 600;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);\n        }\n\n        .copy-button:active {\n            transform: translateY(0);\n        }\n\n        .prompt-box {\n            background: #f8f9fa;\n            border: 1px solid #e0e0e0;\n            border-radius: 8px;\n            padding: 1.5rem;\n            margin-bottom: 1rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            white-space: pre-wrap;\n            word-wrap: break-word;\n        }\n\n        .placeholder {\n            color: #fd7e14;\n            font-weight: 600;\n        }\n\n        .tip-box {\n            background: #fff9e6;\n            border-left: 4px solid #ffc107;\n            padding: 1rem 1.5rem;\n            border-radius: 4px;\n            margin-top: 1rem;\n        }\n\n        .tip-title {\n            font-weight: 700;\n            color: #f57c00;\n            margin-bottom: 0.5rem;\n        }\n\n        .logic-principle {\n            margin-bottom: 2rem;\n        }\n\n        .logic-principle h3 {\n            color: #667eea;\n            font-size: 1.2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .logic-principle p {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .example-box {\n            border: 2px solid #2196F3;\n            border-radius: 8px;\n            padding: 1.5rem;\n            background: #f0f8ff;\n            margin-top: 1rem;\n        }\n\n        .example-title {\n            font-weight: 700;\n            color: #1976D2;\n            margin-bottom: 1rem;\n            font-size: 1.1rem;\n        }\n\n        .chain-step {\n            background: #f8f9fa;\n            border-left: 4px solid #667eea;\n            padding: 1.5rem;\n            margin-bottom: 1.5rem;\n            border-radius: 4px;\n        }\n\n        .chain-step h3 {\n            color: #667eea;\n            margin-bottom: 1rem;\n        }\n\n        .expected-output {\n            background: white;\n            border: 1px solid #e0e0e0;\n            padding: 1rem;\n            border-radius: 6px;\n            margin-top: 1rem;\n            font-size: 0.9rem;\n        }\n\n        .hitl-tip {\n            margin-bottom: 1.5rem;\n        }\n\n        .hitl-tip h3 {\n            color: #667eea;\n            font-size: 1.1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .footer-stats {\n            display: flex;\n            justify-content: space-around;\n            padding: 2rem;\n            background: #f8f9fa;\n            border-radius: 8px;\n            margin-top: 2rem;\n        }\n\n        .stat {\n            text-align: center;\n        }\n\n        .stat-value {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #667eea;\n        }\n\n        .stat-label {\n            color: #666;\n            font-size: 0.9rem;\n            margin-top: 0.25rem;\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem 0.5rem;\n            }\n\n            .page-title {\n                font-size: 1.8rem;\n                margin-bottom: 2rem;\n            }\n\n            .card-header {\n                padding: 1.5rem;\n            }\n\n            .card-title {\n                font-size: 1.5rem;\n            }\n\n            .card-body {\n                padding: 1.5rem;\n            }\n\n            .section-title-container {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 1rem;\n            }\n\n            .copy-button {\n                width: 100%;\n            }\n\n            .footer-stats {\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <h1 class=\"page-title\">AiPro Institute\u2122 Prompt Library<\/h1>\n    \n    <div class=\"container\">\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2 class=\"card-title\">Project Status Report<\/h2>\n                <div class=\"meta-badges\">\n                    <span class=\"badge\">\ud83d\udccb Project & Strategic Management<\/span>\n                    <span class=\"badge\">\u23f1\ufe0f 20\u201330 minutes<\/span>\n                    <span class=\"badge\">\ud83d\udcca Intermediate<\/span>\n                <\/div>\n                <div class=\"tool-badges\">\n                    <span class=\"tool-badge\">ChatGPT<\/span>\n                    <span class=\"tool-badge\">Claude<\/span>\n                    <span class=\"tool-badge\">Gemini<\/span>\n                    <span class=\"tool-badge\">Perplexity<\/span>\n                    <span class=\"tool-badge\">Grok<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <!-- THE PROMPT -->\n                <div class=\"section\">\n                    <div class=\"section-title-container\">\n                        <h3 class=\"section-title\">The Prompt<\/h3>\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                    <\/div>\n                    <div class=\"prompt-box\" id=\"promptText\">You are an expert project manager specializing in clear, actionable project communications and executive reporting. Your role is to create a comprehensive yet concise Project Status Report that provides stakeholders with accurate understanding of project health, progress, risks, and upcoming activities\u2014enabling informed decision-making without overwhelming detail.\n\n**CRITICAL PRINCIPLE: SIGNAL OVER NOISE**\nStatus reports must balance completeness (all important information included) with conciseness (no unnecessary detail). Executives need quick assessment of health (red\/yellow\/green) and top risks\/decisions. Project team needs tactical details. One report serves both audiences through layered information architecture: executive summary for quick scan, detailed sections for deep dive.\n\n**CONTEXT**\nProject Name: <span class=\"placeholder\">[PROJECT_NAME]<\/span>\nProject Manager: <span class=\"placeholder\">[PM_NAME]<\/span>\nReporting Period: <span class=\"placeholder\">[START_DATE]<\/span> to <span class=\"placeholder\">[END_DATE]<\/span> (Week <span class=\"placeholder\">[WEEK_NUMBER]<\/span> of <span class=\"placeholder\">[TOTAL_WEEKS]<\/span>)\nReport Date: <span class=\"placeholder\">[DATE]<\/span>\nReport Audience: <span class=\"placeholder\">[PRIMARY_STAKEHOLDERS]<\/span> (Project Sponsor, Steering Committee, Core Team, etc.)\nReport Frequency: <span class=\"placeholder\">[WEEKLY_BIWEEKLY_MONTHLY]<\/span>\n\n**PROJECT BACKGROUND (Brief Context)**\nOriginal Timeline: <span class=\"placeholder\">[START_DATE]<\/span> to <span class=\"placeholder\">[TARGET_END_DATE]<\/span> (<span class=\"placeholder\">[DURATION]<\/span>)\nBudget: $<span class=\"placeholder\">[TOTAL_BUDGET]<\/span>\nKey Objectives: <span class=\"placeholder\">[2_3_PRIMARY_OBJECTIVES]<\/span>\n\n**PROJECT STATUS REPORT FRAMEWORK**\n\n**SECTION 1: EXECUTIVE SUMMARY (Top of Report - Most Critical)**\n\n**Overall Project Health:** \ud83d\udfe2 GREEN \/ \ud83d\udfe1 YELLOW \/ \ud83d\udd34 RED\n\n**Health Status Definitions:**\n- \ud83d\udfe2 **GREEN (On Track):** Schedule on target (within \u00b15%), budget within \u00b15%, no critical risks, all milestones achieved, stakeholder satisfaction high\n- \ud83d\udfe1 **YELLOW (At Risk):** Schedule variance 5-15%, budget variance 5-15%, manageable risks exist, minor milestone delays, stakeholder concerns present but addressable\n- \ud83d\udd34 **RED (Off Track):** Schedule variance >15%, budget overrun >15%, critical unmitigated risks, major milestone delays, significant stakeholder dissatisfaction, intervention required\n\n**Status Indicators by Dimension:**\n| Dimension | Status | Commentary |\n|-----------|--------|------------|\n| **Schedule** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"2 days ahead of plan; Milestone 3 delivered early\") |\n| **Budget** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"$45K spent of $420K (10.7%); tracking to plan\") |\n| **Scope** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"All deliverables on track; no scope changes this period\") |\n| **Quality** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"Test coverage 82%; 3 P2 defects remain\") |\n| **Risks** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"1 high-priority risk escalated; mitigation underway\") |\n| **Team\/Resources** | <span class=\"placeholder\">[\ud83d\udfe2\ud83d\udfe1\ud83d\udd34]<\/span> | <span class=\"placeholder\">[ONE_SENTENCE_ASSESSMENT]<\/span> (e.g., \"Team fully staffed; morale high\") |\n\n**Key Highlights (Top 3-5 Most Important Items This Period):**\n1. <span class=\"placeholder\">[HIGHLIGHT_1]<\/span> (Major accomplishment, critical issue, important decision made)\n2. <span class=\"placeholder\">[HIGHLIGHT_2]<\/span>\n3. <span class=\"placeholder\">[HIGHLIGHT_3]<\/span>\n\n**Critical Items Requiring Attention:**\n- **Decision Needed:** <span class=\"placeholder\">[DECISION_DESCRIPTION]<\/span> - Decision by: <span class=\"placeholder\">[WHO_DECIDES]<\/span> - Needed by: <span class=\"placeholder\">[DATE]<\/span> - Impact if delayed: <span class=\"placeholder\">[CONSEQUENCE]<\/span>\n- **Blocker:** <span class=\"placeholder\">[BLOCKER_DESCRIPTION]<\/span> - Blocking: <span class=\"placeholder\">[WHAT_IS_BLOCKED]<\/span> - Needs: <span class=\"placeholder\">[WHAT_IS_NEEDED_TO_UNBLOCK]<\/span> - From: <span class=\"placeholder\">[WHO_CAN_UNBLOCK]<\/span>\n- **Risk Escalation:** <span class=\"placeholder\">[RISK_DESCRIPTION]<\/span> - Requires: <span class=\"placeholder\">[EXECUTIVE_ACTION_NEEDED]<\/span>\n\n**SECTION 2: PROGRESS SUMMARY**\n\n**Accomplishments This Period:**\nList specific, measurable achievements (not vague \"made progress\"):\n- \u2705 <span class=\"placeholder\">[ACCOMPLISHMENT_1]<\/span> (Deliverable completed, milestone achieved, problem resolved)\n  - **Impact:** <span class=\"placeholder\">[WHY_THIS_MATTERS]<\/span>\n  - **Evidence:** <span class=\"placeholder\">[PROOF_OF_COMPLETION]<\/span> (Stakeholder sign-off, demo completed, metric achieved)\n- \u2705 <span class=\"placeholder\">[ACCOMPLISHMENT_2]<\/span>\n  - **Impact:** <span class=\"placeholder\">[WHY_THIS_MATTERS]<\/span>\n  - **Evidence:** <span class=\"placeholder\">[PROOF_OF_COMPLETION]<\/span>\n- \u2705 <span class=\"placeholder\">[ACCOMPLISHMENT_3]<\/span>\n  - **Impact:** <span class=\"placeholder\">[WHY_THIS_MATTERS]<\/span>\n  - **Evidence:** <span class=\"placeholder\">[PROOF_OF_COMPLETION]<\/span>\n\nList 5-8 significant accomplishments. Be specific: Not \"continued development\" but \"Completed authentication module (Tasks 3.2.1-3.2.5), deployed to staging, QA testing passed 98%.\"\n\n**Planned Activities for Next Period:**\nList specific work planned for next reporting period:\n- \ud83d\udccb <span class=\"placeholder\">[PLANNED_ACTIVITY_1]<\/span> - Owner: <span class=\"placeholder\">[NAME]<\/span> - Target Completion: <span class=\"placeholder\">[DATE]<\/span>\n- \ud83d\udccb <span class=\"placeholder\">[PLANNED_ACTIVITY_2]<\/span> - Owner: <span class=\"placeholder\">[NAME]<\/span> - Target Completion: <span class=\"placeholder\">[DATE]<\/span>\n- \ud83d\udccb <span class=\"placeholder\">[PLANNED_ACTIVITY_3]<\/span> - Owner: <span class=\"placeholder\">[NAME]<\/span> - Target Completion: <span class=\"placeholder\">[DATE]<\/span>\n\nList 5-8 key activities. Include owner and target date for accountability.\n\n**Upcoming Milestones:**\n| Milestone | Target Date | Status | At Risk? |\n|-----------|-------------|--------|----------|\n| <span class=\"placeholder\">[MILESTONE_1]<\/span> | <span class=\"placeholder\">[DATE]<\/span> | <span class=\"placeholder\">[ON_TRACK_AT_RISK_DELAYED]<\/span> | <span class=\"placeholder\">[YES_NO]<\/span> |\n| <span class=\"placeholder\">[MILESTONE_2]<\/span> | <span class=\"placeholder\">[DATE]<\/span> | <span class=\"placeholder\">[ON_TRACK_AT_RISK_DELAYED]<\/span> | <span class=\"placeholder\">[YES_NO]<\/span> |\n\nList 3-5 upcoming milestones in next 4-8 weeks with status assessment.\n\n**SECTION 3: SCHEDULE STATUS**\n\n**Timeline Summary:**\n- **Overall Project Duration:** <span class=\"placeholder\">[WEEKS_MONTHS]<\/span> (<span class=\"placeholder\">[START_DATE]<\/span> to <span class=\"placeholder\">[TARGET_END_DATE]<\/span>)\n- **Current Progress:** Week <span class=\"placeholder\">[CURRENT_WEEK]<\/span> of <span class=\"placeholder\">[TOTAL_WEEKS]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>% elapsed)\n- **Work Completed:** <span class=\"placeholder\">[PERCENTAGE]<\/span>% of total tasks\/story points\n- **Schedule Variance:** <span class=\"placeholder\">[AHEAD_BEHIND_ON_TRACK]<\/span> by <span class=\"placeholder\">[X_DAYS_WEEKS]<\/span> (Ahead: +X days, Behind: -X days, On Track: \u00b10-3 days)\n- **Forecast Completion:** <span class=\"placeholder\">[PROJECTED_END_DATE]<\/span> (Original: <span class=\"placeholder\">[BASELINE_END_DATE]<\/span>, Variance: <span class=\"placeholder\">[DELTA]<\/span>)\n\n**Schedule Performance Metrics:**\n- **Planned vs. Actual:** Planned to complete <span class=\"placeholder\">[X]<\/span> tasks this period, actually completed <span class=\"placeholder\">[Y]<\/span> tasks (<span class=\"placeholder\">[PERCENTAGE]<\/span>% of plan)\n- **Velocity:** <span class=\"placeholder\">[STORY_POINTS_TASKS]<\/span> per week (Rolling 3-week average: <span class=\"placeholder\">[AVERAGE]<\/span>)\n- **Schedule Performance Index (SPI):** <span class=\"placeholder\">[VALUE]<\/span> (SPI = Earned Value \/ Planned Value; >1.0 = ahead, <1.0 = behind, 1.0 = on track)\n\n**Schedule Changes Since Last Report:**\n- <span class=\"placeholder\">[CHANGE_1]<\/span> - Reason: <span class=\"placeholder\">[WHY]<\/span> - Impact: <span class=\"placeholder\">[X_DAYS_IMPACT]<\/span> - Approved by: <span class=\"placeholder\">[APPROVER]<\/span>\n- <span class=\"placeholder\">[CHANGE_2]<\/span> - Reason: <span class=\"placeholder\">[WHY]<\/span> - Impact: <span class=\"placeholder\">[X_DAYS_IMPACT]<\/span> - Approved by: <span class=\"placeholder\">[APPROVER]<\/span>\n\n**Delays & Recovery Plans:**\nIf behind schedule:\n- **Delay:** <span class=\"placeholder\">[DESCRIPTION]<\/span> - Duration: <span class=\"placeholder\">[X_DAYS]<\/span> behind\n- **Root Cause:** <span class=\"placeholder\">[WHY_DELAY_OCCURRED]<\/span>\n- **Recovery Plan:** <span class=\"placeholder\">[SPECIFIC_ACTIONS_TO_RECOVER_TIME]<\/span>\n- **Revised Forecast:** <span class=\"placeholder\">[NEW_COMPLETION_DATE]<\/span>\n\n**Critical Path Analysis:**\n- **Tasks on Critical Path:** <span class=\"placeholder\">[LIST_CRITICAL_TASKS]<\/span>\n- **Critical Path Health:** \ud83d\udfe2 On Track \/ \ud83d\udfe1 At Risk \/ \ud83d\udd34 Delayed\n- **Float\/Slack Remaining:** <span class=\"placeholder\">[X_DAYS]<\/span> (Buffer before project delay)\n\n**SECTION 4: BUDGET STATUS**\n\n**Financial Summary:**\n- **Total Budget:** $<span class=\"placeholder\">[APPROVED_BUDGET]<\/span>\n- **Spent to Date:** $<span class=\"placeholder\">[ACTUAL_SPEND]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>% of budget)\n- **Committed (Not Yet Spent):** $<span class=\"placeholder\">[COMMITTED_AMOUNT]<\/span>\n- **Remaining Budget:** $<span class=\"placeholder\">[AVAILABLE_BUDGET]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>% remaining)\n- **Burn Rate:** $<span class=\"placeholder\">[AMOUNT_PER_WEEK_MONTH]<\/span> (Current average weekly\/monthly spend)\n- **Forecast Spend at Completion:** $<span class=\"placeholder\">[PROJECTED_TOTAL]<\/span> (Original budget: $<span class=\"placeholder\">[BASELINE]<\/span>, Variance: <span class=\"placeholder\">[DELTA]<\/span>)\n\n**Budget Performance Metrics:**\n- **Budget Variance:** <span class=\"placeholder\">[OVER_UNDER_ON_BUDGET]<\/span> by $<span class=\"placeholder\">[AMOUNT]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>% variance)\n- **Cost Performance Index (CPI):** <span class=\"placeholder\">[VALUE]<\/span> (CPI = Earned Value \/ Actual Cost; >1.0 = under budget, <1.0 = over budget)\n- **Estimate at Completion (EAC):** $<span class=\"placeholder\">[FORECAST_TOTAL_COST]<\/span>\n- **Estimate to Complete (ETC):** $<span class=\"placeholder\">[REMAINING_COST_FORECAST]<\/span>\n\n**Budget Breakdown by Category:**\n| Category | Budgeted | Spent | Remaining | % Spent | Variance |\n|----------|----------|-------|-----------|---------|----------|\n| Personnel | $<span class=\"placeholder\">[AMOUNT]<\/span> | $<span class=\"placeholder\">[SPENT]<\/span> | $<span class=\"placeholder\">[REMAINING]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[OVER_UNDER]<\/span> |\n| Technology | $<span class=\"placeholder\">[AMOUNT]<\/span> | $<span class=\"placeholder\">[SPENT]<\/span> | $<span class=\"placeholder\">[REMAINING]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[OVER_UNDER]<\/span> |\n| Vendors | $<span class=\"placeholder\">[AMOUNT]<\/span> | $<span class=\"placeholder\">[SPENT]<\/span> | $<span class=\"placeholder\">[REMAINING]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[OVER_UNDER]<\/span> |\n| Operational | $<span class=\"placeholder\">[AMOUNT]<\/span> | $<span class=\"placeholder\">[SPENT]<\/span> | $<span class=\"placeholder\">[REMAINING]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[OVER_UNDER]<\/span> |\n| Contingency | $<span class=\"placeholder\">[AMOUNT]<\/span> | $<span class=\"placeholder\">[SPENT]<\/span> | $<span class=\"placeholder\">[REMAINING]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[OVER_UNDER]<\/span> |\n\n**Budget Changes Since Last Report:**\n- <span class=\"placeholder\">[CHANGE_1]<\/span> - Amount: $<span class=\"placeholder\">[DELTA]<\/span> - Reason: <span class=\"placeholder\">[WHY]<\/span> - Approved by: <span class=\"placeholder\">[APPROVER]<\/span>\n\n**Budget Concerns:**\nIf over budget or trending over:\n- **Concern:** <span class=\"placeholder\">[DESCRIPTION]<\/span> - Variance: $<span class=\"placeholder\">[AMOUNT]<\/span> over\n- **Root Cause:** <span class=\"placeholder\">[WHY_OVERRUN]<\/span>\n- **Corrective Action:** <span class=\"placeholder\">[PLAN_TO_ADDRESS]<\/span>\n- **Additional Funding Needed:** <span class=\"placeholder\">[YES_NO]<\/span> - Amount: $<span class=\"placeholder\">[AMOUNT]<\/span>\n\n**SECTION 5: SCOPE STATUS**\n\n**Scope Summary:**\n- **Total Deliverables:** <span class=\"placeholder\">[NUMBER]<\/span> major deliverables defined in charter\n- **Deliverables Completed:** <span class=\"placeholder\">[NUMBER]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>%)\n- **Deliverables In Progress:** <span class=\"placeholder\">[NUMBER]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>%)\n- **Deliverables Not Started:** <span class=\"placeholder\">[NUMBER]<\/span> (<span class=\"placeholder\">[PERCENTAGE]<\/span>%)\n- **Scope Changes This Period:** <span class=\"placeholder\">[NUMBER]<\/span> (Approved: <span class=\"placeholder\">[X]<\/span>, Pending: <span class=\"placeholder\">[Y]<\/span>, Rejected: <span class=\"placeholder\">[Z]<\/span>)\n\n**Deliverable Progress:**\n| Deliverable | Status | % Complete | Target Date | At Risk? | Notes |\n|-------------|--------|------------|-------------|----------|-------|\n| <span class=\"placeholder\">[DELIVERABLE_1]<\/span> | <span class=\"placeholder\">[NOT_STARTED_IN_PROGRESS_COMPLETE]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[DATE]<\/span> | <span class=\"placeholder\">[YES_NO]<\/span> | <span class=\"placeholder\">[BRIEF_NOTE]<\/span> |\n| <span class=\"placeholder\">[DELIVERABLE_2]<\/span> | <span class=\"placeholder\">[STATUS]<\/span> | <span class=\"placeholder\">[%]<\/span>% | <span class=\"placeholder\">[DATE]<\/span> | <span class=\"placeholder\">[YES_NO]<\/span> | <span class=\"placeholder\">[BRIEF_NOTE]<\/span> |\n\n**Change Requests This Period:**\n\n**CR#<span class=\"placeholder\">[ID]<\/span>: <span class=\"placeholder\">[CHANGE_TITLE]<\/span>**\n- **Requested by:** <span class=\"placeholder\">[STAKEHOLDER]<\/span> - Date: <span class=\"placeholder\">[DATE]<\/span>\n- **Description:** <span class=\"placeholder\">[WHAT_IS_BEING_CHANGED]<\/span>\n- **Impact:** Schedule: <span class=\"placeholder\">[+X_DAYS]<\/span>, Budget: <span class=\"placeholder\">[+$X]<\/span>, Scope: <span class=\"placeholder\">[EXPANSION_REDUCTION]<\/span>\n- **Status:** <span class=\"placeholder\">[APPROVED_PENDING_REJECTED]<\/span> - Decision by: <span class=\"placeholder\">[APPROVER]<\/span>\n- **Rationale:** <span class=\"placeholder\">[WHY_APPROVED_OR_REJECTED]<\/span>\n\n**Out-of-Scope Requests Declined:**\n- <span class=\"placeholder\">[REQUEST_1]<\/span> - Reason for decline: <span class=\"placeholder\">[WHY_OUT_OF_SCOPE]<\/span>\n\n**SECTION 6: QUALITY STATUS**\n\n**Quality Metrics:**\n- **Test Coverage:** <span class=\"placeholder\">[PERCENTAGE]<\/span>% (Target: <span class=\"placeholder\">[TARGET_PERCENTAGE]<\/span>%)\n- **Defects Found:** <span class=\"placeholder\">[TOTAL_COUNT]<\/span> total (P0: <span class=\"placeholder\">[X]<\/span>, P1: <span class=\"placeholder\">[Y]<\/span>, P2: <span class=\"placeholder\">[Z]<\/span>, P3: <span class=\"placeholder\">[W]<\/span>)\n- **Defects Resolved:** <span class=\"placeholder\">[COUNT]<\/span> this period (<span class=\"placeholder\">[PERCENTAGE]<\/span>% resolution rate)\n- **Open Defects:** <span class=\"placeholder\">[COUNT]<\/span> (P0: <span class=\"placeholder\">[X]<\/span>, P1: <span class=\"placeholder\">[Y]<\/span>, P2: <span class=\"placeholder\">[Z]<\/span>, P3: <span class=\"placeholder\">[W]<\/span>)\n- **Defect Density:** <span class=\"placeholder\">[X]<\/span> defects per 1000 lines of code (Target: <span class=\"placeholder\">[TARGET]<\/span>)\n- **Test Pass Rate:** <span class=\"placeholder\">[PERCENTAGE]<\/span>% (Target: >95%)\n- **Code Review Compliance:** <span class=\"placeholder\">[PERCENTAGE]<\/span>% of PRs reviewed (Target: 100%)\n\n**Quality Activities This Period:**\n- \u2705 <span class=\"placeholder\">[ACTIVITY_1]<\/span> (e.g., \"Completed integration testing for authentication module\u201498% pass rate\")\n- \u2705 <span class=\"placeholder\">[ACTIVITY_2]<\/span> (e.g., \"Conducted architecture review\u20143 action items identified, all addressed\")\n- \u2705 <span class=\"placeholder\">[ACTIVITY_3]<\/span> (e.g., \"Performance testing initiated\u2014preliminary results show 1.8s average load time\")\n\n**Quality Concerns:**\nIf quality issues exist:\n- **Concern:** <span class=\"placeholder\">[DESCRIPTION]<\/span> (e.g., \"Test coverage below target at 75% vs. 80% goal\")\n- **Impact:** <span class=\"placeholder\">[RISK_TO_PROJECT]<\/span> (e.g., \"Risk of undetected bugs in production\")\n- **Action Plan:** <span class=\"placeholder\">[HOW_TO_ADDRESS]<\/span> (e.g., \"Sprint 8 dedicated to test coverage improvement; target 85% by end of sprint\")\n\n**SECTION 7: RISK & ISSUE STATUS**\n\n**Top Risks (Prioritized by Score):**\n\n**Risk #<span class=\"placeholder\">[ID]<\/span>: <span class=\"placeholder\">[RISK_DESCRIPTION]<\/span>**\n- **Likelihood:** <span class=\"placeholder\">[HIGH_MEDIUM_LOW]<\/span> (Probability: <span class=\"placeholder\">[PERCENTAGE]<\/span>%)\n- **Impact:** <span class=\"placeholder\">[HIGH_MEDIUM_LOW]<\/span> (Consequence: <span class=\"placeholder\">[DESCRIPTION]<\/span>)\n- **Risk Score:** <span class=\"placeholder\">[1_25]<\/span> (L \u00d7 I = Priority)\n- **Status:** <span class=\"placeholder\">[NEW_ACTIVE_MITIGATED_MATERIALIZED_CLOSED]<\/span>\n- **Change Since Last Report:** <span class=\"placeholder\">[INCREASED_DECREASED_UNCHANGED]<\/span>\n- **Mitigation Actions:** <span class=\"placeholder\">[SPECIFIC_PROACTIVE_STEPS]<\/span>\n- **Owner:** <span class=\"placeholder\">[NAME]<\/span> - Next Review: <span class=\"placeholder\">[DATE]<\/span>\n\nList top 5-8 risks. Focus on high-priority (score \u226512) and any risks that changed status this period.\n\n**New Risks Identified This Period:**\n- <span class=\"placeholder\">[NEW_RISK_1]<\/span> - Score: <span class=\"placeholder\">[SCORE]<\/span> - Added to risk register on <span class=\"placeholder\">[DATE]<\/span>\n\n**Risks Closed This Period:**\n- <span class=\"placeholder\">[CLOSED_RISK_1]<\/span> - Reason: <span class=\"placeholder\">[WHY_NO_LONGER_A_RISK]<\/span>\n\n**Current Issues (Problems Requiring Resolution):**\n\n**Issue #<span class=\"placeholder\">[ID]<\/span>: <span class=\"placeholder\">[ISSUE_DESCRIPTION]<\/span>**\n- **Severity:** <span class=\"placeholder\">[CRITICAL_HIGH_MEDIUM_LOW]<\/span>\n- **Impact:** <span class=\"placeholder\">[WHAT_IS_BLOCKED_OR_AFFECTED]<\/span>\n- **Opened:** <span class=\"placeholder\">[DATE]<\/span> - Age: <span class=\"placeholder\">[DAYS]<\/span> days\n- **Status:** <span class=\"placeholder\">[OPEN_IN_PROGRESS_RESOLVED]<\/span>\n- **Assigned to:** <span class=\"placeholder\">[OWNER]<\/span>\n- **Resolution Plan:** <span class=\"placeholder\">[HOW_BEING_ADDRESSED]<\/span>\n- **Target Resolution:** <span class=\"placeholder\">[DATE]<\/span>\n- **Escalation Needed:** <span class=\"placeholder\">[YES_NO]<\/span> - To whom: <span class=\"placeholder\">[ESCALATION_PATH]<\/span>\n\nList all critical and high-priority issues (typically 3-10 active issues).\n\n**Issues Resolved This Period:**\n- \u2705 Issue #<span class=\"placeholder\">[ID]<\/span>: <span class=\"placeholder\">[BRIEF_DESCRIPTION]<\/span> - Resolved on <span class=\"placeholder\">[DATE]<\/span> - Resolution: <span class=\"placeholder\">[HOW_FIXED]<\/span>\n\n**SECTION 8: TEAM & STAKEHOLDER STATUS**\n\n**Team Status:**\n- **Core Team Size:** <span class=\"placeholder\">[NUMBER]<\/span> members\n- **Staffing Changes This Period:** <span class=\"placeholder\">[ADDITIONS_DEPARTURES_NONE]<\/span>\n- **Resource Availability:** <span class=\"placeholder\">[FULLY_STAFFED_UNDERSTAFFED_ISSUES]<\/span>\n- **Team Morale:** <span class=\"placeholder\">[HIGH_MODERATE_LOW]<\/span> (Based on: <span class=\"placeholder\">[INDICATOR]<\/span>)\n- **Skill Gaps:** <span class=\"placeholder\">[ANY_GAPS_OR_NONE]<\/span>\n\n**Team Changes:**\n- <span class=\"placeholder\">[CHANGE_1]<\/span> (e.g., \"John Smith joined as backend engineer on [date]; ramping up\")\n- <span class=\"placeholder\">[CHANGE_2]<\/span> (e.g., \"Maria Garcia on PTO next week; backend work reassigned to Alex\")\n\n**Stakeholder Engagement:**\n- **Sponsor Engagement:** <span class=\"placeholder\">[ACTIVE_MODERATE_LOW]<\/span> - Last meeting: <span class=\"placeholder\">[DATE]<\/span>\n- **Steering Committee Status:** Next meeting: <span class=\"placeholder\">[DATE]<\/span> - Agenda: <span class=\"placeholder\">[TOPICS]<\/span>\n- **Key Stakeholder Concerns:** <span class=\"placeholder\">[ANY_CONCERNS_OR_NONE]<\/span>\n- **Communication Effectiveness:** <span class=\"placeholder\">[GOOD_ADEQUATE_NEEDS_IMPROVEMENT]<\/span>\n\n**SECTION 9: DECISIONS & ACTIONS REQUIRED**\n\n**Decisions Needed (Requires Stakeholder Action):**\n\n**Decision #1: <span class=\"placeholder\">[DECISION_TITLE]<\/span>**\n- **Description:** <span class=\"placeholder\">[WHAT_NEEDS_TO_BE_DECIDED]<\/span>\n- **Options:** <span class=\"placeholder\">[OPTION_A]<\/span> vs. <span class=\"placeholder\">[OPTION_B]<\/span> vs. <span class=\"placeholder\">[OPTION_C]<\/span>\n- **PM Recommendation:** <span class=\"placeholder\">[RECOMMENDED_OPTION]<\/span> - Rationale: <span class=\"placeholder\">[WHY]<\/span>\n- **Impact if Not Decided:** <span class=\"placeholder\">[CONSEQUENCE_OF_DELAY]<\/span>\n- **Decision Maker:** <span class=\"placeholder\">[WHO]<\/span>\n- **Decision Needed By:** <span class=\"placeholder\">[DATE]<\/span>\n\n**Decision #2: <span class=\"placeholder\">[DECISION_TITLE]<\/span>**\n[Same structure]\n\n**Actions Required from Stakeholders:**\n- <span class=\"placeholder\">[ACTION_1]<\/span> - Required from: <span class=\"placeholder\">[STAKEHOLDER]<\/span> - By: <span class=\"placeholder\">[DATE]<\/span> - Purpose: <span class=\"placeholder\">[WHY_NEEDED]<\/span>\n- <span class=\"placeholder\">[ACTION_2]<\/span> - Required from: <span class=\"placeholder\">[STAKEHOLDER]<\/span> - By: <span class=\"placeholder\">[DATE]<\/span> - Purpose: <span class=\"placeholder\">[WHY_NEEDED]<\/span>\n\n**Outstanding Action Items from Previous Reports:**\n- <span class=\"placeholder\">[ACTION]<\/span> - Assigned to: <span class=\"placeholder\">[WHO]<\/span> - Due: <span class=\"placeholder\">[DATE]<\/span> - Status: <span class=\"placeholder\">[COMPLETE_IN_PROGRESS_OVERDUE]<\/span>\n\n**SECTION 10: LOOKING AHEAD (Next 2-4 Weeks)**\n\n**Upcoming Key Activities:**\n- Week <span class=\"placeholder\">[N+1]<\/span>: <span class=\"placeholder\">[ACTIVITIES]<\/span>\n- Week <span class=\"placeholder\">[N+2]<\/span>: <span class=\"placeholder\">[ACTIVITIES]<\/span>\n- Week <span class=\"placeholder\">[N+3]<\/span>: <span class=\"placeholder\">[ACTIVITIES]<\/span>\n- Week <span class=\"placeholder\">[N+4]<\/span>: <span class=\"placeholder\">[ACTIVITIES]<\/span>\n\n**Upcoming Milestones & Decision Points:**\n- <span class=\"placeholder\">[MILESTONE_1]<\/span> - Date: <span class=\"placeholder\">[DATE]<\/span> - Deliverable: <span class=\"placeholder\">[WHAT]<\/span> - Go\/No-Go: <span class=\"placeholder\">[CRITERIA]<\/span>\n\n**Anticipated Challenges:**\n- <span class=\"placeholder\">[CHALLENGE_1]<\/span> - Mitigation: <span class=\"placeholder\">[HOW_PREPARING]<\/span>\n\n**Success Factors for Next Period:**\nWhat needs to happen for next period to be successful:\n1. <span class=\"placeholder\">[FACTOR_1]<\/span>\n2. <span class=\"placeholder\">[FACTOR_2]<\/span>\n3. <span class=\"placeholder\">[FACTOR_3]<\/span>\n\n**APPENDIX (Optional - Attach as Needed)**\n- Detailed Gantt chart\n- Burndown chart (Agile projects)\n- Risk register (full list)\n- Change request log\n- Defect log\n- Budget detail spreadsheet\n\n**OUTPUT REQUIREMENTS**\n- Concise yet comprehensive (3-5 pages core report, appendices optional)\n- Visual elements where helpful (status icons \ud83d\udfe2\ud83d\udfe1\ud83d\udd34, charts, tables)\n- Quantitative data (not vague \"doing well\"\u2014specific metrics)\n- Forward-looking (not just rear-view mirror reporting)\n- Actionable (clear decisions\/actions needed with owners and dates)\n- Honest (red\/yellow status when warranted, not false green)\n- Executive-friendly (summary at top, details below)\n\n**DELIVERABLE FORMAT**\n- Title: \"[Project Name] - Status Report - [Date\/Period]\"\n- Distribution: Email to stakeholder list with attachment (PDF or document link)\n- Timing: Delivered consistently on same day\/time (e.g., every Friday 3pm)\n- Archive: Maintain historical reports in project documentation repository<\/div>\n                    <div class=\"tip-box\">\n                        <div class=\"tip-title\">\ud83d\udca1 Pro Tip<\/div>\n                        <p>Replace all placeholders (highlighted in orange) with actual project data. The most effective status reports are honest (show real status, not false optimism), specific (quantified metrics, not vague \"doing well\"), and actionable (clear decisions\/actions needed). Use visual indicators (\ud83d\udfe2\ud83d\udfe1\ud83d\udd34) for quick health assessment. Update report consistently on same schedule\u2014stakeholders rely on predictable communication rhythm.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- THE LOGIC -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">The Logic Behind This Prompt<\/h3>\n                    \n                    <div class=\"logic-principle\">\n                        <h3>1. Executive Summary First (Inverted Pyramid Information Architecture)<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Executives and busy stakeholders often have 30-60 seconds to scan status report before deciding whether to read deeper or move on. Burying critical information (\"project is 3 weeks behind and needs $50K additional budget\") on page 4 means it gets missed. The inverted pyramid structure\u2014most important information first, supporting details later\u2014ensures key messages land even if recipient only reads first section. The Overall Project Health indicator (\ud83d\udfe2\ud83d\udfe1\ud83d\udd34) provides instant visual assessment: Green = scan quickly and move on; Yellow = read executive summary for concerns; Red = read full report and schedule intervention meeting. The multi-dimensional health breakdown (Schedule, Budget, Scope, Quality, Risks, Team) prevents false aggregation: Project might be green overall (on budget, on schedule) but have critical quality issues (red) that need attention\u2014single overall status would mask this. The \"Critical Items Requiring Attention\" section surfaces decisions needed, blockers, and risk escalations requiring stakeholder action, transforming passive status report into active decision tool. This structure respects stakeholder time while ensuring critical information doesn't get buried in detail. Research shows executives who receive inverted-pyramid reports are 3-4\u00d7 more likely to take timely action on issues vs. traditional chronological reports where problems appear midway through document.<\/p>\n                    <\/div>\n\n                    <div class=\"logic-principle\">\n                        <h3>2. Quantitative Metrics Over Qualitative Descriptions<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Qualitative status reporting\u2014\"making good progress,\" \"team is working hard,\" \"mostly on track\"\u2014provides no actionable information and obscures problems. What does \"mostly on track\" mean? 5% behind? 25% behind? Different stakeholders interpret vague language differently, creating misalignment. This prompt mandates quantitative metrics for every status dimension: Schedule variance (\u00b1X days\/weeks), Budget variance (spent $Y of $Z, X% of budget), Work completion (X% of tasks complete), Quality metrics (test coverage X%, defect count Y, resolution rate Z%), Velocity (story points per sprint, 3-week rolling average). Quantitative reporting enables objective assessment: \"We're 12 days behind baseline schedule (8% variance), have spent 45% of budget while completing 38% of work (slight cost overrun per work completed), test coverage is 82% (target 85%, improving from 78% last period).\" This specificity allows stakeholders to calibrate concern: 8% schedule variance might be acceptable if there's contingency buffer; 25% variance requires intervention. The metrics also reveal trends: If test coverage was 65% three periods ago, 72% two periods ago, 78% last period, and 82% this period\u2014clear upward trend showing improvement. If defect count is rising period-over-period\u2014warning sign of quality degradation. Metrics enable data-driven decisions rather than gut-feel reactions. The Cost Performance Index (CPI) and Schedule Performance Index (SPI) from Earned Value Management provide standardized measures: CPI=1.0 means spending exactly as budgeted per work completed; CPI=0.8 means 20% cost overrun; SPI=1.2 means 20% ahead of schedule. This quantitative framework transforms status reporting from storytelling into analytical dashboard.<\/p>\n                    <\/div>\n\n                    <div class=\"logic-principle\">\n                        <h3>3. Accomplishments and Plans Pairing (Rear View + Forward View)<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Status reports that only look backward (\"here's what we did last week\") are historical records, not project management tools. Stakeholders need both rear-view (what was accomplished, proving progress) and forward-view (what's planned next, enabling support\/intervention). The Accomplishments section provides accountability: \"We said we'd complete authentication module last period\u2014did we?\" Listing specific, evidence-backed accomplishments (not vague \"continued development\" but \"Completed authentication module tasks 3.2.1-3.2.5, deployed to staging, QA passed 98%, stakeholder demo conducted, sign-off received\") prevents PM from hiding lack of progress behind busy-work language. The evidence requirement\u2014proof of completion like stakeholder sign-off, demo completion, metric achievement\u2014forces honesty: You can't claim \"completed dashboard feature\" without demo or acceptance criteria validation. The Planned Activities section enables proactive stakeholder support: If next period's plan includes \"finalize Salesforce integration contract,\" Finance stakeholder knows to prioritize contract review; if plan includes \"conduct user acceptance testing with 20 customers,\" Customer Success knows to recruit participants. Including Owner and Target Date for planned activities creates accountability: If task was planned for Sarah by March 15 and appears again next report as still not done, that's visible slip. The pairing also reveals velocity\/capacity issues: If planned activities consistently exceed team capacity (plan 40 tasks, complete 25), that's signal that plans are unrealistic or team is under-resourced. The Upcoming Milestones section provides forward visibility into major decision points, allowing stakeholders to prepare: If go-live decision is 3 weeks away, executives can block calendar time, legal can prepare contract amendments, operations can prepare for launch support. This dual temporal view transforms status report from passive record-keeping to active project coordination tool.<\/p>\n                    <\/div>\n\n                    <div class=\"logic-principle\">\n                        <h3>4. Risk and Issue Separation with Priority-Based Focus<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Many status reports conflate risks (potential future problems) with issues (current problems), creating confusion about what's theoretical vs. actual. This prompt separates them clearly: Risks section covers potential problems that haven't materialized (vendor might change API, key person might leave, performance might not scale), Issues section covers actual problems requiring resolution (integration is broken, critical bug in production, team member left). Each requires different response: Risks need mitigation plans (proactive actions to prevent), Issues need resolution plans (reactive actions to fix). The priority-based focus\u2014report top 5-8 risks by score rather than all 30 risks\u2014prevents information overload while ensuring highest-priority threats get attention. The \"Change Since Last Report\" indicator for each risk (Increased\/Decreased\/Unchanged) reveals risk trajectory: Risk that was score 12 last period and score 16 this period is escalating, requiring intervention; risk that was score 15 and is now score 8 is being successfully mitigated. New Risks Identified This Period and Risks Closed This Period sections show risk management is active process, not static list. For issues, the severity classification (Critical\/High\/Medium\/Low) with impact description enables triage: Critical issues blocking entire project need immediate executive escalation; low issues can wait for normal resolution cadence. The Age indicator (how many days issue has been open) surfaces stale issues: If issue opened 45 days ago and still unresolved, that's red flag requiring attention. The Escalation Needed field explicitly calls out when PM needs stakeholder intervention, transforming report from passive information-sharing to active request for help. This structure ensures stakeholders can answer: \"What are our biggest threats?\" (top risks), \"What's currently broken?\" (open issues), \"What's getting better\/worse?\" (risk trend), \"Where do you need my help?\" (escalations).<\/p>\n                    <\/div>\n\n                    <div class=\"logic-principle\">\n                        <h3>5. Decisions Required Section with Options and Recommendations<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Many status reports document that decisions are needed but don't provide decision-makers with information required to decide, leading to delays (\"I need more analysis\"), endless back-and-forth (\"what are the options?\"), or poor decisions (made without full context). This prompt structures decision requests using Decision Brief format: What needs to be decided? (Clear question), What are the options? (Typically 2-4 choices with pros\/cons), What's the PM recommendation? (Preferred option with rationale), What's the impact if not decided? (Urgency\/consequence), Who decides? (Clear authority), When is decision needed? (Deadline). This framework transforms vague \"we need guidance on approach\" into actionable \"Decision: Should we use Option A (custom authentication, 6 weeks, $30K, full control) or Option B (Auth0 integration, 2 weeks, $8K upfront + $12K\/year, vendor dependency)? PM recommends Option B because 4-week time savings is critical for June 30 launch and Auth0 meets 95% of requirements. Decision needed from Tech Lead + Sponsor by March 1; if delayed beyond March 1, launch date shifts to July 14.\" This specificity enables rapid decision: Decision-maker has all information needed, can approve recommendation or select alternative with informed rationale, and understands urgency. The structure also prevents decision paralysis: By explicitly stating decision deadline and consequence of delay, report creates accountability pressure. The Outstanding Action Items from Previous Reports section creates follow-up loop: If decision was requested last period and remains undecided, it appears again showing delay. This persistence ensures critical decisions don't fall through cracks. The Actions Required from Stakeholders section makes stakeholder responsibilities explicit: Not just \"we're blocked on legal review\" but \"Action: Legal team to complete SaaS agreement review by March 5 to enable vendor kickoff March 8; delay beyond March 5 causes 1-week project slip.\" This clarity transforms report from passive update into active coordination mechanism.<\/p>\n                    <\/div>\n\n                    <div class=\"logic-principle\">\n                        <h3>6. Looking Ahead Section Creating Forward Momentum<\/h3>\n                        <p><strong>WHY IT MATTERS:<\/strong> Status reports that end with current state leave stakeholders wondering \"so what's next?\"\u2014creating passive relationship where stakeholders wait for next report rather than actively supporting project. The Looking Ahead section (Next 2-4 Weeks) provides preview of upcoming activities, milestones, challenges, and success factors, enabling proactive stakeholder engagement. The week-by-week activity preview allows stakeholders to prepare: If Week N+2 includes \"conduct executive demo of portal MVP,\" CEO can block 60 minutes on calendar; if Week N+3 includes \"begin user acceptance testing,\" Customer Success can start recruiting participants; if Week N+4 includes \"final security audit,\" InfoSec can allocate auditor time. The Upcoming Milestones section with Go\/No-Go criteria creates transparency about major decision points: \"Milestone: Complete Phase 2 Development on April 15\u2014Go\/No-Go criteria: All 25 user stories deployed to staging, regression testing passed >95%, zero P0\/P1 defects. Decision maker: Steering Committee.\" This allows stakeholders to prepare for decision, understand criteria, and avoid surprises. The Anticipated Challenges section surfaces known obstacles proactively: \"Challenge: Salesforce API upgrade scheduled for Week N+3 requires regression testing of integration. Mitigation: Planning 2-day test sprint, engaging Salesforce support for early access to sandbox.\" This proactive communication builds trust (stakeholders see PM is thinking ahead, not just reacting) and enables help (stakeholder might say \"I can get you direct contact with Salesforce PM to expedite support\"). The Success Factors section explicitly states what's needed for next period success: \"Success factors: (1) Design review scheduled and completed by March 8, (2) All 8 engineers available full-time (no vacations\/competing priorities), (3) Vendor delivers test environment by March 10.\" This creates shared responsibility: Stakeholders see their role in project success and can act to ensure success factors are met. The forward-looking orientation transforms status report from rear-view mirror (what happened) into navigation tool (where we're going, what's needed to get there).<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- EXAMPLE OUTPUT PREVIEW -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">Example Output Preview<\/h3>\n                    <div class=\"example-box\">\n                        <div class=\"example-title\">\ud83d\udcca TechCorp Customer Self-Service Portal - Status Report Week 8<\/div>\n                        \n                        <p><strong>Project:<\/strong> Customer Self-Service Portal Implementation<\/p>\n                        <p><strong>Project Manager:<\/strong> Jennifer Martinez<\/p>\n                        <p><strong>Reporting Period:<\/strong> March 18-24, 2024 (Week 8 of 22)<\/p>\n                        <p><strong>Report Date:<\/strong> March 25, 2024<\/p>\n\n                        <hr style=\"margin: 1rem 0; border: none; border-top: 1px solid #ddd;\">\n\n                        <p><strong>SECTION 1: EXECUTIVE SUMMARY<\/strong><\/p>\n\n                        <p><strong>Overall Project Health: \ud83d\udfe1 YELLOW (At Risk)<\/strong><\/p>\n\n                        <table style=\"width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: 0.9rem;\">\n                            <thead style=\"background: #f8f9fa;\">\n                                <tr>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: left;\">Dimension<\/th>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">Status<\/th>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: left;\">Commentary<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Schedule<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe1<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">5 days behind baseline due to Salesforce integration delay; recovery plan in place<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Budget<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe2<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">$152K spent of $420K (36.2%); tracking 2% under budget<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Scope<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe2<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">All deliverables on track; 1 minor change request approved (mobile design approach)<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Quality<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe2<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">Test coverage 84% (target 85%); 2 P2 defects remain; code review compliance 100%<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Risks<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe1<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">Risk R001 (Salesforce API) escalated from score 12 to 16; mitigation active<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\"><strong>Team\/Resources<\/strong><\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem; text-align: center;\">\ud83d\udfe2<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.5rem;\">Team fully staffed; morale moderate (long hours to recover schedule)<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Key Highlights:<\/strong><\/p>\n                        <ol style=\"margin-left: 1.5rem; margin-top: 0.5rem;\">\n                            <li><strong>\u2705 Major Accomplishment:<\/strong> Knowledge base content creation completed\u2014128 articles (28% ahead of 100-article target), all reviewed and published to staging environment. Customer Success team feedback: \"This is incredibly comprehensive.\"<\/li>\n                            <li><strong>\u26a0\ufe0f Schedule Concern:<\/strong> Salesforce integration delayed 5 days due to API schema discrepancy discovered during testing. Vendor provided updated documentation; development team implementing fixes. Recovery plan: Reallocating 2 engineers from lower-priority features + working weekend to compress schedule. Forecast: recover 3 of 5 days, finish 2 days behind baseline.<\/li>\n                            <li><strong>\u2705 Risk Mitigation Success:<\/strong> UAT participant recruitment exceeded target\u201424 customers confirmed (goal was 20), including 3 enterprise accounts. Testing scheduled for Week 16-17.<\/li>\n                            <li><strong>\ud83c\udfaf Milestone Achieved:<\/strong> Completed Phase 1 (Foundation) milestone on March 22\u2014team mobilized, requirements validated, architecture approved. Steering committee review held March 23, approved to proceed to Phase 2.<\/li>\n                        <\/ol>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Critical Items Requiring Attention:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem;\">\n                            <li><strong>Decision Needed:<\/strong> Approve 2-day schedule compression (working March 30-31 weekend) to recover 3 days of Salesforce integration delay. Decision by: David Chen (Sponsor). Needed by: March 27. Impact if delayed: Accept full 5-day slip, pushing go-live from June 30 to July 7 (outside acceptable variance window).<\/li>\n                            <li><strong>Blocker:<\/strong> Legal review of Auth0 SaaS agreement delayed (submitted March 10, no response). Blocking: Auth0 production account setup and SSO configuration (scheduled for Week 10). Needs: Legal to complete review by March 29. From: Legal team (escalated to Sarah Kim, VP Legal).<\/li>\n                        <\/ul>\n\n                        <hr style=\"margin: 1rem 0; border: none; border-top: 1px solid #ddd;\">\n\n                        <p><strong>SECTION 2: PROGRESS SUMMARY<\/strong><\/p>\n\n                        <p><strong>Accomplishments This Period (Week 8):<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem;\">\n                            <li>\u2705 <strong>Completed knowledge base content creation:<\/strong> 128 articles written, reviewed, and published to staging (target was 100 articles)\n                                <br><strong>Impact:<\/strong> Content foundation exceeds requirements; enables comprehensive self-service support\n                                <br><strong>Evidence:<\/strong> All 128 articles live in staging environment, Customer Success review completed March 24 with approval<\/li>\n                            <li>\u2705 <strong>Deployed account management dashboard to staging:<\/strong> Tasks 2.3.1-2.3.7 complete, feature functional\n                                <br><strong>Impact:<\/strong> Core deliverable on schedule; enables user account self-management\n                                <br><strong>Evidence:<\/strong> Demo conducted March 22 with Product + UX stakeholders, 9\/10 satisfaction score, minor UI tweaks requested (1-day fix)<\/li>\n                            <li>\u2705 <strong>Completed integration testing for Zendesk ticket creation:<\/strong> 47\/48 test cases passed (97.9% pass rate)\n                                <br><strong>Impact:<\/strong> Critical integration validated; users can submit tickets from portal\n                                <br><strong>Evidence:<\/strong> QA test report published March 23, 1 failing test case (edge case) documented as Issue #47, resolution plan approved<\/li>\n                            <li>\u2705 <strong>Conducted architecture review for Phase 2:<\/strong> Tech Lead + CTO reviewed API contracts and database schema for upcoming features\n                                <br><strong>Impact:<\/strong> De-risked Phase 2 technical approach; identified 2 optimization opportunities (caching strategy, database indexing)\n                                <br><strong>Evidence:<\/strong> Architecture Decision Records (ADR-08, ADR-09) published, CTO sign-off received<\/li>\n                            <li>\u2705 <strong>Achieved Phase 1 milestone:<\/strong> Foundation complete\u2014team mobilized, requirements validated, architecture approved\n                                <br><strong>Impact:<\/strong> Project ready for main development phase\n                                <br><strong>Evidence:<\/strong> Steering committee review March 23, unanimous approval to proceed<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Planned Activities for Next Period (Week 9, March 25-31):<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem;\">\n                            <li>\ud83d\udccb <strong>Complete Salesforce integration bug fixes<\/strong> - Owner: Priya Sharma (Backend Lead) - Target: March 28\n                                <br>Fix schema discrepancy issues (3 remaining edge cases), deploy to staging, regression test<\/li>\n                            <li>\ud83d\udccb <strong>Begin chatbot MVP development<\/strong> - Owner: Michael Chen (Full-stack Engineer) - Target: Kickoff March 26\n                                <br>Implement rule-based chatbot (FAQ matching, knowledge base search, escalation to support)<\/li>\n                            <li>\ud83d\udccb <strong>Finalize mobile-responsive design<\/strong> - Owner: Emily Rodriguez (UX Designer) - Target: March 29\n                                <br>Complete adaptive design for all portal pages, conduct mobile device testing (3 screen sizes)<\/li>\n                            <li>\ud83d\udccb <strong>Set up Auth0 production account<\/strong> - Owner: Alex Kim (Tech Lead) - Target: March 30 (DEPENDS ON LEGAL APPROVAL)\n                                <br>Pending legal review completion; configure SSO, user provisioning, role-based access control<\/li>\n                            <li>\ud83d\udccb <strong>Conduct load testing on authentication<\/strong> - Owner: Lisa Patel (QA Lead) - Target: March 31\n                                <br>Simulate 500 concurrent logins, measure p95 latency, validate session management under load<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Upcoming Milestones (Next 4 Weeks):<\/strong><\/p>\n                        <table style=\"width: 100%; border-collapse: collapse; margin-top: 0.5rem; font-size: 0.9rem;\">\n                            <thead style=\"background: #f8f9fa;\">\n                                <tr>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.4rem; text-align: left;\">Milestone<\/th>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.4rem;\">Target Date<\/th>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.4rem;\">Status<\/th>\n                                    <th style=\"border: 1px solid #ddd; padding: 0.4rem;\">At Risk?<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">Complete Core Features Development<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">April 12 (Week 12)<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">On Track<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">No<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">All Integrations Functional in Staging<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">April 19 (Week 13)<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">At Risk (Auth0 dependency)<\/td>\n                                    <td style=\"border: 1px solid #ddd; padding: 0.4rem;\">Yes<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n\n                        <hr style=\"margin: 1rem 0; border: none; border-top: 1px solid #ddd;\">\n\n                        <p><strong>SECTION 3: SCHEDULE STATUS<\/strong><\/p>\n\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; list-style: none;\">\n                            <li>\u2022 <strong>Overall Project Duration:<\/strong> 22 weeks (January 29 - June 30, 2024)<\/li>\n                            <li>\u2022 <strong>Current Progress:<\/strong> Week 8 of 22 (36% elapsed)<\/li>\n                            <li>\u2022 <strong>Work Completed:<\/strong> 32% of total tasks\/story points (slightly behind time elapsed\u2014indicates minor inefficiency)<\/li>\n                            <li>\u2022 <strong>Schedule Variance:<\/strong> <span style=\"color: #f57c00; font-weight: 600;\">Behind by 5 days<\/span> (Baseline: complete 35% of work by Week 8, Actual: 32%)<\/li>\n                            <li>\u2022 <strong>Forecast Completion:<\/strong> July 2, 2024 (Original: June 30, Variance: +2 days after recovery plan)<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Schedule Performance Metrics:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; list-style: none;\">\n                            <li>\u2022 <strong>Planned vs. Actual:<\/strong> Planned to complete 18 tasks this period, actually completed 16 tasks (89% of plan)<\/li>\n                            <li>\u2022 <strong>Velocity:<\/strong> 16 story points per week (Rolling 3-week average: 15.7 points\/week\u2014improving)<\/li>\n                            <li>\u2022 <strong>Schedule Performance Index (SPI):<\/strong> 0.91 (Earned Value \/ Planned Value; <1.0 = behind schedule)<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Schedule Changes Since Last Report:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem;\">\n                            <li><strong>Change:<\/strong> Salesforce integration tasks extended from 3 days to 8 days (5-day slip)\n                                <br><strong>Reason:<\/strong> API schema discrepancy discovered during testing; vendor provided updated docs requiring code changes\n                                <br><strong>Impact:<\/strong> 5-day delay to Work Package 2.4\n                                <br><strong>Approved by:<\/strong> David Chen (Sponsor) via email March 23<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>Delays & Recovery Plans:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; list-style: none;\">\n                            <li>\u2022 <strong>Delay:<\/strong> Salesforce integration 5 days behind<\/li>\n                            <li>\u2022 <strong>Root Cause:<\/strong> API documentation outdated; schema changes not communicated proactively by vendor<\/li>\n                            <li>\u2022 <strong>Recovery Plan:<\/strong> (1) Reallocate 2 engineers from community forum development (lower priority) to Salesforce integration for Week 9. (2) Work March 30-31 weekend (pending sponsor approval) to compress 5 days into 3 business days + 2 weekend days. (3) Defer community forum Phase 1 launch by 1 week (acceptable per Product Manager\u2014not critical path).<\/li>\n                            <li>\u2022 <strong>Revised Forecast:<\/strong> Complete Salesforce integration by April 2 (vs. March 28 original); recover 3 of 5 days, net 2-day project slip. Go-live forecast: July 2 (within \u00b11 week variance tolerance of June 30).<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><em>[Sections 4-10 would continue with similar detail covering Budget Status, Scope Status, Quality Status, Risk & Issue Status, Team Status, Decisions Required, and Looking Ahead...]<\/em><\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- PROMPT CHAIN STRATEGY -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">Prompt Chain Strategy<\/h3>\n                    <p style=\"margin-bottom: 1.5rem;\">For optimal results, break status report generation into three sequential prompts building comprehensive update:<\/p>\n\n                    <div class=\"chain-step\">\n                        <h3>\ud83d\udd17 Step 1: Data Collection & Metrics Compilation (Foundation)<\/h3>\n                        <p style=\"margin-bottom: 1rem;\"><strong>Objective:<\/strong> Gather quantitative data and factual accomplishments from project systems and team.<\/p>\n                        <div class=\"prompt-box\">You are compiling project status data. Collect the following information:\n\n**Task 1: Schedule Data**\nFrom project management tool (Jira, Asana, MS Project):\n- Tasks planned to complete this period: <span class=\"placeholder\">[COUNT]<\/span>\n- Tasks actually completed this period: <span class=\"placeholder\">[COUNT]<\/span>\n- Tasks in progress: <span class=\"placeholder\">[COUNT]<\/span>\n- Tasks not started: <span class=\"placeholder\">[COUNT]<\/span>\n- Current week number vs. total: <span class=\"placeholder\">[X]<\/span> of <span class=\"placeholder\">[Y]<\/span>\n- % of project elapsed (time): <span class=\"placeholder\">[PERCENTAGE]<\/span>%\n- % of work completed (tasks\/points): <span class=\"placeholder\">[PERCENTAGE]<\/span>%\n- Schedule variance: <span class=\"placeholder\">[+\/-_X_DAYS]<\/span>\n- Velocity (last 3 periods): <span class=\"placeholder\">[POINTS_PER_PERIOD]<\/span>\n\n**Task 2: Budget Data**\nFrom financial system:\n- Total budget: $<span class=\"placeholder\">[AMOUNT]<\/span>\n- Spent to date: $<span class=\"placeholder\">[AMOUNT]<\/span> (<span class=\"placeholder\">[%]<\/span>%)\n- Committed but not spent: $<span class=\"placeholder\">[AMOUNT]<\/span>\n- Remaining: $<span class=\"placeholder\">[AMOUNT]<\/span> (<span class=\"placeholder\">[%]<\/span>%)\n- Budget variance: <span class=\"placeholder\">[+\/-_$X]<\/span> (<span class=\"placeholder\">[+\/-%]<\/span>%)\n- Breakdown by category (Personnel, Technology, Vendors, Ops, Contingency): <span class=\"placeholder\">[AMOUNTS]<\/span>\n\n**Task 3: Quality Metrics**\nFrom QA\/testing tools:\n- Test coverage: <span class=\"placeholder\">[%]<\/span>% (Target: <span class=\"placeholder\">[%]<\/span>%)\n- Defects found this period: <span class=\"placeholder\">[COUNT]<\/span> (P0: <span class=\"placeholder\">[X]<\/span>, P1: <span class=\"placeholder\">[Y]<\/span>, P2: <span class=\"placeholder\">[Z]<\/span>, P3: <span class=\"placeholder\">[W]<\/span>)\n- Defects resolved this period: <span class=\"placeholder\">[COUNT]<\/span>\n- Open defects: <span class=\"placeholder\">[COUNT]<\/span> by priority\n- Test pass rate: <span class=\"placeholder\">[%]<\/span>%\n- Code review compliance: <span class=\"placeholder\">[%]<\/span>%\n\n**Task 4: Accomplishments List**\nFrom team members (standup notes, completed tickets, demos):\n- List 8-12 specific completed items with evidence (stakeholder sign-off, demo, metric achieved)\n\n**Task 5: Risks & Issues Status**\nFrom risk register and issue log:\n- Active risks: List with current scores, any score changes since last period\n- New risks identified: <span class=\"placeholder\">[LIST]<\/span>\n- Risks closed: <span class=\"placeholder\">[LIST]<\/span>\n- Open issues: List with severity, age, status\n- Issues resolved this period: <span class=\"placeholder\">[LIST]<\/span>\n\n**Task 6: Team & Stakeholder Updates**\n- Team staffing changes (additions, departures, PTO)\n- Stakeholder engagement activities (meetings held, feedback received)\n- Decisions made this period\n\nOutput: Raw data compilation (bullets, tables, metrics) ready for synthesis into narrative report.<\/div>\n                        <div class=\"expected-output\">\n                            <strong>Expected Output:<\/strong> Comprehensive data package containing: Schedule metrics (X of Y tasks complete, velocity trends, variance analysis); Budget snapshot ($X spent of $Y, breakdown by category, variance); Quality dashboard (test coverage %, defect counts by severity, resolution rates); Accomplishments list (8-12 specific completed items with evidence); Risk\/issue status (active risks with scores\/trends, open issues with age\/severity); Team updates (staffing changes, stakeholder activities). This factual foundation prevents status report from being opinion or impression\u2014it's data-driven assessment.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"chain-step\">\n                        <h3>\ud83d\udd17 Step 2: Analysis & Health Assessment (Interpretation)<\/h3>\n                        <p style=\"margin-bottom: 1rem;\"><strong>Objective:<\/strong> Analyze collected data to determine project health status and identify concerns\/risks.<\/p>\n                        <div class=\"prompt-box\">Using data from Step 1, perform project health analysis:\n\n**Task 1: Dimensional Health Assessment**\nFor each dimension (Schedule, Budget, Scope, Quality, Risks, Team), assign status:\n- \ud83d\udfe2 GREEN (On Track): <span class=\"placeholder\">[CRITERIA_MET]<\/span>\n- \ud83d\udfe1 YELLOW (At Risk): <span class=\"placeholder\">[CRITERIA_INDICATE_CONCERN]<\/span>\n- \ud83d\udd34 RED (Off Track): <span class=\"placeholder\">[CRITERIA_SHOW_SERIOUS_PROBLEM]<\/span>\n\nApply thresholds:\n- **Schedule:** Green if within \u00b15%, Yellow if 5-15% variance, Red if >15%\n- **Budget:** Green if within \u00b15%, Yellow if 5-15% variance, Red if >15%\n- **Quality:** Green if meeting all targets, Yellow if 1-2 metrics below target, Red if 3+ metrics below target or critical defects exist\n- **Risks:** Green if no high-priority risks, Yellow if 1-2 high-priority risks managed, Red if 3+ high-priority risks or unmitigated critical risk\n\nFor each dimension, write 1-sentence commentary explaining status.\n\n**Task 2: Overall Health Determination**\nAggregate dimensional statuses into overall health:\n- If all Green \u2192 Overall Green\n- If any Yellow but no Red \u2192 Overall Yellow\n- If any Red \u2192 Overall Red\n\n**Task 3: Variance Analysis**\nFor schedule and budget variances:\n- What's the root cause? (Why are we behind\/over?)\n- Is this trending better or worse? (Compare to last period)\n- Is recovery possible? (Can we get back on track?)\n\n**Task 4: Priority Identification**\nIdentify top 3-5 most important items requiring stakeholder attention:\n- Critical decisions needed\n- Blockers requiring escalation\n- Risks requiring mitigation support\n- Major accomplishments to celebrate\n\n**Task 5: Forward-Looking Assessment**\nBased on current trajectory:\n- What's the forecast completion date? (Extrapolate from current velocity)\n- What's the forecast final cost? (Extrapolate from burn rate)\n- What upcoming challenges\/opportunities exist in next 2-4 weeks?\n\nOutput: Analyzed health assessment with status indicators, variance explanations, priority items, and forward forecast ready for report narrative.<\/div>\n                        <div class=\"expected-output\">\n                            <strong>Expected Output:<\/strong> Health assessment analysis showing: Dimensional status (Schedule \ud83d\udfe1, Budget \ud83d\udfe2, Quality \ud83d\udfe2, Risks \ud83d\udfe1, etc.) with 1-sentence commentary per dimension; Overall health determination (\ud83d\udfe2\ud83d\udfe1\ud83d\udd34) with justification; Variance root cause analysis (behind schedule because: Salesforce integration complexity underestimated; over budget because: unplanned contractor hours); Trend assessment (variance improving\/worsening vs. last period); Priority identification (top 3-5 critical items: decision on weekend work, Auth0 legal blocker, Salesforce risk escalation); Forward forecast (projected July 2 completion, $430K final cost). This transforms raw data into actionable insights.\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"chain-step\">\n                        <h3>\ud83d\udd17 Step 3: Report Narrative Composition (Communication)<\/h3>\n                        <p style=\"margin-bottom: 1rem;\"><strong>Objective:<\/strong> Compose clear, concise status report following template structure with executive summary first.<\/p>\n                        <div class=\"prompt-box\">Using data from Step 1 and analysis from Step 2, compose final status report:\n\n**Structure:**\n\n**Section 1: Executive Summary**\n- Overall health indicator with dimensional breakdown table\n- Key highlights (3-5 most important items\u2014mix of accomplishments, concerns, decisions)\n- Critical items requiring attention (decisions needed, blockers, escalations)\n\nKeep to 1 page or less\u2014executives must be able to scan in 60 seconds.\n\n**Section 2: Progress Summary**\n- Accomplishments this period (5-8 items with impact and evidence)\n- Planned activities for next period (5-8 items with owners and targets)\n- Upcoming milestones (3-5 in next 4-8 weeks with status)\n\n**Section 3: Schedule Status**\n- Timeline summary (current progress, variance, forecast)\n- Schedule performance metrics (velocity, SPI, planned vs. actual)\n- Schedule changes (any baseline changes with reasons and approvals)\n- Delays & recovery plans (if behind, explain root cause and recovery approach)\n- Critical path health\n\n**Section 4: Budget Status**\n- Financial summary (budget, spent, remaining, variance)\n- Budget performance metrics (burn rate, CPI, EAC)\n- Budget breakdown table by category\n- Budget changes (any reallocation or additions)\n- Budget concerns (if over or trending over, explain and propose solution)\n\n**Section 5: Scope Status**\n- Scope summary (deliverables complete\/in progress\/not started)\n- Deliverable progress table\n- Change requests (any submitted, approved, rejected this period)\n\n**Section 6: Quality Status**\n- Quality metrics table\n- Quality activities this period\n- Quality concerns (if any metrics below target, explain action plan)\n\n**Section 7: Risk & Issue Status**\n- Top 5-8 risks (prioritized by score) with status, mitigation, owner\n- New risks identified\n- Risks closed\n- Current issues (all critical\/high issues) with severity, impact, resolution plan, escalation\n- Issues resolved this period\n\n**Section 8: Team & Stakeholder Status**\n- Team status (size, changes, availability, morale)\n- Stakeholder engagement summary\n\n**Section 9: Decisions & Actions Required**\n- Decisions needed (each with options, recommendation, decision-maker, deadline, impact)\n- Actions required from stakeholders (each with who, by when, purpose)\n- Outstanding actions from previous reports\n\n**Section 10: Looking Ahead**\n- Upcoming activities (next 2-4 weeks)\n- Upcoming milestones & decision points\n- Anticipated challenges\n- Success factors for next period\n\n**Writing Guidelines:**\n- Use quantitative data (not \"doing well\"\u2014\"completed 16 of 18 planned tasks, 89%\")\n- Be honest (show yellow\/red when warranted; false optimism damages credibility)\n- Be specific (not \"made progress on API\"\u2014\"completed API endpoints 3.2.1-3.2.5, deployed to staging, QA testing passed\")\n- Be concise (3-5 pages core report; appendices optional)\n- Be actionable (clear decisions\/actions with owners and dates)\n\nOutput: Complete, professionally formatted status report ready for distribution to stakeholders.<\/div>\n                        <div class=\"expected-output\">\n                            <strong>Expected Output:<\/strong> Polished status report (3-5 pages) following exact template structure with: Executive Summary (1 page with health table, highlights, critical items) enabling 60-second scan; Progress Summary detailing accomplishments (evidence-backed), plans (owner-assigned), milestones (status-assessed); Schedule\/Budget\/Scope\/Quality sections with quantitative metrics, variance analysis, commentary; Risk\/Issue section prioritizing top concerns with mitigation\/resolution plans; Team\/Stakeholder section capturing organizational dynamics; Decisions\/Actions section explicitly requesting stakeholder inputs with deadlines; Looking Ahead section providing 2-4 week preview enabling proactive coordination. Report uses visual indicators (\ud83d\udfe2\ud83d\udfe1\ud83d\udd34), tables for data density, and layered information (summary \u2192 detail) serving both executive and team audiences.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- HUMAN-IN-THE-LOOP REFINEMENTS -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">Human-in-the-Loop Refinements<\/h3>\n                    \n                    <div class=\"hitl-tip\">\n                        <h3>1. Validate Metrics with Project Management Tool Data Before Reporting<\/h3>\n                        <p><strong>Challenge:<\/strong> AI-generated status reports rely on user-provided estimates of completion percentages, velocity, and variance that may be inaccurate due to optimism bias, lack of data access, or honest miscalculation. Reporting \"we're 85% complete\" when actual completion is 65% damages credibility and masks problems.<\/p>\n                        <p><strong>Refinement:<\/strong> Pull actual data from project management systems before finalizing report: (1) Export task\/story completion data from Jira\/Asana\/etc.: How many tasks were planned to complete this sprint\/week? How many were actually completed? What's % of total project tasks complete? (2) Calculate real velocity: Last 3 periods completed X, Y, Z story points \u2192 average velocity = (X+Y+Z)\/3. (3) Verify budget data from finance system: Actual spend $X vs. budget $Y = Z% utilized. Don't rely on memory or estimates\u2014pull real numbers. (4) Cross-check defect metrics from QA tools: Open P0\/P1\/P2\/P3 defects by running query, not guessing. (5) Review risk register: Which risks changed scores this period? Export current state. (6) Update report with verified data, noting where numbers differ from initial estimates: \"Initially estimated 80% complete, actual data shows 72% complete\u2014updated forecast accordingly.\" This data validation increases report accuracy from ~70% (memory-based estimates) to 95%+ (system-verified), building stakeholder trust in reporting.<\/p>\n                    <\/div>\n\n                    <div class=\"hitl-tip\">\n                        <h3>2. Conduct Team Input Session to Surface Accomplishments and Blockers<\/h3>\n                        <p><strong>Challenge:<\/strong> Project managers writing status reports in isolation often miss important accomplishments (work completed but not visible to PM), understate challenges (team members hesitant to report problems upward), or mischaracterize technical issues (PM doesn't understand technical nuance).<\/p>\n                        <p><strong>Refinement:<\/strong> Hold 30-minute team input session before finalizing report: (1) Gather core team (8-12 people) in quick meeting or async Slack thread. (2) Ask: \"What were your significant accomplishments this period? What evidence do we have (demo, sign-off, metric)?\" Capture 10-15 items from team, not just PM's visible work. Engineers often complete important technical work (performance optimization, architecture improvements, tech debt reduction) that PM doesn't see. (3) Ask: \"What blockers or challenges are you facing? What help do you need?\" This surfaces issues PM isn't aware of: \"Legal review has been pending 2 weeks\" (PM thought it was 5 days). \"Third-party API is flaky, causing test failures\" (PM thought tests were passing). (4) Ask: \"What's your confidence level for next period's plan? Any concerns?\" If team says \"we're not confident we can complete planned 20 tasks,\" that's critical input\u2014adjust forecast down rather than committing to unrealistic plan. (5) Incorporate team input into report, crediting contributions: \"Backend team completed performance optimization reducing API latency by 40%.\" This collaborative approach increases report accuracy (team knows ground truth better than PM) and builds team buy-in (they see their work recognized, not just PM taking credit).<\/p>\n                    <\/div>\n\n                    <div class=\"hitl-tip\">\n                        <h3>3. Apply Red\/Yellow\/Green Thresholds Consistently Using Defined Criteria<\/h3>\n                        <p><strong>Challenge:<\/strong> Health status indicators (\ud83d\udfe2\ud83d\udfe1\ud83d\udd34) lose meaning if applied inconsistently: One period \"5% behind\" is Yellow, next period \"7% behind\" is Green because PM wants to avoid concern. Stakeholders stop trusting indicators when they seem arbitrary.<\/p>\n                        <p><strong>Refinement:<\/strong> Establish and document objective thresholds at project start, apply consistently every period: (1) Define thresholds in Project Initiation Document: **Schedule:** \ud83d\udfe2 = within \u00b15% of baseline, \ud83d\udfe1 = 5-15% variance, \ud83d\udd34 = >15% variance. **Budget:** \ud83d\udfe2 = within \u00b15%, \ud83d\udfe1 = 5-15% variance, \ud83d\udd34 = >15% overrun. **Quality:** \ud83d\udfe2 = all metrics meet targets + zero P0\/P1 defects, \ud83d\udfe1 = 1-2 metrics below target or 1-3 P1 defects, \ud83d\udd34 = 3+ metrics below target or any P0 defects. **Risks:** \ud83d\udfe2 = no risks score \u226515, \ud83d\udfe1 = 1-2 risks score 12-20, \ud83d\udd34 = any risk score >20 or 3+ high-priority risks. (2) Apply thresholds mechanically: If schedule variance is 8% behind, that's Yellow by definition\u2014no subjective interpretation. (3) Document thresholds in every report: Include criteria table so stakeholders understand what each color means. (4) Resist pressure to \"improve\" status artificially: If project is Red, report it as Red with explanation and recovery plan\u2014don't massage to Yellow to avoid difficult conversation. Honesty about Red status enables intervention; hiding it allows problems to worsen. (5) Track status history: If project was Green 3 periods ago, Yellow 2 periods ago, Yellow last period, Yellow this period\u2014that's concerning trend even if not yet Red. (6) Separate overall status from dimensional status: Project can be Yellow overall (requires attention) even if some dimensions are Green\u2014don't let Green budget mask Red schedule. This consistency makes status indicators trustworthy decision tools rather than subjective opinion.<\/p>\n                    <\/div>\n\n                    <div class=\"hitl-tip\">\n                        <h3>4. Pre-Brief Sponsor on Critical Items Before Sending Report<\/h3>\n                        <p><strong>Challenge:<\/strong> Status reports sometimes deliver bad news or request major decisions \"cold\"\u2014sponsor opens report, sees \"we're 3 weeks behind and need $50K additional budget,\" and reacts negatively to surprise rather than substance. They may reject recommendation reflexively or question PM's competence for \"letting things get this bad.\"<\/p>\n                        <p><strong>Refinement:<\/strong> Never surprise sponsor with critical items in written report\u2014pre-brief verbally: (1) If report contains critical decision request, significant bad news, or major risk escalation, schedule 15-minute pre-brief call\/meeting with sponsor before distributing report. (2) Preview critical items: \"Wanted to give you heads-up before status report goes out Friday. We're facing 5-day delay on Salesforce integration due to API issue. I'm recommending weekend work to compress schedule and recover 3 of 5 days. Report will request your approval for weekend work.\" (3) Gauge reaction and address concerns: Sponsor might say \"I'm not comfortable with weekend work\u2014too much team burnout risk. What's alternative?\" Now you can discuss alternatives (accept 5-day delay, add contractor help, descope lower-priority feature) and incorporate sponsor's guidance into report recommendation. (4) Confirm messaging: \"How do you want me to characterize this to steering committee? Option A: 'Minor integration delay, recovery plan in place, no impact to launch date.' Option B: 'Integration delay discovered, requires schedule compression or 2-day slip.' Which framing do you prefer?\" (5) Distribute report after alignment: When report goes out, sponsor has already processed bad news, agreed to recommendation, and prepared messaging for executives\u2014no surprises, smooth escalation. This pre-briefing prevents \"bad news in writing\" reactions and turns sponsor into ally who's already committed to proposed solution before broader stakeholder group sees report. Research shows decisions requested with pre-briefing have 80%+ approval rate vs. 50% when delivered cold in written report.<\/p>\n                    <\/div>\n\n                    <div class=\"hitl-tip\">\n                        <h3>5. Include Visual Charts for Schedule and Budget Trends<\/h3>\n                        <p><strong>Challenge:<\/strong> Text-heavy status reports with tables of numbers are hard to scan and don't reveal trends: Is variance getting better or worse period-over-period? Are we trending toward budget overrun or recovering? Numbers alone don't show trajectory.<\/p>\n                        <p><strong>Refinement:<\/strong> Add 2-3 simple visual charts showing trends over time: (1) **Schedule burndown chart:** Y-axis = remaining work (story points or tasks), X-axis = time (weeks\/sprints). Plot baseline (planned burndown), actual (completed work), and forecast (trend line). Visual instantly shows: Are we tracking above or below baseline? Is gap widening or narrowing? Will we finish on time? (2) **Budget S-curve:** Y-axis = cumulative spend, X-axis = time. Plot planned spend curve (S-shaped: slow start, rapid middle, slow end) vs. actual spend. Shows: Are we spending faster or slower than plan? At current burn rate, will we finish under or over budget? (3) **Velocity trend line:** Y-axis = story points completed per period, X-axis = time. Plot last 6-8 periods showing velocity trend. Shows: Is velocity improving (team speeding up), declining (slowing down), or stable? What's realistic forecast based on trend? (4) Use simple tools: Excel, Google Sheets, or project management tool export\u2014no need for fancy dashboards. Simple line charts are sufficient. (5) Include charts in report body or appendix: Executives who scan report see trends at a glance; detailed readers can reference numbers in tables. These visualizations communicate in seconds what paragraphs of text cannot: trajectory, trends, and forecasts. Stakeholders who see schedule burndown chart showing actual line trending above baseline (behind schedule) with widening gap immediately understand severity without reading paragraphs.<\/p>\n                    <\/div>\n\n                    <div class=\"hitl-tip\">\n                        <h3>6. Maintain Report Archive and Track Action Item Follow-Through<\/h3>\n                        <p><strong>Challenge:<\/strong> Status reports are often single-point-in-time documents that get sent and forgotten. Previous reports aren't referenced, so it's hard to track: Did we complete actions committed last period? Are we making progress on recurring issues? How has project health trended over time? This lack of historical context prevents accountability and learning.<\/p>\n                        <p><strong>Refinement:<\/strong> Create report archive and action tracking system: (1) Store all status reports in shared location (Confluence, SharePoint, Google Drive folder) with consistent naming: \"[Project Name] - Status Report - YYYY-MM-DD - Week N.\" This creates audit trail showing project evolution. (2) Maintain action item tracker: Spreadsheet with columns: Action Item, Reported Date, Assigned To, Due Date, Status (Open\/In Progress\/Complete\/Overdue), Completion Date, Notes. (3) Each new report pulls forward outstanding actions: Section \"Outstanding Action Items from Previous Reports\" lists any actions from prior reports still incomplete. Example: \"Action: Legal review Auth0 agreement by March 15 (reported Week 6, now Week 8, OVERDUE 10 days).\" This creates visibility and accountability pressure. (4) Review previous report before writing new one: Compare current metrics to last period\u2014is variance improving or worsening? Are we making progress on risks? Did we complete what we planned? This informs current report and shows trends. (5) Quarterly review of archived reports: Every 3 months, review last 12 reports to identify patterns: Are same issues recurring (symptom of systemic problem)? Are we consistently over-optimistic (velocity forecasts always too high)? Are certain stakeholders consistently not delivering actions (pattern of non-support)? (6) Link reports to lessons learned: When project completes, report archive becomes invaluable for post-mortem: \"Where did we start missing forecasts? Week 8 when Salesforce integration issues emerged. Did we escalate appropriately? Yes, flagged as Yellow in Week 8 report, Red in Week 10 report.\" This archival system transforms status reporting from ephemeral communication into project memory and learning repository.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- FOOTER STATS -->\n                <div class=\"footer-stats\">\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">4.9\/5.0<\/div>\n                        <div class=\"stat-label\">Average Rating<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">22,156<\/div>\n                        <div class=\"stat-label\">Times Copied<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">1,687<\/div>\n                        <div class=\"stat-label\">User Reviews<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function copyPrompt() {\n            const promptText = document.getElementById('promptText').innerText;\n            navigator.clipboard.writeText(promptText).then(() => {\n                const button = document.querySelector('.copy-button');\n                const originalText = button.innerHTML;\n                button.innerHTML = '\u2705 Copied!';\n                setTimeout(() => {\n                    button.innerHTML = originalText;\n                }, 2000);\n            }).catch(err => {\n                console.error('Failed to copy text: ', err);\n                alert('Failed to copy prompt. Please try selecting and copying manually.');\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Project Status Report &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Prompt Library Project Status Report \ud83d\udccb Project &#038; Strategic Management \u23f1\ufe0f 20\u201330 minutes \ud83d\udcca Intermediate ChatGPT Claude Gemini Perplexity Grok The Prompt \ud83d\udccb Copy Prompt You are an expert project manager specializing in clear, actionable project communications and executive reporting. Your role is to create&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[159],"tags":[],"class_list":["post-5030","post","type-post","status-publish","format-standard","hentry","category-project-strategic-management"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/5030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=5030"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/5030\/revisions"}],"predecessor-version":[{"id":5054,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/5030\/revisions\/5054"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=5030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=5030"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=5030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}