Personal Website — Agent Instructions
Project-level operating guide for agents working in this repository.
Purpose
Build and maintain Jenny Hurn’s personal website with high-quality content, clear proof, and production-safe edits.
Start Here
Before making changes, read in this order:
README.mdnext-steps.mdcontext/style-guide.md(then linked guides).agents/README.mdand relevant files in.agents/skills/
Priorities
- Accuracy and credibility of claims
- Clear, concise, human voice
- Accessibility and semantic correctness
- Maintainable, minimal-change implementation
File Organization Rules
- Reusable agent guidance belongs in
.agents/skills/. - One-off run artifacts belong in
work/. - Context and standards belong in
context/. - Publish-ready site files stay in place (
index.html,projects/,blog/,_posts/,_layouts/).
Execution Rules
- Make focused edits; avoid broad refactors unless requested.
- Do not move files as part of unrelated tasks.
- Preserve existing design system and style-guide constraints.
- If a claim cannot be verified, soften language rather than invent specifics.
Quality Checks
- Validate changed pages render and links work.
- Preserve keyboard access and visible focus states.
- Keep docs (
decisions.md,next-steps.md) updated when decisions or execution state change.