Templates

Reusable Prompt Templates

These are written so you can copy and adapt them quickly. They are practical, simple, and designed for day-to-day engineering work.

Architecture Review Template

Act as a senior software architect.

Context:
{system_context}

Task:
Review the following design and identify:
1. strengths
2. risks
3. scaling concerns
4. security concerns
5. maintainability issues

Constraints:
- stay within the given stack
- avoid unnecessary rewrites
- prefer practical improvements

Output format:
- executive summary
- detailed findings
- recommended changes
- priority order

Code Refactoring Template

Act as a senior engineer focused on readability and maintainability.

Task:
Refactor the following code.

Requirements:
- preserve behaviour
- improve naming
- reduce duplication
- explain why each change helps
- mention any hidden risks

Code:
{code_here}

Deep Research Template

Act as an AI research analyst.

Goal:
Explain {topic} in a way a senior engineer can apply.

Include:
- core concept
- why it matters
- practical examples
- common mistakes
- how to use it at work
- short glossary of important terms