| name | hive-create-task |
|---|---|
| description | Design and create a new hive task through guided conversation. Interactive wizard. |
| argument-hint | [SLUG] |
EXECUTE IMMEDIATELY — start the task creation wizard.
Extract from $ARGUMENTS if provided:
- Positional argument — task slug (optional, will ask if not provided). The slug is the short identifier that will appear in
/task/hive/<slug>(public) or/task/<your-handle>/<slug>(private).
- Read the skill:
.claude/skills/hive-create-task/SKILL.md - If a slug was provided in arguments, carry it through to Phase 1 (skip the slug question)
- Execute all phases in order, using
AskUserQuestionfor all user-facing questions