rlm_htask_create
Create hierarchical tasks at any level (N0-N3) with owners, priorities, acceptance criteria, and evidence requirements.
Instructions
Create a hierarchical task at any level (N0-N3).
Supports 4-level hierarchy: N0_INITIATIVE > N1_FEATURE > N2_WORKSTREAM > N3_TASK. Tasks have owners, priorities, acceptance criteria, and evidence requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| level | No | Task hierarchy level | N3_TASK |
| title | Yes | Task title | |
| description | Yes | Task description | |
| owner | Yes | Task owner (required) | |
| parent_id | No | Parent task ID (required for N1-N3) | |
| priority | No | Priority level | P1 |
| eta_target | No | Target completion date (ISO format) | |
| execution_target | No | Where the task executes | |
| workstream_type | No | Workstream type for N2 tasks | |
| acceptance_criteria | No | List of acceptance criteria [{id, text, checked}] | |
| context_refs | No | Context references (URLs, file paths) | |
| context_query | No | Auto-fetch relevant docs via rlm_context_query and add to context_refs (e.g., 'JWT authentication patterns') | |
| evidence_required | No | Required evidence [{type, description}] | |
| is_blocking | No | Whether task blocks parent closure when failed/incomplete |