What problem does it solve? Status updates and task summaries often bury the answer under preamble, restate the request, or pad findings with filler, forcing readers to hunt for the actual outcome. This Skill enforces a fixed report shape so the conclusion always comes first. ## Core Features & Use Cases - Outcome-first structure: Every report opens with one line stating what is now true, followed by evidence, detail, and next steps in a fixed order. - Evidence discipline: Claims must be backed by a command and its result, such as test counts, exit codes, or before-and-after metrics. - Density rules: File paths with line numbers, concrete numbers, and named identifiers replace vague descriptions and adjectives. - Use Case: After fixing a bug and running the test suite, produce a report that opens with the fix, cites the passing test output, lists the numbered changes, and flags one related out-of-scope issue. ## Quick Start Summarize the work you just completed as a concise status report with the outcome first, evidence, and next steps.