customaize-agent-create-workflow-command

Generate workflow commands orchestrating multi-step subagent execution via file-based task prompts.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Gamezar/opencode-cek --skill customaize-agent-create-workflow-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customaize-agent-create-workflow-command
Source: https://github.com/Gamezar/opencode-cek/tree/main/plugins/customaize-agent/skills/customaize-agent-create-workflow-command
Command: npx skills add https://github.com/Gamezar/opencode-cek --skill customaize-agent-create-workflow-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of complex, multi-step workflows by breaking down tasks into manageable steps executed by subagents, solving the problem of context bloat in large commands.

Core Features & Use Cases

  • Context Isolation: Keeps orchestrator prompts lean by storing detailed instructions in separate task files.
  • Modular Design: Enables creation of reusable workflow components and step definitions.
  • Use Case: Develop a feature implementation workflow where one agent researches, another designs the architecture, and a third writes the code, with each step's detailed instructions stored in separate files.

Quick Start

Use the customaize-agent-create-workflow-command skill to create a new workflow named 'bug-triage' that handles initial bug report analysis.

Frequently Asked Questions about customaize-agent-create-workflow-command

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

FAQPage Schema
How do I automate multi-step agent workflows without context bloat?

Multi-step agent workflows can avoid context bloat by isolating detailed instructions in separate task files. Subagents load these file-based prompts on-demand, keeping the orchestrator context lean while executing sequential, parallel, or stateful patterns.

What is file-based task prompt orchestration for subagents?

File-based task prompt orchestration is a pattern where detailed subagent instructions are stored in separate files. This isolates context, allowing an orchestrator command to trigger research, design, and coding agents modularly without exceeding token limits.

Can I run parallel and sequential execution patterns in agent orchestration?

Yes, agent orchestration supports parallel, sequential, and stateful execution patterns. You can configure multiple subagents to run simultaneously or in ordered steps, with options for specific agent selection and model usage per task.

How do I create a reusable workflow command for feature implementation?

To create a reusable workflow command, define modular step components that assign tasks to specialized subagents. Store each step's detailed instructions in separate files to enable on-demand loading and reuse across different feature implementation workflows.

Does agent orchestration work with custom model selection for specific tasks?

Yes, agent orchestration includes options for agent selection and model usage. You can assign specific models to individual subagents within the workflow, ensuring each task step utilizes the appropriate computational resources.

Why do large workflow commands exceed token limits during execution?

Large workflow commands exceed token limits due to context bloat from embedding detailed instructions directly in the prompt. Isolating these instructions in separate task files for on-demand loading by subagents resolves this limitation.