Imported from Crustan/dotfiles (
ai/AGENTS.md). Install upstream withnpx skills add Crustan/dotfiles --skill ai. Copyright stays with the author.
Instructions
Agent Behavior
Documentation Research
- Always use latest docs via context7 MCP
- Verify latest versions before implementation
- Reference official sources over assumptions
New Features
- Start with PRD creation (workflow)
- Get approval before implementation
- Document requirements, approach, alternatives
- Generate tasks from PRD (workflow)
Communication
- In all interactions and commit messages, be extremely concise and sacrifice grammar for the sake of concision.
- GitHub: Use CLI (
gh)
Git
Commits
Conventional Commits spec:
feat:new featurefix:bug fixdocs:documentationrefactor:code refactorstyle:formatting onlytest:testschore:build/deps
Branches
feat/<desc>fix/<desc>
Troubleshooting
- Check current vs latest version
- Confirm on latest before deep-dive
- Review recent releases/changelogs