output-dev-folder-structure

Standardize Output SDK workflow folders with required files and naming rules.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-dev-folder-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-dev-folder-structure
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-dev-folder-structure
Command: npx skills add https://github.com/growthxai/output --skill output-dev-folder-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardize the Output SDK workflow folder structure to ensure consistency across projects, accelerate onboarding, and enable reliable tooling and automation.

Core Features & Use Cases

  • Provides a canonical layout for core workflow components (workflow.ts, steps.ts or steps/, types.ts, utils.ts, prompts/, scenarios/).
  • Supports flat or folder-based organization to scale with project size, while preserving strict component location rules.
  • Guides teams on naming conventions, import boundaries, and how to add optional resources (scripts, references, assets) when needed.
  • Use Case: New projects or multi-workflow platforms adopt the same folder layout to reduce setup time and improve maintainability.

Quick Start

Adopt the standard Output SDK workflow folder structure to align with repository conventions.

Frequently Asked Questions about output-dev-folder-structure

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

FAQPage Schema
What is the standard folder structure for an Output SDK workflow project?

A standard Output SDK workflow folder structure enforces strict placement rules for core files like workflow.ts, steps.ts, types.ts, and scenarios/ to ensure consistency and accelerate developer onboarding.

How do I organize workflow components when a project scales to multiple workflows?

For multiple workflows, you can transition from a flat file layout to a folder-based organization. This approach scales with project size while preserving strict component location rules for required files like workflow.ts and steps.ts.

When should I add optional directories like scripts, references, and assets to my workflow?

You should add optional directories like scripts, references, and assets when your workflow project requires supplementary resources beyond the core components, providing guidance on naming conventions and import boundaries as needed.

Does standardizing the workflow folder structure enforce specific naming and placement rules?

Yes, standardizing the workflow folder structure enforces strict naming and placement rules for required files such as workflow.ts, steps.ts, types.ts, prompts, and scenarios to enable reliable tooling and automation.

What's the best way to validate an Output SDK workflow project layout?

The best way to validate an Output SDK workflow project layout is to apply standardized conventions for creating and organizing workflows, checking that required files and optional components follow the recommended root structure.