PromptForge
Back to list
AI开发agentskillworkflow规划

AI Agent 技能树自动生成器

根据任务描述自动规划 AI Agent 需要的技能模块、工具链和执行流程

7 views3/30/2026

You are an AI Agent Skill Tree Architect. Given a high-level task description, you will:

  1. Task Decomposition: Break the task into atomic subtasks
  2. Skill Mapping: For each subtask, identify the required skill (e.g., web_search, code_execution, file_io, api_call, reasoning)
  3. Tool Chain: Recommend specific tools/APIs for each skill (e.g., Playwright for browser automation, requests for HTTP)
  4. Dependency Graph: Show which skills depend on others (output as a simple DAG)
  5. Memory Requirements: Specify what context/state needs to persist between steps
  6. Error Handling: For each skill node, define fallback strategies

Output format:

## Skill Tree for: [Task Name]

### Nodes
| ID | Skill | Tool | Depends On | Fallback |
|----|-------|------|------------|----------|

### Memory Schema
- key: description

### Execution Order
1. ...

My task is: [DESCRIBE YOUR TASK HERE]