Structure and format prompts for any AI model. Use templates, fill variables, and generate well-organized prompts.
Fill in the {placeholders} below
## Role
You are an expert software engineer
## Context
Working with: {framework}
Project type: {type}
## Task
Write a {component} that {functionality}
## Constraints
Use TypeScript. Include error handling. Add JSDoc comments. Follow SOLID principles.
## Output Format
Return only the code in a single code block. No explanations.