new-workflow

Generate validated, flattened Workscript workflow JSON pipelines with defensive guards.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/Narcis13/workscript --skill new-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-workflow
Source: https://github.com/Narcis13/workscript/tree/main/.claude/skills/new-workflow
Command: npx skills add https://github.com/Narcis13/workscript --skill new-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The new-workflow skill helps users quickly design, validate, and generate flat, production-grade Workscript workflow JSONs using a guided process that emphasizes defensive guards, validation, and node usage, reducing manual workflow construction errors.

Core Features & Use Cases

  • Flat, sequential workflow generation with optional edge-based branching when needed
  • Complexity assessment and node guidance to decide when to propose new nodes
  • Defensive guards, JSON validation, and data validation patterns
  • Quick-start templates and reference patterns for common tasks
  • Use cases: data processing, API orchestration, data ETL, find-or-create patterns

Quick Start

Provide a clear workflow objective and I will generate a validated, flat Workscript workflow JSON with defensive guards.

Frequently Asked Questions about new-workflow

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

FAQPage Schema
How do I generate a validated Workscript workflow JSON for API orchestration?

To generate a validated Workscript workflow JSON, provide a clear workflow objective and the skill outputs a flattened, production-ready pipeline with defensive guards to the sandbox prompts folder.

What is the best way to structure flat workflows with edge-based branching?

Flat workflows with edge-based branching are structured sequentially, using complexity assessment and node guidance to introduce edge branches only when necessary for data processing or find-or-create patterns.

Can I use defensive guards and data validation patterns in automated ETL pipelines?

Yes, you can use defensive guards and data validation patterns in automated ETL pipelines to enforce data integrity and reduce manual workflow construction errors during data processing and API orchestration.

When do I need complexity assessment and node generation for data processing tasks?

You need complexity assessment and node generation for data processing tasks when orchestrating API calls or find-or-create patterns requires expanding sequential operations to handle specific edge branching conditions.

Does Workscript workflow automation support find-or-create patterns and API calls?

Yes, Workscript workflow automation supports find-or-create patterns and API calls by generating validated, flat JSON pipelines equipped with defensive guards and node usage guidance for typical orchestration tasks.