What problem does it solve?
This Skill automates the creation of AI command definitions, streamlining the process of orchestrating agents and skills into executable workflows. It ensures commands adhere to architectural guidelines, preventing manual errors and accelerating plugin development.
Core Features & Use Cases
- Guided Command Creation: Interactively collects information on agents, skills, execution flow, and outputs to build a complete command definition.
- Workflow Orchestration: Clearly defines the sequence of skill execution and data transfer between them, ensuring logical and efficient task completion.
- Architectural Compliance: Automatically generates command files that adhere to plugin architecture conventions, including proper dependency management and naming.
- Use Case: A user has defined a
design-agent and several api-designer and documentation-writer skills. They use this skill to generate a design-api command that orchestrates these components to produce a complete API specification document.
Quick Start
Generate a command named 'design-api' that uses the 'design-agent' and orchestrates the 'api-designer' and 'documentation-writer' skills.