create-workflow
Installation
SKILL.md
Create Workflow
Design and write a workflow with embedded description fields for crayon.
Pre-flight check
1. Detect Project Type
Check the current working directory and handle one of three cases:
Case 1: Empty directory (no files, or only dotfiles like .git)
→ Tell the user this skill must be run inside a crayon project. Stop here.
Case 2: Existing crayon project (has src/crayon/workflows/ or src/crayon/agents/ directories)
→ Good to go. Continue to step 2.