Install
openclaw skills install agentic-delivery-skillCreate 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.
openclaw skills install agentic-delivery-skillCreate delivery execution artifacts for CompleteTech LLC agentic development engagements after a proposal/SOW or contract is approved.
This skill owns execution after commercial approval: kickoff, project control, evaluation, launch preparation, handoff, and support artifacts. Use agentic-proposal-skill for unapproved commercial scope, agentic-contract-skill for legal agreement artifacts, agentic-security-review-skill for security or production-readiness review, agentic-invoice-skill for billing, agentic-customer-success-skill for relationship health and renewal, and agentic-case-study-skill only after outcomes are verified and approved for proof.
references/use-case-decision-table.md to choose the right delivery artifact.references/delivery-positioning.md for CompleteTech LLC delivery framing and guardrails.references/delivery-catalog.md for the near-exhaustive delivery artifact library.kickoff-agenda.client-access-checklist.project-plan.milestone-tracker.weekly-status-update.decision-log.risk-and-issue-log.change-request-intake.dependency-tracker.stakeholder-communication-plan.prototype-review-checklist.evaluation-run-report.test-results-summary.acceptance-review-packet.launch-readiness-checklist.monitoring-plan.support-plan.handoff-checklist.administrator-runbook.user-reviewer-quickstart.post-launch-review.lessons-learned.closeout-summary.support-ticket-intake.escalation-procedure.deployment-runbook.defect-remediation-plan.training-session-plan.When several artifacts fit, choose the one closest to the operational event. Do not mark launch-ready, accepted, or complete unless the verified evidence supports it.
TBD or open questions for unknowns.references/delivery-positioning.md: load for CompleteTech LLC delivery language and boundaries.references/use-case-decision-table.md: load when choosing a delivery artifact.references/delivery-lifecycle.md: load for flow from kickoff through support and closeout.references/delivery-catalog.md: load for the near-exhaustive delivery template library.references/template-index.json: machine-readable template metadata used by the renderer.scripts/render_delivery.py: list delivery artifacts or render a draft with placeholders.This skill needs local filesystem access only for its documented renderer workflow:
assets/logo.png, and user-provided Markdown or variable inputs.--out, --png, --markdown-out, or default output/ artifact paths.scripts/render_delivery.py and scripts/render_pdf.py.python3 scripts/render_delivery.py --list
python3 scripts/render_delivery.py --stage status --list
python3 scripts/render_delivery.py --template kickoff-agenda --var client_name=Acme --var workflow="support triage"
Rendered artifacts are drafts. Replace placeholders with verified project facts before sending or storing them.
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:
pip install -r requirements.txt
python3 scripts/render_delivery.py --template launch-readiness-checklist \
--out artifact.pdf --png artifact.png \
--title "Launch Readiness Checklist" --doc-type "DELIVERY ARTIFACT" \
--subtitle "Northwind Trading Co. — Support Email Triage Agent (Pilot)" --meta "DOCUMENT NO.=DEL-2026-0233" --meta "DATE=2026-06-12" \
--var client_name="Client Name" --var workflow="support triage"
--no-pdf emits Markdown only (the original behavior); --no-cover drops the cover page.python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".#/##/### 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.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.