create_feature
Create new features for multi-agent collaboration by defining requirements, priority, and required agents to coordinate complex tasks across AI assistants.
Instructions
Create a new feature for multi-agent collaboration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Feature name (will be converted to kebab-case ID) | |
| title | Yes | Human-readable feature title | |
| description | Yes | Detailed feature requirements and context | |
| priority | No | Feature priority level | normal |
| estimatedAgents | No | Agents expected to be needed for this feature | |
| createdBy | Yes | Agent creating this feature |