|
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.8 |
| 5 | +version: 1.0.9 |
6 | 6 | metadata: |
7 | 7 | openclaw: |
8 | 8 | skillKey: agentic-delivery-skill |
@@ -128,25 +128,36 @@ Choose by the current operational event first. |
128 | 128 |
|
129 | 129 | ## Rendering to a Branded PDF |
130 | 130 |
|
131 | | -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: |
| 131 | +| Render Goal | Use | |
| 132 | +|---|---| |
| 133 | +| Primary artifact | Branded CompleteTech LLC delivery PDF. | |
| 134 | +| Optional outputs | Markdown source and PNG preview from the same local command. | |
| 135 | +| Delivery boundary | PDF output is still a delivery draft until approval evidence is recorded. | |
| 136 | + |
| 137 | +One-command delivery artifact render: |
132 | 138 |
|
133 | 139 | ```bash |
134 | 140 | pip install -r requirements.txt |
135 | 141 | python3 scripts/render_delivery.py --template launch-readiness-checklist \ |
136 | 142 | --out artifact.pdf --png artifact.png \ |
| 143 | + --markdown-out artifact.md \ |
137 | 144 | --title "Launch Readiness Checklist" --doc-type "DELIVERY ARTIFACT" \ |
138 | | - --subtitle "Northwind Trading Co. — Support Email Triage Agent (Pilot)" --meta "DOCUMENT NO.=DEL-2026-0233" --meta "DATE=2026-06-12" \ |
| 145 | + --subtitle "Northwind Trading Co. - Support Email Triage Agent (Pilot)" \ |
| 146 | + --meta "DOCUMENT NO.=DEL-2026-0233" --meta "DATE=2026-06-12" \ |
139 | 147 | --var client_name="Client Name" --var workflow="support triage" |
140 | 148 | ``` |
141 | 149 |
|
142 | | -| Output Need | Use | |
| 150 | +| Output Option | Flag | |
143 | 151 | |---|---| |
144 | 152 | | Branded PDF | `--out artifact.pdf` | |
145 | 153 | | PNG preview | `--png artifact.png` | |
146 | 154 | | Markdown source | `--markdown-out artifact.md` | |
147 | 155 | | Markdown only | `--no-pdf` | |
148 | 156 | | No cover page | `--no-cover` | |
149 | | -| Existing delivery Markdown to PDF | `python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "Launch Readiness Checklist" --doc-type "DELIVERY ARTIFACT"` | |
| 157 | + |
| 158 | +| Existing Markdown Render | Command | |
| 159 | +|---|---| |
| 160 | +| Convert delivery Markdown to PDF | `python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "Launch Readiness Checklist" --doc-type "DELIVERY ARTIFACT"` | |
150 | 161 |
|
151 | 162 | | Rendering Support | Details | |
152 | 163 | |---|---| |
|
0 commit comments