Back to prompt library
Text · General-purpose LLMAI Agent Skill Tree Auto-GeneratorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMAI & Agents

AI Agent Skill Tree Auto-Generator

Automatically plans the skill modules, toolchains, and execution flows required by an AI Agent based on task descriptions.

30Views
Full promptReplace variables in braces, then use it directly

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]

3/30/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.