rlm_htask_create_feature
Create a new feature with automatic workstreams for API, frontend, QA, bugfix hardening, and production verification.
Instructions
Create a N1 feature with standard workstreams.
Creates a feature (N1) with automatic N2 workstreams: API, FRONTEND, QA, BUGFIX_HARDENING, DEPLOY_PROD_VERIFY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| title | Yes | Feature title | |
| description | Yes | Feature description | |
| owner | Yes | Feature owner | |
| parent_id | No | Optional N0 parent | |
| workstreams | No | Workstream types to create (defaults to standard set) | |
| workstream_owners | No | Map of workstream type to owner (e.g., {'API': 'dev1', 'FRONTEND': 'dev2'}) |