workflow-authoring

Featured

Reference for writing a Workflow tool script (script API and gotchas, resume, quality patterns, worked examples). Load before authoring a script for a workflow the user already opted into; it does not itself authorize running one.

AI & Automation 64,796 stars 10637 forks Updated yesterday CC0-1.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Workflow authoring reference A workflow structures work across many agents — to be comprehensive (decompose and cover in parallel), to be confident (independent perspectives and adversarial checks before committing), or to take on scale one context can't hold (migrations, audits, broad sweeps). The script is where you encode that structure: what fans out, what verifies, what synthesizes. When you do call it, the right move is often **hybrid**: scout inline first (list the files, find the channels, scope the diff) to discover the work-list, then call Workflow to pipeline over it. You don't need to know the shape before the *task* — only before the *orchestration step*. Common single-phase workflows you can chain across turns: - **Understand** — parallel readers over relevant subsystems → structured map - **Design** — judge panel of N independent approaches → scored synthesis - **Review** — dimensions → find → adversarially verify (the review-changes example) - **Research** — multi-modal sweep → deep-read → synthesize - **Migrate** — discover sites → transform each (worktree isolation) → verify For larger work, run several in sequence — read each result before deciding the next phase. You stay in the loop; each workflow is one well-scoped fan-out. **Ultracode.** When a system-reminder confirms ultracode is on, that opt-in is standing: author and run a workflow for every substantive task by default. The goal is the most exhaustive, correct answer you can produce — token c...

Details

Author
asgeirtj
Repository
asgeirtj/system_prompts_leaks
Created
1 years ago
Last Updated
yesterday
Language
JavaScript
License
CC0-1.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

workflow-authoring

Designs, authors, reviews, and improves reusable Claude Code Workflow scripts by composing proven orchestration patterns from the ultracode-workflows catalog. Use when a user asks to turn a recurring task into a workflow, create or revise a .claude/workflows script, choose a multi-agent topology, compare a proposed workflow with catalog precedents, or diagnose why an orchestration is wasteful, brittle, misleading, or unable to converge.

4 Updated 1 months ago
hesreallyhim
AI & Automation Listed

workflow-composer

Invoke ONLY when you are about to build, generate, repair, or restructure a workflow for Claude Code's Workflow tool and need authoring guidance or code changes, or when the user says "I want a workflow that…", "turn this process into a workflow", or "set up a multi-agent pipeline", or needs help picking orchestration patterns or tuning model, effort, or agentType routing. Write or repair the workflow artifact through the `@workflow-toolbox` path for repeatable work or the raw single-file path for one-offs. Not for debugging a specific failed run or re-verifying runtime drift after an upgrade.

1 Updated 2 days ago
home-dev-lab
AI & Automation Listed

dynamic-workflow-patterns

Pattern taxonomy, agent role combinations, model routing, unit-of-work sizing, and resilience discipline for Claude Code dynamic workflows. ALWAYS load this skill before authoring or running any Workflow tool script, and ALWAYS load it when the user mentions "workflow" or "ultracode" in any form -- or when the task calls for multi-agent orchestration such as fan-out, tournaments, adversarial verification, triage at scale, ranking large lists, deep verification of claims, or root-cause hunting; do not hand-roll a workflow from memory when this skill applies.

6 Updated 5 days ago
alex-feel