$curl -o .claude/agents/PULL_REQUEST_TEMPLATE.md https://raw.githubusercontent.com/andywxy1/ceo-plugin/HEAD/agents/PULL_REQUEST_TEMPLATE.md| 1 | ## What does this PR do? |
| 2 | |
| 3 | <!-- Brief description of the change --> |
| 4 | |
| 5 | ## Agent Information (if adding/modifying an agent) |
| 6 | |
| 7 | - **Agent Name**: |
| 8 | - **Category**: |
| 9 | - **Specialty**: |
| 10 | |
| 11 | ## Checklist |
| 12 | |
| 13 | - [ ] Follows the agent template structure from CONTRIBUTING.md |
| 14 | - [ ] Includes YAML frontmatter with `name`, `description`, `color` |
| 15 | - [ ] Has concrete code/template examples (for new agents) |
| 16 | - [ ] Tested in real scenarios |
| 17 | - [ ] Proofread and formatted correctly |