| name | Aggregate Results |
| description | Compile results from all worker sub-tasks into a structured markdown report for the Orchestrator. Supports milestone, daily, and final report types. |
| version | 1.0.0 |
| category | reporting |
| skillType | claude-skill |
| assignableRoles | ["team-leader"] |
| triggers | ["aggregate results","compile report","summarize tasks","generate report"] |
| tags | ["reporting","aggregation","summary","management"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":30000}} |
Aggregate Results
Compiles results from all worker sub-tasks into a structured markdown report for the Orchestrator. Supports milestone, daily, and final report types.
When to Use
- When all sub-tasks for an objective are completed
- For periodic progress reports (daily/weekly)
- When the Orchestrator requests a status update
- Before escalating issues that affect overall objective completion
Usage
bash {{SKILLS_PATH}}/team-leader/aggregate-results/execute.sh '{"teamId":"team-123","objective":"Build auth module","reportType":"final","taskPaths":["/project/.crewly/tasks/m1/done/task1.md","/project/.crewly/tasks/m1/done/task2.md"],"projectPath":"/path/to/project"}'
Parameters
| Parameter | Required | Description |
|---|
teamId | No | Team ID for report labeling |
objective | No | High-level objective being reported on |
reportType | No | Report type: milestone, daily, final (default: final) |
taskPaths | No | Array of task file paths to include |
projectPath | No | Project path (used for team-progress API fallback) |
includeVerification | No | Include verification results (default: true) |
Report Types
| Type | Use Case | Typical Content |
|---|
milestone | End of a project milestone | Summary of all milestone tasks |
daily | Daily standup reporting | Today's progress, blockers |
final | Objective fully completed | Complete results, all deliverables |
Output
JSON Response