repo-defining-workflows

Standardize multi-agent workflow definitions with YAML frontmatter and Gherkin success criteria.

3|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/wahidyankf/ose-primer --skill repo-defining-workflows
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: repo-defining-workflows
Source: https://github.com/wahidyankf/ose-primer/tree/main/.claude/skills/repo-defining-workflows
Command: npx skills add https://github.com/wahidyankf/ose-primer --skill repo-defining-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ad-hoc multi-agent workflow definitions lead to inconsistent YAML syntax, unclear agent coordination, missing validation criteria, and unreusable orchestration processes that fail to deliver expected outcomes.

Core Features & Use Cases

  • Standardized YAML Structure: Provides a consistent frontmatter template (name, description, tags, status, agents, parameters) to ensure all workflow documents are valid, discoverable, and properly configured.
  • Execution Pattern Guidance: Defines clear patterns for sequential, parallel, and conditional agent coordination, eliminating common errors like incorrect dependency ordering or unmanaged parallel execution.
  • Validation Templates: Includes Gherkin-formatted success criteria templates to define clear, testable outcomes for workflow execution.
  • Use Case Example: A team building a code review and deployment pipeline can use this skill to define a reusable workflow that coordinates a maker agent to generate changes, a checker agent to validate changes, and a fixer agent to resolve issues, with explicit phase dependencies and success checks.

Quick Start

Use the repo-defining-workflows skill to create a new multi-agent workflow document for your team's code review process, including all required YAML frontmatter, execution phases, and Gherkin success criteria.

Frequently Asked Questions about repo-defining-workflows

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

FAQPage Schema
How do I standardize multi-agent workflow definitions in YAML?▼

To standardize multi-agent workflow definitions in YAML, use a consistent frontmatter template for metadata, define explicit sequential, parallel, and conditional execution phases, and document agent dependencies to eliminate broken orchestration processes.

How do I validate multi-agent orchestration workflows?▼

You validate multi-agent orchestration workflows by applying Gherkin-formatted success criteria templates, which define clear, testable outcomes that ensure your workflow execution delivers expected results before deployment.

What is the best way to structure agent coordination for a CI/CD pipeline?▼

The best way to structure agent coordination for a CI/CD pipeline is to define explicit sequential, parallel, and conditional execution phases with documented agent dependencies, eliminating incorrect ordering and unmanaged parallel execution.

Can I use Gherkin success criteria for multi-step agent tasks?▼

Yes, you can use Gherkin success criteria for multi-step agent tasks. The skill provides validation templates that define clear, testable outcomes to verify coordinated agent execution across complex workflows.

Why do my ad-hoc multi-agent workflows fail to deliver expected outcomes?▼

Ad-hoc multi-agent workflows fail due to inconsistent YAML syntax, unclear agent coordination, missing validation criteria, and unreusable orchestration processes that lack standardized execution phases and documented dependencies.

Do I need explicit agent dependencies for parallel execution phases?▼

Yes, you need explicit agent dependencies for parallel execution phases. Defining clear dependencies eliminates common errors like incorrect ordering or unmanaged parallel execution within your orchestrated workflows.