intentPlanner
Turn natural language development requests into actionable execution plans, with the option to run them automatically for Laravel projects.
Instructions
Parse a natural language development request, generate an execution plan, and optionally execute it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, only show the plan without executing (default: true) | |
| request | Yes | Natural language request (e.g. '给博客增加评论功能') |