workflow.md
1. Goal
Workflow rules so the agent can implement, refactor, and review code consistently.
2. Principles
- Follow
architecture.mdfirst - Adapt to existing code before changing it
- Validate security and consistency
- Do not introduce large structural changes without approval
3. Recommended process
- Analyze existing structure
- Apply the relevant technical module/skill
- Load data with the required strategy (inline or AJAX)
- Review security and SEO constraints
- Document minimal changes in Markdown
- Test functional behavior
- Validate closure with
definition-of-done.md
4. Versioning
- Keep all changes in Git
- Use clear and atomic commits
- Do not mix multiple features in one commit
5. Good practices
- Check naming consistency (BEM, JS modules)
- Reuse common functions
- Avoid duplicated data or logic
- Do not modify Joomla core without explicit approval