🔧 AI Task Instruction
| By Fu-Jie · v1.0.0 | ⭐ Star this repo |
|---|
Convert vague or unstructured requirements into precise, structured instructions optimized for AI agent execution.
📋 Info
- Command:
/ai-task-instruction - Community Link: OpenWebUI Post
🔥 What's New in v1.0.0
- ✨ Task Architect Persona: Directly refactors arbitrary description into modular specs.
- 🌍 Language Consistency: Automated response adapting based on your dynamic input payload language.
✨ Key Features
- 🎯 Precise Structuring: Builds distinct modules like context, role, atomic steps, and constraints.
- ⚙️ Configurable variables: Operates seamlessly with OpenWebUI dropdown and text areas configurations.
🚀 How to Use
- Check out the prompt template: ai-task-instruction.md
- Copy the full content.
- In OpenWebUI, Go to Workspace -> Prompts and click Create Prompt.
- Set title, and paste the template code into the content block.
- In your standard chat, trigger via
/ai-task-instructionand fill in the fields.
⚙️ Configuration (Variables)
The template contains dynamic variables supported by OpenWebUI prompts:
| Variable | Type | Options / Default | Description |
|---|---|---|---|
| target_role | text |
AI Assistant |
The persona or role the agent should adopt. |
| complexity | select |
Basic, Intermediate, Advanced |
Level of depth the output template should contain. |
| output_style | select |
Markdown Template, JSON, Step-by-Step |
Structured style for the resulting prompt framework. |
| requirements | textarea |
Required | The unstructured tasks or instructions from the user. |
⭐ Support
If this prompt has been useful, a star on OpenWebUI Extensions is a big motivation for me. Thank you for the support.