One-click install
npx skills add https://github.com/swghosh/ambient-workflows --skill workflow-creator-swghosh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/swghosh/ambient-workflows/tree/main/.claude/skills/workflow-creator
Command: npx skills add https://github.com/swghosh/ambient-workflows --skill workflow-creator-swghosh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building an ACP workflow from scratch is easy to get wrong, especially when you need consistent file structure, valid JSON configuration, properly named agents, and command/phase wiring that matches the workflow methodology.

Core Features & Use Cases

It guides you through an interactive, phase-by-phase creation flow to produce a ready-to-load workflow directory. It generates a complete set of required files—including .ambient/ambient.json, agent personas, slash command definitions, and documentation—following the template-workflow pattern. Use it when you need a new feature workflow, a bug-fix workflow, a security review workflow, documentation workflow, or a custom multi-phase ACP workflow.

Quick Start

Tell the skill: "Create a feature development workflow named spec-planner-web with a one-sentence description."

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I generate an ACP workflow with valid JSON configuration and slash command phases?

Generating an ACP workflow involves an interactive phase-by-phase creation flow that produces valid JSON configuration, correctly named agent personas, and slash command definitions. It ensures proper structure, prompts, and agents for the Ambient Code Platform.

What files do I need to create a multi-phase workflow for the Ambient Code Platform?

Creating a multi-phase workflow requires generating `.ambient/ambient.json` for configuration, agent personas in `.claude/agents`, and slash command definitions in `.claude/commands`. These files establish the workflow structure, prompts, and phase wiring.

When do I need a template scaffolding workflow for feature development or bug fixing?

A template scaffolding workflow is needed when building new feature workflows, bug fixing workflows, security review workflows, or documentation workflows. It prevents incorrect file structure and invalid command wiring by following the documented methodology.

Does the ACP workflow generator support custom kebab-case workflow naming?

Yes, the ACP workflow generator supports custom kebab-case workflow naming. It validates the workflow name and generates a ready-to-load workflow directory with a one-sentence description and all mandatory SKILL entry fields satisfied.

What's the best way to avoid invalid JSON configuration when building agent personas and slash commands?

The best way to avoid invalid JSON configuration is using an interactive generation flow that applies documented templates and methodology. This automatically wires agent personas and slash command phases correctly without manual file creation errors.