Use when the user asks to discover, group, and summarize work records across multiple systems for a given period or project. Retrieves records from configured source systems, groups them by a supplied approach, generates a draft for human correction, then publishes the final summary. Not for organizing projects into child documents: use sred-project-organizer. Not for local-only summaries.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add OutlineDriven/odin-claude-plugin --skill sred-work-summary --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sred Work Summary?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/outlinedriven-sred-work-summary)More formats (shields.io, HTML) on the badges page.
---
name: sred-work-summary
description: 'Use when the user asks to discover, group, and summarize work records across multiple systems for a given period or project. Retrieves records from configured source systems, groups them by a supplied approach, generates a draft for human correction, then publishes the final summary. Not for organizing projects into child documents: use sred-project-organizer. Not for local-only summaries.'
disable-model-invocation: true
---
# Work summary
## Contract
| Field | Bound contract |
|---|---|
| Trigger | User asks to discover, group, and summarize work records across multiple systems for a given period or project. |
| Authority | Read-only discovery and draft generation. Requires human review of the draft before publishing the final summary. |
| Side effect | Creates one summary document via the target system API after human review of the draft. |
| Done | A published summary document with grouped cross-source records and no content truncation. |
## Inputs
- Date range (required): the period to gather records for.
- Source system credentials and API keys (required): credentials for each configured source system. Missing or refused credentials stop the skill without partial action.
- Grouping approach (required): how records are organized: by project, by team, by area, or another explicit scheme.
- Target document parent ID (required): the identifier of the parent document under which the summary is created.
- Target system API credentials (required): valid credentials with create permissions on the target parent.
- Specific repositories or sources to include or exclude (optional): human specifies.
## Procedure
1. Confirm the date range and system access. Present the date range, configured sources, and proposed grouping approach. Obtain explicit confirmation before proceeding. Done when: the human confirms the scope.
2. Retrieve records from each configured source system. Query each source for records in the specified date range. Extract title, URL, date, and project or area metadata. If a source fails, stop gather for that source and report what was gathered and what source failed. Done when: records are gathered from each source, or the failed source is reported.
3. Group records logically based on the provided grouping approach. Each group holds the records assigned to it. Use record titles, descriptions, and metadata for grouping. Generate the draft summary with one section per group. Write all records; do not truncate or abbreviate. Done when: every record is assigned to a group and the draft is generated.
4. Present the draft to the human for correction. Wait for explicit confirmation or adjustments. Done when: the human confirms the draft.
5. Publish the final summary. Using the confirmed target parent ID and credentials, create the summary document with one section per group. Each group section contains a group name header, a summary line counting records per source, and subsections listing every record as a link with its date. Done when: the summary document is created with all records.
6. Confirm creation and return the document URL. Done when: the document URL is returned.
## Failure and recovery
- Missing credentials: stop before any network call. Return the credential name that is absent or unconfirmed.
- Source API failure during gather: stop gather for that source. Report what was gathered and what source failed. Do not proceed to publish with partial data.
- Empty results: stop. Report zero records. Do not fabricate content.
- Publish partial or truncated: treat as failure. Report the last successfully written group. Do not claim done.
- Human revokes confirmation mid-flow: stop immediately. No rollback needed if the write has not occurred.
## Output
One summary document URL returned to the user. The document title matches the requested period. All gathered records are grouped per the supplied approach with zero truncation. No local file is produced.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!