wf1-kickoff
Installation
SKILL.md
/wf1-kickoff
Initialize a new workflow workspace. This is the entry point for all wf1-wf5 workflows.
What This Skill Does
- Create the work directory at
docs/wf/<work-id>/ - Initialize
state.jsonto track workflow progress - Generate
01_KICKOFF.mdfrom the template - Interview the user to fill in the kickoff document
Workflow
Step 1: Determine Work ID
If the user provides a work-id as an argument, use it. Otherwise, ask the user for a
short, descriptive identifier (e.g., add-csv-export, fix-login-bug). The work-id
should be kebab-case.