← Back to Skills Marketplace
completetech

Agentic Case Study Skill

by CompleteTech · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ pending
48
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install agentic-case-study-skill
Description
Create CompleteTech LLC case studies, testimonials, and proof assets for completed agentic development engagements, including intake questionnaires, outcome...
README (SKILL.md)

Agentic Case Study Skill

Purpose

Create case studies, testimonials, and proof assets after CompleteTech LLC agentic development delivery, using only verified and client-approved facts.

System Boundary

This skill owns approved outcome packaging and reusable proof after delivery. Use agentic-delivery-skill for raw delivery evidence, agentic-customer-success-skill for relationship and approval routing, and agentic-email-skill only for messages that request approval or share the proof. Do not turn internal notes, unapproved metrics, private client details, or speculative outcomes into public proof.

Core Workflow

  1. Identify the proof need: intake, interview, internal brief, anonymized/public case study, sales asset, social post, quote, referral, award, press, or approval checklist.
  2. Gather verified facts: client approval status, workflow, before state, implementation, controls, evaluation evidence, qualitative observations, measured outcomes, quotes, confidentiality constraints, and allowed attribution.
  3. Use references/use-case-decision-table.md to choose the right proof artifact.
  4. Use references/proof-positioning.md for CompleteTech LLC proof language, evidence rules, and anonymization guardrails.
  5. Use references/proof-catalog.md for the near-exhaustive proof asset library.
  6. Distinguish measured outcomes from qualitative observations. Do not fabricate ROI, savings, approvals, quotes, metrics, regulated-use assurances, legal claims, or client facts.

Proof Asset Selection Guide

  • Starting proof collection: use case-study-intake-questionnaire.
  • Interviewing client stakeholders: use client-outcome-interview-guide.
  • Internal sales enablement: use internal-case-study-brief.
  • Confidential client or sensitive details: use anonymized-case-study.
  • Client approved public attribution: use public-named-client-case-study.
  • Show process change: use before-after-workflow-summary.
  • Tell delivery narrative: use implementation-story.
  • Technical buyer proof: use technical-implementation-note.
  • Governance proof: use risk-control-summary.
  • Approval workflow proof: use human-approval-gate-summary.
  • Evaluation evidence: use evaluation-results-summary.
  • Ask for testimonial: use testimonial-request.
  • Draft testimonial for approval: use testimonial-draft.
  • Build reusable proof snippets: use proof-point-library.
  • Sales handout: use sales-one-pager.
  • Website page: use website-case-study.
  • Social post: use linkedin-post.
  • Nurture campaign: use email-nurture-story.
  • Referral ask: use referral-enablement-blurb.
  • Portfolio listing: use portfolio-entry.
  • Speaking or podcast outreach: use speaker-podcast-pitch.
  • Award entry: use award-submission-draft.
  • Press announcement: use press-release-draft.
  • Quote approval: use customer-quote-approval-checklist.
  • Confidentiality review: use confidentiality-and-anonymization-checklist.
  • Short proof for proposal/email reuse: use micro-proof-snippet.
  • Internal proof QA: use proof-approval-status-tracker.

When several artifacts fit, choose the safest asset that matches approval status. If client approval is unknown, use internal or anonymized artifacts and run the approval/anonymization checklist before public use.

Quality Rules

  • Use only verified, client-approved facts.
  • Separate measured outcomes from qualitative observations.
  • Preserve confidential details and anonymize when required.
  • Keep the CompleteTech LLC frame: bounded workflow implementation, human approval gates, evaluation, monitoring, documentation, support, and handoff.
  • Do not imply regulated-use approval, legal conclusions, or guaranteed outcomes.
  • Use TBD, "not approved for public use", or "client approval required" where facts or permissions are missing.

Resource Guide

  • references/proof-positioning.md: load for evidence rules, brand language, and anonymization boundaries.
  • references/use-case-decision-table.md: load when choosing a proof artifact.
  • references/proof-lifecycle.md: load for flow from outcome collection through public proof approval.
  • references/proof-catalog.md: load for the near-exhaustive proof asset templates.
  • references/template-index.json: machine-readable template metadata used by the renderer.
  • scripts/render_proof.py: list proof assets or render a draft with placeholders.

Renderer

python3 scripts/render_proof.py --list
python3 scripts/render_proof.py --stage case_study --list
python3 scripts/render_proof.py --template anonymized-case-study --var workflow="support triage"

Rendered artifacts are drafts. Replace placeholders with verified facts and confirm approval status before publishing or sending externally.

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_proof.py --template public-named-client-case-study \
  --out artifact.pdf --png artifact.png \
  --title "Customer Support Email Triage Agent" --doc-type "CLIENT CASE STUDY" \
  --subtitle "Northwind Trading Co. × CompleteTech LLC" --meta "CASE NO.=CASE-2026-007" --meta "DATE=2026-07-01" \
  --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-case-study-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-case-study-skill
  3. After installation, invoke the skill by name or use /agentic-case-study-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-case-study-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Agentic Case Study Skill?

Create CompleteTech LLC case studies, testimonials, and proof assets for completed agentic development engagements, including intake questionnaires, outcome... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.

How do I install Agentic Case Study Skill?

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

Is Agentic Case Study Skill free?

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

Which platforms does Agentic Case Study Skill support?

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

Who created Agentic Case Study Skill?

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

💬 Comments