workflow-patterns

Structure agent workflows with sequential checklists, conditional routing, and validation loops.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gil00pita/lanify --skill workflow-patterns-gil00pita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/gil00pita/lanify/tree/main/.agents/skills/workflow-patterns
Command: npx skills add https://github.com/gil00pita/lanify --skill workflow-patterns-gil00pita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and templates to structure reusable workflows for skills and agents, enabling consistent sequencing, routing, validation loops, and progressive disclosure.

Core Features & Use Cases

  • Sequential patterns with checklists to track multi-step processes.
  • Conditional routing to handle branching based on context.
  • Validation loops to iteratively refine outputs.
  • Progressive disclosure to present quick-start guidance plus deeper references.

Quick Start

Design a concise, end-to-end workflow with a sequential checklist for a document-processing task.

Frequently Asked Questions about workflow-patterns

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

FAQPage Schema
How do I structure complex agent workflows with conditional routing and checklists?

To structure complex agent workflows, you can use reusable workflow patterns that provide sequential checklists for tracking, conditional routing for branching, and validation loops to iteratively refine outputs across multi-step processes.

What is progressive disclosure in skill design and when should I use it?

Progressive disclosure in skill design is a pattern that presents quick-start guidance alongside deeper references. You should use it when structuring complex workflows that require both immediate actionable steps and detailed background context.

How do I create a sequential checklist for a multi-step document processing task?

You can create a sequential checklist by applying reusable workflow patterns to design a concise, end-to-end process. This structures your document-processing task into trackable, sequential steps for consistent execution.

Does this workflow pattern approach require a specific file structure for skills?

The workflow pattern approach requires a root SKILL.md file with YAML frontmatter that includes name and description. It may also reference optional directories such as scripts/, references/, and assets/ for additional resources.

What's the best way to handle branching logic based on context in agent skills?

The best way to handle branching logic based on context is by implementing conditional routing patterns. These workflow patterns enable agents to dynamically branch execution paths depending on the specific context encountered during the task.

Can I use validation loops to iteratively refine agent outputs?

Yes, you can use validation loops to iteratively refine agent outputs. These workflow patterns structure the iterative refinement process, allowing agents to validate and adjust their outputs until meeting the required quality criteria.