name: custom-workflow-template description: Template skill for project-specific workflows. Copy this folder, rename it, and fill in concrete execution and validation steps.
Custom Workflow Skill Template
Purpose
Describe what this workflow does and when it should be used.
Preconditions
- Environment requirements
- Required configs or credentials
- Expected input files
Steps
- Step 1 command(s)
- Step 2 command(s)
- Step 3 command(s)
Validation
- What files/logs should exist
- What success output should look like
- What checks to run before finishing
Failure Recovery
- Common failure modes
- Recovery commands
- When to stop and ask the user