-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Workflow to Update
Workflow File: .github/workflows/daily-team-evolution-insights.md
Issue: This workflow generates daily insights about team evolution and collaboration patterns but doesn't include markdown style guidelines for proper document hierarchy and progressive disclosure.
Required Changes
Update the workflow prompt to include these formatting guidelines:
1. Header Levels
Add instruction after the "Mission" section (after line 47):
Use h3 (###) or lower for all headers in your report to maintain proper document hierarchy.
The discussion title serves as h1, so all content headers should start at h3:
- Use
###for main sections (e.g., "### Key Observations", "### Development Patterns") - Use
####for subsections (e.g., "#### Team Dynamics", "#### Innovation & Learning") - Never use
##(h2) or#(h1) in the report body
Note: The current template (lines 107-120) already starts with ## 🎯 Key Observations which should be changed to ### 🎯 Key Observations.
2. Progressive Disclosure
Add instruction for using collapsible sections:
Wrap detailed sections in <details><summary><b>Section Name</b></summary> tags to improve readability and reduce scrolling.
Use collapsible sections for:
- Individual contributor activity breakdowns
- Detailed commit histories and file change lists
- Full PR/issue/discussion activity logs
- Complete code review conversations
Example:
<details>
<summary><b>Detailed Activity Breakdown</b></summary>
### Individual Contributions
#### `@contributor1`
- 15 commits across 23 files
- 2 PRs merged (feat-x, fix-y)
- 8 code review comments
#### `@contributor2`
- ...
</details>3. Report Structure
Update the current template structure (starting at line 107) to follow this pattern:
- Executive Summary (always visible): 2-3 paragraphs with key insights about team evolution
- Key Observations (always visible): Focus areas, velocity, collaboration, innovation highlights
- Detailed Activity Analysis (in
<details>tags): Per-contributor breakdowns, commit histories - Trends & Patterns (always visible): What the activity means for the team's evolution
- Recommendations (always visible): Actionable suggestions for improvement
Design Principles (Airbnb-Inspired)
The updated workflow should create reports that:
- Build trust through clarity: Most meaningful insights (patterns, trends, observations) immediately visible
- Exceed expectations: Connect raw activity to strategic insights about team evolution
- Create delight: Use progressive disclosure to show supporting data without overwhelming the narrative
- Maintain consistency: Follow the same patterns as other daily reporting workflows
Example Reference
See workflows like daily-team-status.md (lines 52-97) and daily-issues-report.md (lines 248-334) for excellent examples of structured reporting with header guidelines and progressive disclosure.
Current Template Issues
The existing template in the workflow (lines 107-120) needs these specific fixes:
- Change
## 🎯 Key Observationsto### 🎯 Key Observations(line 114) - Any other
##headers in the template should be changed to### - Add
<details>sections for detailed activity breakdowns
Agent Task
Update the workflow file .github/workflows/daily-team-evolution-insights.md to:
- Add formatting guidelines after the "Mission" section
- Fix the existing template to use h3 instead of h2
- Add examples of progressive disclosure for detailed contributor activity
Test the updated workflow to ensure it produces well-formatted insights reports that tell a compelling story about team evolution while keeping supporting data accessible but not overwhelming.
AI generated by Workflow Normalizer
- expires on Feb 4, 2026, 12:26 PM UTC