Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

automation-blueprint β€” Describe your process. Get a complete automation blueprint.

automation-blueprint

Describe your manual process. Get a complete automation blueprint.

MIT License Claude Skill LLM Agnostic Italian and English 21+ automations


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

Quick Start

Claude Code / Claude Cowork

# 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.

Cursor / Windsurf / Other AI Editors

Clone the repo into your project directory. The AI assistant will automatically discover the SKILL.md and reference files through its file system access.

Gemini / ChatGPT / Any LLM

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.

Usage

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.


Examples

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

How It Works

1. Discovery

Structured questions to understand your process: frequency, duration, tools, costs, technical level. Max 5 questions at a time β€” no endless questionnaires.

2. Analysis

  • Automation Score (0–100) across 5 dimensions: repetitiveness, volume, data structure, API availability, economic value
  • Friction mapping per step (🟒 low / 🟑 medium / πŸ”΄ high)

3. Blueprint

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

Honest by Design

If automation doesn't make sense (score < 30), the skill tells you honestly and suggests manual optimizations instead. No upsell, no false promises.


What Makes This Different

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"

Automation Score Dimensions

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

Skill Structure

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

Keywords / Parole Chiave

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


Attribution

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: false as 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.


Why This Exists

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:


Want It Implemented?

The blueprint is actionable on your own. But if you want someone to build it:

β†’ Book an automation audit


Contributing

See CONTRIBUTING.md for guidelines. Issues, ideas, and PRs are welcome.


License

MIT β€” Giovanni Liguori, 2026

About

Describe your manual process. Get a complete automation blueprint with Automation Score, ROI calculation, and implementation plan. Claude Skill, LLM-agnostic.

Topics

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors