Skip to content

CompleteTech-LLC/agentic-delivery-skill

Repository files navigation

Agentic Delivery Skill

CompleteTech LLC logo

A CompleteTech LLC Codex skill for creating delivery execution artifacts after an agentic development proposal/SOW or contract is approved.

About

Part of the CompleteTech LLC agentic services skill library. This skill supports approved-scope execution from kickoff through evaluation, launch, support, handoff, and closeout.

OpenClaw / ClawHub Metadata

  • Skill key: agentic-delivery-skill
  • Version-ready metadata: 1.0.0
  • Homepage: https://github.com/CompleteTech-LLC/agentic-delivery-skill
  • README: https://github.com/CompleteTech-LLC/agentic-delivery-skill#readme
  • Runtime binaries: python3
  • Python packages: reportlab>=4.0 (optional PNG preview: pypdfium2, pillow)
  • Intended registry/discovery tags: latest, complete-tech, codex-skill, agentic-development, agentic-workflows, delivery, project-management, handoff, pdf, pdf-generator
  • License: repository code, templates, and documentation use MIT; ClawHub publishing is intentionally skipped for now.
  • Brand assets: CompleteTech LLC names, logos, seals, and brand assets are reserved; see BRAND_ASSETS.md.

Workflow Diagram

flowchart LR
  A[Approved scope] --> B[Kickoff and access]
  B --> C[Project controls]
  C --> D[Prototype and evaluation]
  D --> E{Acceptance ready?}
  E -->|No| F[Remediation and change control]
  F --> C
  E -->|Yes| G[Launch, support, and handoff]
  classDef source fill:#eef6ff,stroke:#3778c2,color:#102a43;
  classDef gate fill:#fff7e6,stroke:#c97a12,color:#3d2600;
  classDef output fill:#eefaf0,stroke:#2f8f46,color:#12351d;
  class A,B,C,D source;
  class E gate;
  class F,G output;
Loading

What It Does

  • Selects the right delivery artifact by operational event.
  • Drafts kickoff agendas, access checklists, project plans, milestone trackers, status updates, decision logs, risk/issue logs, change requests, prototype reviews, evaluation reports, acceptance packets, launch readiness checks, monitoring plans, support plans, handoff docs, runbooks, quickstarts, closeout summaries, and escalation procedures.
  • Helps run the engagement cleanly and feeds verified delivery facts back into proposal, contract, invoice, email, discovery, and certificate workflows.
  • Keeps delivery focused on practical, bounded agentic workflow implementation with human approval gates, evaluation evidence, logs, monitoring, documentation, support, and handoff.

Contents

  • SKILL.md - operating instructions and artifact-selection guide.
  • references/delivery-catalog.md - reusable delivery/execution artifact templates.
  • references/use-case-decision-table.md - quick guide for choosing the right artifact.
  • references/delivery-lifecycle.md - flow from kickoff through support and closeout.
  • references/delivery-positioning.md - CompleteTech LLC delivery language and guardrails.
  • scripts/render_delivery.py - deterministic template listing and rendering helper.
  • scripts/render_pdf.py - branded CompleteTech PDF generator (Markdown -> PDF + optional PNG preview).
  • requirements.txt - Python dependencies for branded PDF rendering.

Quick Start

python3 scripts/render_delivery.py --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 client, scope, schedule, approval, risk, test, support, and handoff details before use.

Example

Launch Readiness Checklist preview

Example files: Markdown · PDF · DOCX.

Delivery artifact: Northwind Trading Co. — launch readiness for the pilot

  • Evaluation evidence: 93.4% routing accuracy, 4.3/5 reply quality, 0/42 prompt-injection actions.
  • Operational readiness: logging, misclassification register, and rollback documented.
  • Open items and approval gates tracked before the acceptance demonstration.
  • Launch blocked until security signoff and sponsor go/no-go are recorded.

Generate it in one command (branded PDF + Markdown, like the contract skill):

pip install -r requirements.txt
python3 scripts/render_delivery.py --template launch-readiness-checklist \
  --out assets/examples/example.pdf --png assets/examples/example.png \
  --markdown-out assets/examples/example.md \
  --logo assets/logo.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"

The committed example.{md,pdf,png} use curated, realistic demonstration data for the Northwind Trading Co. support-triage pilot; pass --var key=value to fill template placeholders with your own facts.

Brand Notes

Use a direct, concrete, low-hype tone. Present delivery as practical bounded implementation: execute the approved scope, protect human approval gates, track decisions and risks, verify evaluation examples, document logs and monitoring, prepare reviewers/admins, manage change requests, confirm acceptance, and hand off cleanly. Do not invent client facts, approvals, test results, metrics, regulated-use assurances, legal claims, or production readiness.

License

Code, templates, and documentation are licensed under the MIT License. CompleteTech LLC names, logos, seals, and brand assets are reserved and are not licensed for reuse except to identify this project. See LICENSE and BRAND_ASSETS.md.

About

Create branded CompleteTech LLC delivery execution PDFs (kickoff, status, evaluation, launch readiness, handoff) for agentic pilots.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages