Describe your manual process. Get a complete automation blueprint.
automation-blueprint is a Claude Skill that analyzes any manual business process and generates a structured automation blueprint with:
- Automation Score (0β100) across 5 dimensions
- Architecture diagram (Mermaid) with color-coded automation levels
- ROI calculation with conservative and optimistic scenarios
- Implementation plan phased by ROI priority
- Stack recommendation matched to your technical level
- Risk assessment and pre-requisite checklist
Built from patterns extracted from 21+ automations running in production.
Integrates three open-source methodologies:
| Methodology | Purpose | Link |
|---|---|---|
| β‘ Stream Coding | 40/40/5/10/5 planning framework for implementation plans | github.com/frmoretto/stream-coding |
| π Clarity Gate | Epistemic verification β every number tagged [fact] / [estimate] / [hypothesis] |
github.com/frmoretto/clarity-gate |
| π‘οΈ HardStop | Safety layer β human approval gates on destructive operations | github.com/frmoretto/hardstop |
# Clone the skill
git clone https://github.com/videomakingio-gif/claude-automation-blueprint.git
# Add to your Claude Code config
# In .claude/settings.json or project settings:
# "skills": ["path/to/claude-automation-blueprint"]For Cowork, download the .skill file from Releases and install it. The SKILL.md contains inline ROI formulas and cost tables β it works fully standalone.
Clone the repo into your project directory. The AI assistant will automatically discover the SKILL.md and reference files through its file system access.
Copy the content of SKILL.md as a system prompt or upload it as a file. For deeper analysis, also upload references/ and templates/. The skill is LLM-agnostic β all instructions, formulas, and structures work with any capable model.
Just describe your manual process in Italian or English:
"Every week I spend 6 hours preparing client reports. I pull data from Google Analytics, copy it into a spreadsheet, make charts, write commentary, and email the PDF."
or:
"Ogni settimana passo 6 ore a preparare report per i clienti. Prendo dati da Google Analytics, li copio in un Google Sheet, faccio grafici, scrivo un commento, e mando il PDF via email."
The skill will ask clarifying questions, then generate your complete blueprint.
See the examples/ directory for complete blueprints:
| Example | Score | Saved | ROI | Stack |
|---|---|---|---|---|
| LinkedIn Automation | 82/100 | 35+ hrs/month | 324% | Level 4 β Claude Code + Skills |
| Invoice Pipeline | 68/100 | 8 hrs/month | 302% | Level 2 β Claude Cowork + API |
| Content Pipeline | 71/100 | 20 hrs/month | 270% | Level 3 β Claude Code + CMS |
Structured questions to understand your process: frequency, duration, tools, costs, technical level. Max 5 questions at a time β no endless questionnaires.
- Automation Score (0β100) across 5 dimensions: repetitiveness, volume, data structure, API availability, economic value
- Friction mapping per step (π’ low / π‘ medium / π΄ high)
Complete .md file with:
- Mermaid architecture diagram (color-coded by automation level)
- ROI calculation (conservative + optimistic, with epistemic tags)
- Phased implementation plan (following Stream Coding methodology)
- Stack recommendation (4 levels: no-code β full control)
- Safety layer with human approval gates (HardStop methodology)
- Risk assessment and pre-requisites
If automation doesn't make sense (score < 30), the skill tells you honestly and suggests manual optimizations instead. No upsell, no false promises.
| Feature | Generic ROI Calculator | This Skill |
|---|---|---|
| Process analysis | β Input hours Γ cost | β Step-by-step friction mapping |
| Architecture | β None | β Mermaid diagram with automation levels |
| ROI accuracy | β Single number | β Conservative + optimistic with ranges |
| Epistemic rigor | β None | β
Every claim tagged [fact/estimate/hypothesis] |
| Safety | β None | β Human approval gates on destructive steps |
| Implementation plan | β "Just automate it" | β Phased plan with Stream Coding methodology |
| Honest "no" | β Always says yes | β Score < 30 = "don't automate" |
| Dimension | What it measures | 0β5 (low) | 16β20 (high) |
|---|---|---|---|
| Repetitiveness | How identical each execution is | Unique every time | Identical every time |
| Volume | How often the process runs | < 1/month | Daily+ |
| Data Structure | How structured the input/output is | Unstructured | Fully structured |
| API Availability | How accessible the tools are via API | No API | REST API, simple auth |
| Economic Value | Monthly savings potential | < β¬50/month | > β¬1000/month |
claude-automation-blueprint/
βββ SKILL.md # Main skill file (self-contained)
βββ references/
β βββ automation-patterns.md # 11 patterns across 5 categories
β βββ roi-framework.md # ROI formulas, cost tables, presentation rules
β βββ stack-recommendations.md # 4 tech levels with architecture diagrams
β βββ anti-patterns.md # 10 common mistakes to avoid
β βββ clarity-gate-integration.md # 9-checkpoint epistemic verification
βββ templates/
β βββ blueprint-template.md # Structured output template (IT/EN)
β βββ no-go-report-template.md # Template for Score < 30 (honest "no")
βββ examples/
β βββ example-linkedin-automation.md # Score 82 β LinkedIn management
β βββ example-invoice-pipeline.md # Score 68 β Freelancer invoicing
β βββ example-content-pipeline.md # Score 71 β B2B content marketing
βββ evals/
β βββ evals.json # 8 test cases with machine-readable assertions
βββ assets/
β βββ hero.png # Repository hero image
βββ .claude-plugin/
β βββ plugin.json # Marketplace metadata
βββ CONTRIBUTING.md # Contribution guidelines
βββ LICENSE # MIT
βββ README.md # This file
EN: automation blueprint, process automation assessment, automation ROI calculator, Claude skill automation, business process automation, workflow automation analysis, should I automate, automation feasibility
IT: automazione processi aziendali, calcolo ROI automazione, processo manuale, conviene automatizzare, blueprint automazione, analisi processo, skill Claude automazione
By default, generated blueprints include an attribution footer with a link to the author's consulting page. You can disable the commercial link:
- Say "senza attribuzione" or "no attribution" during the conversation
- Or set
ATTRIBUTION: falseas context in your project settings
The attribution is optional and the skill works identically without it. The MIT license requires only the copyright notice in derivative works.
Most "automation assessments" are either generic ROI calculators or expensive consulting engagements. This skill bridges the gap: it produces a real architecture from a real process description, using patterns from production automation systems.
Built by Giovanni Liguori, AI Automation Architect with 21+ automations in production managing his entire digital presence via Claude.
Learn more:
- π Blog post: Come funziona automation-blueprint
- ποΈ Case Study: 21+ automazioni in produzione
- π Claude Mastery Guide β How to get the most from Claude
- π 5 Workflow Claude per risparmiare 40+ ore/mese
The blueprint is actionable on your own. But if you want someone to build it:
See CONTRIBUTING.md for guidelines. Issues, ideas, and PRs are welcome.
MIT β Giovanni Liguori, 2026
