crafting_prompt
Generate structured workflow prompts from raw requests to handle complex tasks with customizable constraints, modes, and verbosity levels.
Instructions
Generate a structured, reusable workflow prompt for complex tasks based on a raw request and a few settings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Raw user request / task description to turn into a workflow prompt | |
| constraints | No | Optional: hard requirements to enforce (e.g., no breaking changes) | |
| mode | No | general | |
| approach | No | balanced | |
| tone | No | direct | |
| verbosity | No | normal |