org-workflow-create

Generate reusable workflow commands defining agent team composition and protocols.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DheerG/orgitecture --skill org-workflow-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: org-workflow-create
Source: https://github.com/DheerG/orgitecture/tree/main/.claude/skills/org-workflow-create
Command: npx skills add https://github.com/DheerG/orgitecture --skill org-workflow-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of reusable workflow commands, streamlining the process of defining agent team compositions and collaboration protocols for specific tasks.

Core Features & Use Cases

  • Workflow Generation: Creates .claude/commands/ files that encapsulate team setup and execution logic.
  • Customizable Workflows: Allows for defining team composition, authority, and collaboration protocols for repeatable tasks.
  • Use Case: You need to frequently run a bug triage process with a consistent team of agents. This Skill can generate a bug-triage workflow command that automatically sets up the correct agents and their roles each time.

Quick Start

Use the org-workflow-create skill to generate a new workflow named 'code-review' for the task 'reviewing pull requests for quality and security'.

Frequently Asked Questions about org-workflow-create

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

FAQPage Schema
How do I create reusable workflow commands for agent teams?

Reusable workflow commands are generated by providing a task description; the skill outputs command files that define team composition, roles, and collaboration protocols for consistent multi-agent execution.

What are multi-agent workflow commands used for?

Multi-agent workflow commands are used to automate consistent task execution for scenarios like code review, incident response, or feature design by predefining agent roles and collaboration protocols.

How do I set up a bug triage workflow with a consistent team of agents?

To set up a bug triage workflow, use the skill to generate a workflow command; it automatically configures the correct agents and their roles each time the task runs.

Do I need a specific pipeline to generate workflow commands for agent teams?

Yes, generating workflow commands requires a deterministic assembler pipeline to process user-defined task descriptions and output the team configuration files.

Where are the generated workflow command files stored?

Generated workflow command files are stored in the `.claude/commands/` directory, encapsulating the team setup and execution logic for repeatable tasks.