connect-blueprint

Generate Amazon Connect contact flow JSON from requirements or diagrams.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ippei2480/connect-blueprint --skill connect-blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-blueprint
Source: https://github.com/ippei2480/connect-blueprint/tree/main
Command: npx skills add https://github.com/ippei2480/connect-blueprint --skill connect-blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and deployment of Amazon Connect contact flows, transforming requirements or diagrams into functional AWS resources.

Core Features & Use Cases

  • Design from Scratch: Gathers requirements, generates Mermaid diagrams, creates flow JSON, and deploys to AWS.
  • Diagram to Flow: Converts draw.io, Mermaid, or image diagrams into Amazon Connect flow JSON.
  • Automated Validation & Deployment: Includes robust local and API validation before deploying flows.
  • Use Case: You need to build a new customer support IVR for your e-commerce business. You can describe the desired menu options and routing logic, and this Skill will generate the complete Amazon Connect contact flow JSON, ready for deployment.

Quick Start

Use the connect-blueprint skill to design a new contact flow from scratch based on the provided requirements.

Frequently Asked Questions about connect-blueprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Amazon Connect contact flow JSON from a Mermaid diagram?

You can generate Amazon Connect contact flow JSON by providing a Mermaid diagram to the skill, which converts the visual routing logic into deployable flow JSON ready for AWS.

Can I deploy an Amazon Connect IVR menu directly from text requirements?

Yes, you can design and deploy an IVR menu from scratch by providing textual requirements, which the skill uses to generate the contact flow JSON and deploy it to AWS via CLI.

Does this skill support draw.io diagrams for Amazon Connect flow generation?

Yes, the skill supports converting draw.io diagrams into Amazon Connect contact flow JSON, alongside Mermaid diagrams and image-based visual inputs.

What is the best way to automate Amazon Connect deployment with Lambda integration?

The best way to automate deployment is using the skill's CLI integration, which handles local and API validation before deploying flows with Lambda integration and queue routing to AWS.

How does automated validation work for Amazon Connect contact flows?

Automated validation works by running robust local checks and API validation steps before deploying the generated Amazon Connect contact flow JSON to the AWS environment.

Can I build business hours checks into an Amazon contact flow without manual coding?

Yes, you can build business hours checks into an Amazon Connect contact flow by specifying the requirement in text, which the skill translates into functional flow JSON automatically.