What problem does it solve?
Subagents often perform tool calls and intermediate work that the parent agent cannot see; this Skill ensures the subagent communicates only the essential, structured results the parent needs to continue decision-making.
Core Features & Use Cases
- Status-first reporting: Requires a clear status token (success / failure / partial) up front so the parent agent can immediately assess outcome.
- Structured result payload: Mandates entries for what was done, key data (IDs, URLs, counts, samples), and any issues or anomalies.
- Terse factual summaries: Eliminates narrative, tool traces, and unsolicited advice so the parent receives only actionable facts.
- Use Case: A subagent that created a PR, ran tests, or queried a database returns a single concise summary the parent can parse to decide next steps.
Quick Start
Summarize the completed subtask with a leading status, a brief "what was done" line, all relevant identifiers or links, and any issues or warnings.