# AI Prompt Management ## Purpose Centralise prompts. Avoid random prompts scattered throughout code. --- # Requirements Prompts should: - Be version controlled. - Be documented. - Have tests where possible. --- # Prompt Structure Every prompt should define: Purpose. Inputs. Expected output. Restrictions. --- # Example Task: Improve CV bullet point. Input: Existing bullet. Output: Improved bullet. Restrictions: Do not add unsupported achievements.