ecosystem_start_integration
Constructs a task creation payload, adds lifecycle:integrated tag, advances stage status, and returns ready-to-POST task details for integration.
Instructions
Stage 3 integrate path — build a task_create payload + tag the repo.
Adds lifecycle:integrated tag, advances stage_status, and
returns a task payload (title / description / priority / horizon /
tags) ready to POST to /api/projects/{project_id}/tasks.
After the task is created, call ecosystem_link_integration_task
to write integration_task_id back onto the review.
ecosystem 不接管实施 — task ownership 由现有任务/团队系统接管。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional task title (auto-generated if empty). | |
| horizon | No | Task horizon — short / mid (default) / long. | mid |
| priority | No | Task priority — critical / high (default) / medium / low. | high |
| extra_tags | No | Additional tags appended to the task. | |
| description | No | Optional task description (auto-generated if empty). | |
| deep_review_id | Yes | Target deep_review row id (must be debated / architecture_done / referenced). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||