Install
$ agentstack add skill-jiplet-transformation-os-program-steerco-pack ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Skill: steerco-pack
When to invoke
- "steerco pack", "steerco update", "steering committee", "program update deck"
- "ExCo update", "CFO update pack", "monthly update", "board pack"
- When Jacob needs a structured program status report for senior stakeholders
Step 1 — Gather inputs
Ask Jacob for the following (or pull from context if already provided):
Required:
- Reporting period (e.g. "March 2026", "Q3 FY26")
- Financial summary: banked, in-flight, pipeline values by lever (or confirm "pull from program-tracker")
- Active initiative list with status, owner, FY26 value, next milestone
- Decisions required (if any)
- Top risks or issues
- Next period commitments
Auto-pull if available:
4 - Projects/program-tracker/initiative_registry.md— initiative list, status, values- Any recent analysis outputs referenced in conversation
If data is missing: show "TBC" — never fabricate. Flag clearly as needing input.
Output format: Ask if not already stated.
- Default: Word doc (.docx) using python-docx
- If Jacob says "deck" or "slides": invoke pptx skill
Step 2 — Confirm structure
Before generating, confirm with Jacob:
- Which sections to include (all 6 by default)
- Any initiatives with status changes since last update (flag these in Section 3)
- Whether to mark as DRAFT or FINAL (default: DRAFT)
Step 3 — Generate the pack
Section 1 — Program Scorecard
One-page traffic-light summary. Use this table structure:
| Dimension | Status | Commentary | |---|---|---| | Overall Program | 🟢/🟡/🔴 | One sentence | | FY26 Target | 🟢/🟡/🔴 | Banked $X + In-flight $X = $X of 8 figure | | Pipeline | 🟢/🟡/🔴 | N initiatives, $X total opportunity | | Risks | 🟢/🟡/🔴 | Key risk in one sentence | | Resourcing | 🟢/🟡/🔴 | Team capacity / blockers |
Traffic light definitions:
- 🟢 On track — no intervention needed
- 🟡 At risk — action underway, needs monitoring
- 🔴 Off track — escalation or decision required
Hard rule: If Gap to target is >40% with /.venv/bin/activate && python3 - << 'EOF'
python-docx script here
EOF
**Document structure:**
- Cover page: configured brand logo (bring your own theme), report title, reporting period, DRAFT/FINAL watermark
- Each section on its own page with a brand-coloured section header (configured theme)
- Tables use alternating row shading (white / light grey), header row in the brand accent colour with white text
- Font: configured brand font (fallback: Arial), body 10pt, headings 12pt bold
- Currency: AUD, formatted as `$#,##0` (no decimals)
**Save to:** `4 - Projects/program-tracker/[YYMMDD]_Steerco_Pack.docx`
If `4 - Projects/program-tracker/` does not exist, create it.
### PowerPoint (.pptx) — if Jacob requests "deck" or "slides"
Invoke the `pptx` skill. Pass all six sections as structured content. Apply the configured brand colours (bring your own theme).
**Save to:** `4 - Projects/program-tracker/[YYMMDD]_Steerco_Pack.pptx`
---
## Step 5 — Log and confirm
Append a dated entry to `4 - Projects/program-tracker/log.md` (create if not exists):
Steerco Pack — [YYYY-MM-DD]
- Reporting period: [period]
- Sections included: [list]
- Output: [file path]
- Data gaps / TBCs: [list any missing fields]
- Status changes flagged: [list or "none"]
Confirm to Jacob: file path, any TBC fields that need filling before distribution, and whether DRAFT stamp is applied.
---
## Programme context (always apply)
- Company: a large ASX-listed infrastructure services enterprise
- Sectors: D&SI, Telco, Transport, Infrastructure Services
- Cost program: 8 figure FY26 / 9 figure 3-year target
- Levers: procurement, policy, workforce, operating model
- Audience: ExCo, CFO, sector leadership
- All figures AUD unless stated
## Quality rules
- Never fabricate numbers — missing data = "TBC", not a guess
- Traffic lights must be justified in the commentary column
- Decisions section must take positions — "we recommend Option A because..."
- Pack must be readable in 5 minutes by a time-poor executive
- No padding, no filler, no AI-sounding language
- Tone: direct, professional — as if briefing a project director over coffee
---
## 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.
- **Author:** [Jiplet](https://github.com/Jiplet)
- **Source:** [Jiplet/transformation-os](https://github.com/Jiplet/transformation-os)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.