workflow-creator

Generate standardized Talos workflow scaffolds with workflow.md and manifest.json.

13|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ob-labs/talos --skill workflow-creator-ob-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/ob-labs/talos/tree/main/skills/workflow-creator
Command: npx skills add https://github.com/ob-labs/talos --skill workflow-creator-ob-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Talos workflow design often requires repeated setup and careful orchestration, leading to inconsistent project scaffolds. This Skill guides users to generate standardized workflow definitions and manifests, enabling repeatable kickoffs across teams.

Core Features & Use Cases

  • Generates a complete scaffold under workflows/<name>/ with workflow.md and manifest.json.
  • Documents and references built-in agents and skills, and supports workflow-local agents under agents/.
  • Accelerates onboarding and collaboration by enforcing clear stage sequencing and dependency declarations.

Quick Start

Create a new workflow scaffold by generating workflows/<name>/workflow.md and manifest.json that describe stages, agents, and dependencies.

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I create a standardized Talos workflow with proper stage sequencing?

To create a standardized Talos workflow, generate a scaffold under workflows/<name>/ containing workflow.md and manifest.json to define clear stage sequencing, agent declarations, and dependency mappings.

What files do I need to scaffold for a multi-stage agent pipeline in Talos?

Scaffolding a multi-stage agent pipeline requires a workflow.md file, a manifest.json file, and optional workflow-local agents under the agents/ directory to declare dependencies and orchestrate stages.

Does Talos workflow design support reusable planning across different projects?

Yes, Talos workflow design supports reusable planning across projects by generating standardized workflow definitions and manifests that enforce consistent stage sequencing and dependency declarations for repeatable kickoffs.

Can I define workflow-local agents when automating Talos orchestration?

Yes, you can define workflow-local agents by placing declarations under the agents/ subdirectory within your scaffolded workflows/<name>/ folder, alongside the required workflow.md and manifest.json files.

Why do my Talos project scaffolds end up with inconsistent workflow setups?

Inconsistent project scaffolds occur without standardized workflow definitions, which this Skill resolves by guiding you to generate structured manifests and workflow.md files ensuring clear dependency mapping and stage sequencing.