# Windsurf Rules — Powered by Skillsmith
#
# Auto-generated by skillsmith (https://pypi.org/project/skillsmith/).
# Windsurf Cascade loads this file automatically.
# For structured rules, use .windsurf/rules/*.md format.
# Max 6000 chars per rule file, 12000 chars total.
# See: https://docs.windsurf.com

<project_context>
- Read `AGENTS.md` in the project root for universal agent instructions.
- Read `.agent/STATE.md` before doing anything — it has current task context.
- Tech stack and vision: `.agent/PROJECT.md`.
- Strategic milestones: `.agent/ROADMAP.md`.
</project_context>

<workflow>
Follow the GSD Protocol:
1. Discuss — Understand the task fully before acting.
2. Plan — Create a concrete plan with verification steps.
3. Execute — Implement in atomic, verifiable steps.
4. Verify — Test and confirm each step works.
</workflow>

<skills>
All agentic skills live in `.agent/skills/`. Each has a `SKILL.md` with instructions.
Check for a relevant skill before starting any task.
</skills>
