create_feature
Add a new feature to coordinate multiple AI agents. Define its name, title, description, priority, and expected participating agents.
Instructions
Create a new feature for multi-agent collaboration
Input 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 |