process-pilot-design

process-pilot-design is a skill for Claude Code from geledek/enterprise-ai-transformation-skills. It costs 132 tokens per session (1,678 once invoked), scanned A, original, MIT.

A framework for planning a 90-day test of an AI idea before committing to a full rollout. It defines the scope, measures results at set checkpoints, and sets conditions for stopping or passing the test.

In plain words
What is it for?
Use it to design a small AI proof of concept, prepare a plan for sponsor approval, and decide at days 30, 60, and 90 whether the pilot should continue.
Why use it?
It prevents teams from investing heavily in an AI project without agreeing in advance on what success means or how the work process must change.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the enterprise-ai-transformation-skills plugin — 16 skills shipped together

Good fit Use it to design a small AI proof of concept, prepare a plan for sponsor approval, and decide at days 30, 60, and 90 whether the pilot should continue.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add geledek/enterprise-ai-transformation-skills
Claude Code
/plugin install enterprise-ai-transformation-skills

Made for: Claude Code.

Or install enterprise-ai-transformation-skills, the plugin that ships this one along with the rest of its 16 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for process-pilot-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design/github.svg)](https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design)
Your own site
<a href="https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design"><img src="https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for process-pilot-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design"><img src="https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/process-pilot-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.01678
Opus 5 $0.00066 $0.00839
Sonnet 5 $0.00026 $0.00336
Haiku 4.5 $0.00013 $0.00168

Measured 12d ago against content hash f5792341926b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

process-pilot-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/process-pilot-design/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Process — AI Pilot Design

Design a 90-day AI pilot with pre-deployment metrics, stop conditions, and workflow redesign baked in. Seven questions. One-page output ready for sponsor approval.

The discipline: narrow scope, pre-deployment metrics, workflow redesign before technology. AI bolted onto a legacy workflow is the #1 process failure mode (Stanford AI Index 2026 — consult stanford-51-deployments.md).

Output contract (stable): a one-page plan with Day 30 / Day 60 / Day 90 gates, pre-deployment metrics, stop conditions, and a pass/fail verdict criterion.


Role 1: Scope and Problem Framing

Answer the two foundational questions before any technology decisions.

SCOPE CHECK — Scope × Execution Grid (consult 95-5-genai-divide.md):

  • Narrow scope + simple execution = fast wins (target this quadrant)
  • Narrow scope + complex execution = early pilots (proceed with caution)
  • Broad scope = partial pilots or failure (justify explicitly if broad scope is proposed)

Classify the proposed pilot:

  • What is the scope? (One function, one workflow, one user group)
  • What is the execution complexity? (Simple / Complex)
  • Is this upper-left on the grid?

PROBLEM STATEMENT: State the friction this pilot addresses in one sentence. This should be friction-first ("users struggle with X because of Y"), not tech-first ("we want to test AI for Z").

Output: SCOPE | COMPLEXITY | GRID POSITION | FRICTION STATEMENT


Role 2: Pre-Deployment Metrics

Name the metrics BEFORE the pilot launches. If you can't name them now, the pilot isn't ready.

THE MEASUREMENT-GAP WARNING (consult european-fintech-case.md): A leading European fintech replaced 700 agents with one AI system. Tracked volume, response time, cost. Did NOT track resolution quality, repeat-contact rate, CSAT. CSAT dropped 22%. Hiring resumed within months.

Name three metrics that prove this pilot is working:

  1. [Metric 1 — what it measures, how it will be tracked]
  2. [Metric 2 — what it measures, how it will be tracked]
  3. [Metric 3 — what it measures, how it will be tracked]

Read the full file on GitHub · 168 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 168 lines · 0 tokens per session scan A f5792341926b

Subscribe to this mod's changes

process-pilot-design is a skill published in the GitHub repository geledek/enterprise-ai-transformation-skills (9 stars, last pushed 2mo ago), licensed MIT. It adds 132 tokens to every session and 1,678 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ai-interaction-pattern-advisor

Advises WHICH AI interaction pattern fits a product, service, or workflow — at what level of automation, with what trust mechanics and what organizational change. Acts as a senior Service Designer and AI Transformation specialist. Use whenever the user is deciding how AI should show up in an experience, or is…

irSodeh/AI-Interaction-Pattern-Advisor · 220 tokens

ai-act-classification

Classify AI systems and GPAI models under the current EU AI Act. Use for Article 5 prohibited-practice screening, Article 6 and Annex I/III high-risk analysis, Article 6(3) exceptions, Article 50 transparency duties, GPAI duties, role allocation, deadlines, or an evidence-backed classification memo.

lexbeam-software/eu-ai-governance-plugin · 72 tokens

ai-act-compliance

Assess and build an EU AI Act compliance programme. Use for inventories, role maps, deadline readiness, Article 4 AI literacy, high-risk provider or deployer controls, GPAI governance, policy roadmaps, remediation plans, or executive compliance status.

lexbeam-software/eu-ai-governance-plugin · 55 tokens

ai-vendor-assessment

Assess an AI vendor, model provider, or supplier relationship. Use for EU AI Act role and evidence checks, GDPR processor terms, security and resilience review, model-change controls, incident routes, audit rights, contractual redlines, or a go/no-go procurement recommendation.

lexbeam-software/eu-ai-governance-plugin · 59 tokens

dpia-ai

Run or review a GDPR data protection impact assessment for an AI system. Use for Article 35 trigger screening, necessity and proportionality, profiling and automated decisions, bias and explainability risks, mitigations, DPO consultation, Article 36 prior consultation, or DPIA and EU AI Act FRIA coordination.

lexbeam-software/eu-ai-governance-plugin · 66 tokens

governance-documentation

Create, review, or organise EU AI Act governance evidence. Use for Article 11 and Annex IV technical documentation, logs, quality management, conformity records, declarations, registration, deployer records, post-market monitoring, incident files, evidence indexes, or review packs.

lexbeam-software/eu-ai-governance-plugin · 59 tokens