workflow-creator

Design Antigravity workflows through interview-driven planning and overlap checks.

8|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ydnikolaev/antigravity-factory --skill workflow-creator-ydnikolaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/ydnikolaev/antigravity-factory/tree/main/.agent/skills/workflow-creator
Command: npx skills add https://github.com/ydnikolaev/antigravity-factory --skill workflow-creator-ydnikolaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams design and blueprint Antigravity workflows by conducting interviews before implementation to capture goals, constraints, and success criteria.

Core Features & Use Cases

  • Interview-first design: gather requirements and constraints before drafting workflow steps.
  • Overlap prevention: check existing .agent/workflows to avoid duplicates and conflicts.
  • Skill-alignment: map workflow steps to available skills and available pipelines.
  • Pipeline-ready design: produce modular, extensible workflows that fit into the project structure.

Quick Start

Describe the automation you want to build and I will propose a first design proposal and the clarifying questions to confirm before writing any artifacts.

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I design an AI workflow before starting implementation?

Workflow design uses an interview-driven planning process to capture automation requirements and constraints before drafting steps. This ensures the resulting blueprint aligns with available skills and fits naturally into your current project pipeline.

What is interview-driven workflow planning for AI automation?

Interview-driven planning is a design method that asks clarifying questions to capture goals and success criteria before writing any artifacts. It produces a first design proposal to confirm requirements and prevent incorrect automation steps.

How do I check for overlapping workflows before creating a new one?

You check for overlapping workflows by scanning existing workflow definitions within your project structure. This non-duplication check prevents conflicts and ensures new automation blueprints do not duplicate functionality already handled by current skills.

Can I map automation workflow steps to my existing skills?

Yes, you can map workflow steps to available skills and pipelines. Skill-alignment ensures every step in your automation blueprint integrates with your defined skill set, producing a modular and extensible design for your project.

Does workflow design require a specific environment or framework setup?

Workflow design requires an environment where existing workflows and skills are defined for overlap checks and alignment. It produces pipeline-ready blueprints, so your project structure must support modular artifacts to properly integrate the proposed automation.