aida_task_start
Start tracking a new development task or feature implementation to capture structured coding session data for AI development observability.
Instructions
当你开始一个新任务或功能开发时调用。在接到用户需求、开始编码前调用。每个任务的完整数据采集流程:1) aida_task_start 2) 编码 3) aida_log_files 4) aida_log_review 5) aida_task_done。多个子任务必须每个都单独 start/done。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 任务标题,简洁描述要做什么 | |
| stage | No | 所属模块或阶段,如 Authentication, UI, API 等 |