You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SKILL.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: agentic-delivery-skill
3
3
description: >-
4
4
Create CompleteTech LLC delivery execution artifacts for approved agentic development engagements, including kickoff agendas, access checklists, project plans, milestone trackers, status updates, decision logs, risk/issue logs, change request intake, prototype review, evaluation reports, acceptance packets, launch readiness, monitoring, support, handoff, runbooks, quickstarts, closeout, post-launch review, and escalation procedures. Use after proposal/SOW or contract approval when Codex needs to run bounded agentic workflow delivery cleanly.
5
-
version: 1.0.3
5
+
version: 1.0.4
6
6
metadata:
7
7
openclaw:
8
8
skillKey: agentic-delivery-skill
@@ -112,7 +112,7 @@ Rendered artifacts are drafts. Replace placeholders with verified project facts
112
112
113
113
## Rendering to a Branded PDF
114
114
115
-
Artifacts from this skill are delivered as branded CompleteTech LLC **PDF** documents, not raw Markdown. The renderer emits the PDF (and prints the Markdown) in **one command**, using the same reportlab branding engine as the contract skill:
115
+
Artifacts from this skill are delivered as branded CompleteTech LLC **PDF** documents. The renderer can emit PDF, Markdown, and optional PNG preview in one local command:
-`--no-pdf` emits Markdown only (the original behavior); `--no-cover` drops the cover page.
127
-
- Already drafted the Markdown yourself? Render it directly: `python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "..."`.
128
-
- The PDF supports a Markdown subset: `#`/`##`/`###` headings, paragraphs, `-` bullets, tables, `>` callouts, `**bold**`, and `[PAGE_BREAK]`. PDF requires `reportlab`; the optional `--png` preview requires `pypdfium2` and `pillow`. See `assets/examples/` for a rendered example.
| Required package |`reportlab==4.5.1` for PDF rendering. |
139
+
| Optional preview packages |`pypdfium2==5.8.0` and `pillow==12.2.0` for `--png`. |
140
+
| Example output | See `assets/examples/` for rendered Markdown, PDF, and PNG artifacts. |
129
141
130
142
## Network Boundary
131
143
132
-
This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts delivery run metadata to an external service.
144
+
| Boundary | Requirement |
145
+
|---|---|
146
+
| Local-only runtime | No outbound network helpers, callbacks, telemetry, receipt helpers, or delivery-run metadata posting. |
147
+
| External actions | Does not deploy, launch, send, publish, or call project-management systems. |
148
+
| Approval-sensitive work | Launch, production, customer send, and acceptance actions require verified approval outside this renderer. |
0 commit comments