What problem does it solve?
This Skill automates the execution of complex, multi-step tasks by chaining together multiple individual skills, ensuring that the output of one skill seamlessly becomes the input for the next.
Core Features & Use Cases
- Skill Chaining: Define and execute a sequence of skills where outputs are passed as inputs.
- Interactive Workflow Setup: Interactively configure the order of skills, their prompts, and expected outputs.
- Dry-Run Mode: Plan and review complex workflows before execution to ensure correctness.
- Traceability: Maintain an auditable log of all executed steps and their inputs/outputs.
- Use Case: You need to analyze a project's architecture, then generate a dependency report, and finally create a summary document. This skill can orchestrate these three steps in sequence.
Quick Start
Use the skills-workflow skill to chain the 'architecture-analysis' and 'dependency-analysis' skills together.