AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Exec Summary

skill-jiplet-transformation-os-program-exec-summary · by Jiplet

Compress any analysis into a structured one-page executive summary as a Word document, formatted for CFO, ExCo, or senior stakeholder audiences.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-jiplet-transformation-os-program-exec-summary

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution Used

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jiplet-transformation-os-program-exec-summary)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Exec Summary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: exec-summary

Purpose

Takes any analysis output — from conversation, a file, or another skill's output — and compresses it into a structured one-page executive summary. Output is always a .docx file using python-docx.

When to Invoke

Trigger phrases (exact or close variants):

  • "exec summary", "one-pager", "summarise this for [audience]"
  • "CFO summary", "ExCo brief", "make this executive-ready"
  • After completing analysis that needs to be handed off to a senior audience

One-Pager Structure

TITLE — [Topic]
Date | Status: DRAFT / FINAL | Prepared by: Transformation

1. SITUATION (2–3 sentences)
   Context: what is this, and why are we looking at it now?

2. FINDING (1–2 sentences — bolded)
   The single most important takeaway. Takes a position.
   No hedging. "X costs $Y more than benchmark" not "data suggests X may be higher."

3. EVIDENCE (3–5 bullets)
   Key facts supporting the finding. Every bullet must contain a number.
   No qualitative-only points.

4. IMPLICATIONS (2–3 bullets)
   What this means for the business.
   Connect to 8 figure FY26 / 9 figure 3-year target where relevant.

5. RECOMMENDATION (numbered list)
   Specific, assignable actions with owner and timeframe.
   Each action labelled: Quick Win / Requires Approval / Structural
   "Investigate X" is not a recommendation. "Jacob to present X to CFO by [date]" is.

6. RISKS & DEPENDENCIES (table)
   Columns: Risk | Impact | Mitigation
   Max 3–4 rows. Material risks only.

Document Generation

  • Library: python-docx only — never docx-js (won't open in Word for Mac)
  • Venv: /.venv
  • Run pattern: source /.venv/bin/activate && python3 - << 'EOF' ... EOF
  • Save path: 4 - Projects/[project-name]/[YYMMDD]_Exec_Summary_[topic].docx
  • Logo: Include the configured brand logo top-left if provided (bring your own theme)

Brand Specifications

Brand-adaptable output: headings, section dividers, and body font follow the active configured theme rather than a hardcoded palette.

| Element | Value | |---|---| | Currency | AUD, $#,##0 format (no decimals) | | Status default | DRAFT (unless Jacob says FINAL) |


Execution Steps

  1. Identify source material — use the most recent analysis in conversation, or load the file Jacob specifies. If ambiguous, ask one scoping question: "Which output should I summarise, and who is the audience?"
  1. Draft structure in conversation first — show the six sections as plain text before generating the docx. Wait for Jacob to confirm or adjust before writing the file.
  1. Generate the docx — use inline python-docx heredoc via Bash. Apply the configured brand colours to headings, bold the Finding, render Risks as a Word table with a thin border in the brand accent colour.
  1. Save and confirm — report the save path and flag any data gaps or unverified numbers.

Design Principles

  • Lead with the Finding. It is the most important section. It takes a clear position — not a hypothesis, not a hedge.
  • Every Evidence bullet has a number. If you can't attach a figure, cut the bullet.
  • Recommendations are assignable. Name an owner and a date. If you don't know the owner, flag it — don't leave it vague.
  • One page. Hard limit. If it doesn't fit, cut content — never shrink font or margins.
  • 60-second readability. A time-poor CFO should finish it standing at a printer.
  • No AI language. No "this analysis leverages", no "it is worth noting". Write like a project director briefing ExCo over coffee.

Rules

  • Never fabricate data or numbers — if source material is thin, say so in the Finding rather than manufacturing one
  • If the source analysis doesn't support a clear position, write: "Finding: Insufficient data to draw a conclusion — [specific gap]" and recommend the data action
  • Always mark DRAFT unless Jacob explicitly says FINAL
  • Connect Implications and Recommendations to the multi-year cost program where there is a genuine link — do not force it
  • Append a dated entry to 4 - Projects/[project-name]/log.md on completion

Programme Context

  • Company: a large ASX-listed infrastructure services enterprise, Australian infrastructure services
  • Sectors: Defence & Social Infrastructure (D&SI), Telco, Transport, Infrastructure Services
  • Cost program: 8 figure FY26 productivity target / 9 figure 3-year transformation
  • Default audience: CFO, ExCo, or sector leadership, senior, time-poor, decision-ready
  • Competitive set: major Australian infrastructure services peers
  • All figures AUD unless stated

Wiki Compile (post-delivery)

After delivering the output, compile durable findings to the Knowledge Wiki. Read context/wiki-compile-step.md for the full checklist. Skip if the output is formatting-only or contains no new findings (apply the "so what" test).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.