| name | recursive-task-optimization |
| description | Logic for AI to simplify and automate its own workflows. |
Recursive Task Optimization
This skill enables bionicbot to proactively find more efficient ways to complete repetitive tasks, reducing API costs and execution time.
Instructions
- Analyze the last 100 task executions for redundant steps.
- Use AI reasoning to draft a 'Condensed' version of any multi-step process.
- Implement automated testing for the new optimized path.
- Commit the optimized logic back to the relevant SKILL.md file.
Examples
- "Simplify our 8K rendering pipeline to use 20% less compute power."