Agentic Case Study Skill
/install agentic-case-study-skill
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
- Identify the proof need: intake, interview, internal brief, anonymized/public case study, sales asset, social post, quote, referral, award, press, or approval checklist.
- Gather verified facts: client approval status, workflow, before state, implementation, controls, evaluation evidence, qualitative observations, measured outcomes, quotes, confidentiality constraints, and allowed attribution.
- Use
references/use-case-decision-table.mdto choose the right proof artifact. - Use
references/proof-positioning.mdfor CompleteTech LLC proof language, evidence rules, and anonymization guardrails. - Use
references/proof-catalog.mdfor the near-exhaustive proof asset library. - 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-pdfemits Markdown only (the original behavior);--no-coverdrops 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 requiresreportlab; the optional--pngpreview requirespypdfium2andpillow. Seeassets/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentic-case-study-skill - After installation, invoke the skill by name or use
/agentic-case-study-skill - Provide required inputs per the skill's parameter spec and get structured output
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.