← Back to Skills Marketplace
completetech

Agentic Delivery Skill

by CompleteTech · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ pending
46
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install agentic-delivery-skill
Description
Create CompleteTech LLC delivery execution artifacts for approved agentic development engagements, including kickoff agendas, access checklists, project plan...
README (SKILL.md)

Agentic Delivery Skill

Purpose

Create delivery execution artifacts for CompleteTech LLC agentic development engagements after a proposal/SOW or contract is approved.

System Boundary

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.

Core Workflow

  1. Identify the delivery need: kickoff, access, planning, status, decisions, risk/issue, change request, prototype review, evaluation, acceptance, launch, monitoring, support, handoff, closeout, or escalation.
  2. Gather verified facts: approved scope, workflow, owners, timeline, milestones, systems, approval gates, evaluation examples, risks, dependencies, support expectations, and acceptance criteria.
  3. Use references/use-case-decision-table.md to choose the right delivery artifact.
  4. Use references/delivery-positioning.md for CompleteTech LLC delivery framing and guardrails.
  5. Use references/delivery-catalog.md for the near-exhaustive delivery artifact library.
  6. Keep delivery practical and bounded. Do not fabricate client facts, approvals, test results, metrics, regulated-use assurances, legal claims, or production readiness.

Artifact Selection Guide

  • First meeting after signature: use kickoff-agenda.
  • Need client systems/docs/API access: use client-access-checklist.
  • Need execution structure: use project-plan.
  • Tracking milestone progress: use milestone-tracker.
  • Regular client update: use weekly-status-update.
  • Capturing decisions: use decision-log.
  • Capturing risks or active issues: use risk-and-issue-log.
  • Scope change request: use change-request-intake.
  • Blocking prerequisites: use dependency-tracker.
  • Communication cadence: use stakeholder-communication-plan.
  • Prototype review: use prototype-review-checklist.
  • Evaluation run: use evaluation-run-report.
  • Test summary: use test-results-summary.
  • Formal acceptance: use acceptance-review-packet.
  • Launch preparation: use launch-readiness-checklist.
  • Observability requirements: use monitoring-plan.
  • Post-handoff help: use support-plan.
  • Handoff preparation: use handoff-checklist.
  • Admin/operator documentation: use administrator-runbook.
  • Reviewer or user training: use user-reviewer-quickstart.
  • After launch: use post-launch-review.
  • Retrospective: use lessons-learned.
  • Project close: use closeout-summary.
  • Incoming support request: use support-ticket-intake.
  • Escalation path: use escalation-procedure.
  • Deployment-specific rollout: use deployment-runbook.
  • Acceptance defects: use defect-remediation-plan.
  • Client training session: use 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.

Quality Rules

  • Execute the approved scope; route new scope into change request intake.
  • Protect human approval gates for external communications, production changes, purchases, data export, and material business decisions.
  • Track decisions, risks, issues, dependencies, and acceptance evidence explicitly.
  • Verify evaluation examples before acceptance.
  • Document logs, monitoring, runbooks, quickstarts, support, and handoff.
  • Use TBD or open questions for unknowns.

Resource Guide

  • 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.

Renderer

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.

Rendering to a Branded PDF

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.
  • Already drafted the Markdown yourself? Render it directly: python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".
  • 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.

Certificate Receipt Guidance

The skill remains usable without a classroom key. When certificate credit is needed, use scripts/request_receipt.py after the skill run. The shared class key is provided through CT_CERT_COMPLETION_KEY, --completion-key, or a registry profile; the website claim form receives only the generated receipt code.

Receipt requests include this skill ID: agentic-delivery-skill. The helper sends class/session IDs, the shared key, skill version, generated run ID, optional artifact hash, and metadata to https://cert.complete.tech/api/skill-runs. The student claims the certificate at https://cert.complete.tech/claim with the returned receipt.

Do not print, store, or commit real classroom completion keys.

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-delivery-skill
  3. After installation, invoke the skill by name or use /agentic-delivery-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix installed package validation and packaged contract template
v1.0.0
Initial CompleteTech public ClawHub release
Metadata
Slug agentic-delivery-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Agentic Delivery Skill?

Create CompleteTech LLC delivery execution artifacts for approved agentic development engagements, including kickoff agendas, access checklists, project plan... It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.

How do I install Agentic Delivery Skill?

Run "/install agentic-delivery-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agentic Delivery Skill free?

Yes, Agentic Delivery Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agentic Delivery Skill support?

Agentic Delivery Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agentic Delivery Skill?

It is built and maintained by CompleteTech (@completetech); the current version is v1.0.1.

💬 Comments