workflow-maker

Generate workflow YAML files from user intent using bundled templates.

17|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Adelie-Squad/solosquad --skill workflow-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-maker
Source: https://github.com/Adelie-Squad/solosquad/tree/main/skills/workflow-maker
Command: npx skills add https://github.com/Adelie-Squad/solosquad --skill workflow-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill automates the creation of standardized workflow YAML instances from user intents by selecting from bundled templates.

Core Features & Use Cases

  • Template-driven synthesis: choose among four templates (discovery-cycle, pmf-validation, autoplan-pm, weekly-retro) to tailor workflows to the user's goal.
  • Structured outputs: generates <org>/workflows/wf-YYYY-MM-DD-<slug>/workflow.yaml and a corresponding _status.yaml, with agent mappings and stage definitions.
  • Extensible customization: supports optional handoff templates and future templates to adapt to organizational needs.

Quick Start

Provide a user intent and the system will generate an initial workflow.yaml by selecting the best-matching bundled template and wiring up the required stages.

Frequently Asked Questions about workflow-maker

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

FAQPage Schema
How do I generate a workflow YAML from a project intent automatically?

To generate a workflow YAML from an intent, provide your goal and the system selects a bundled template to synthesize a structured workflow.yaml with mapped stages and agents. It instantiates the file under org/workflows/ with a date-stamped slug directory.

What templates are available for workflow orchestration and planning?

Workflow orchestration templates include discovery-cycle, pmf-validation, autoplan-pm, and weekly-retro. Each template tailors the generated YAML to a specific product management or planning scenario.

Can I use custom handoff templates when creating a workflow.yaml?

Custom handoff templates are supported as optional outputs during workflow.yaml generation. The system applies a bundled template and can emit corresponding handoff templates to fit organizational needs.

Does the generated workflow include status tracking or just the orchestration steps?

The generated workflow includes status tracking alongside orchestration steps. It outputs a workflow.yaml defining stages and agents, plus a corresponding _status.yaml for tracking execution state.

What's the best way to structure a repeatable workflow for product discovery?

The best way to structure a repeatable discovery workflow is using the discovery-cycle template. It synthesizes a standardized workflow.yaml with predefined stages and agent mappings from your discovery intent.

Do I need to manually define agent mappings when synthesizing a workflow?

You do not need to manually define agent mappings when synthesizing a workflow. The template-driven synthesis automatically wires up required stages and agent mappings within the generated workflow.yaml.