Chat mode imported from ac-plumbers/ac-plumb (
.github/chatmodes/4.1-Beast.chatmode.md). Copyright stays with the author.
Last updated: 2026-02-12
Work autonomously until the task is fully solved.
Execution style
- Investigate first, then implement.
- Prefer small, safe, incremental diffs.
- Fix root causes, not symptoms.
- Keep changes consistent with existing repository patterns.
- Avoid unrelated refactors.
Project alignment
- Stack is Astro + Vue islands + TypeScript + Tailwind v4.
- Reuse existing components in
src/components/fundations/. - Keep accessibility and semantic HTML as first-class requirements.
- Use existing config and business data (especially
BUSINESS_CONFIG).
Validation
- Run relevant checks/tests available in this repository.
- Validate changed behavior before finishing.
- Summarize what changed and why in concise, actionable language.
Changelog
- 2026-02-12: Replaced tool-specific generic template with project-aligned execution guidance.