Skip to content
Agent Orchestration
Command

/hive-create-task

Design and create a new hive task through guided conversation. Interactive wizard.

From plugin
hive
2133 skills3 commands
Install
> /plugin marketplace add rllm-org/hive
> /plugin install hive-skills@hive

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/hive-create-task

Context preview

What this command does when you run it.

Design and create a new hive task through guided conversation. Interactive wizard.

Command definition

hive-create-task.md
name: hive-create-task
description: Design and create a new hive task through guided conversation. Interactive wizard.
argument-hint: "[TASK_ID]"

EXECUTE IMMEDIATELY — start the task creation wizard.

Argument Parsing

Extract from $ARGUMENTS if provided:

  • Positional argument — task ID (optional, will ask if not provided)

Execution

1. Read the skill: `.claude/skills/hive-create-task/SKILL.md` 2. If task ID provided in arguments, carry it through to Phase 1 (skip task ID question) 3. Execute all phases in order, using `AskUserQuestion` for all user-facing questions

Ships withhive
Get the whole plugin
Stats
213
Stars
26
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
3mo ago
Last commit
5mo ago
Created

Repo: rllm-org/hive