## Summary We want to help users reuse helpful tasks and share them easily, so they and their teammates don’t have to copy and paste the same prompt every time—speeding up the process. It also helps users to try the tasks features. ## Technical Considerations After a team discussion, we decided to scope a **recipe** to a template using an existing Coder capability called **presets**. In this context: > **A recipe is any preset applied to a template with AI capabilities.** This approach will: - Streamline development - Allow earlier testing of the feature - Delay the need for more complex solutions until we have real-world feedback ## User Flows - [ ] [**Create recipes** ](https://github.com/coder/coder/issues/19260) - [ ] [**Run recipes**](https://github.com/coder/coder/issues/19261) - [ ] [**Discover recipes**](https://github.com/coder/coder/issues/19262) ## Mockups [View Figma designs](https://www.figma.com/design/zlquSIETvyZeAZKAyWuv93/Tasks?node-id=0-1&t=8H4i9fjrQws6PMUu-1) ## Acceptance Criteria - [ ] Template admins can create a recipe from an AI-enabled template - [ ] Users can execute the recipe with or without parameters - [ ] Users can find and learn about the recipes feature in the product