id: task-20 title: Add agent guideline to mark tasks In Progress on start status: Done assignee: [] reporter: '@MrLesk' created_date: '2025-06-09' updated_date: '2025-06-09' labels:
- agents dependencies: []
Description
Update the AI agent guideline files to ensure that whenever an agent starts working on a task they immediately mark the task as In Progress, assign it to themselves, and push the change.
Acceptance Criteria
- [x]
AGENTS.mdmentions setting status toIn Progress, assigning the task, and pushing. - [x]
CLAUDE.mdmentions the same instruction. - [x]
.cursorrulesmentions the same instruction. - [x] Task committed to repository.
Implementation Notes
- Added new guideline bullet in
AGENTS.mdinstructing agents to set the task toIn Progress, assign themselves, and push when beginning work. - Mirrored the same instruction in
CLAUDE.md:41under AI Agent Integration section. - Updated
.cursorruleswithin the Project-Specific Rules section to include the requirement. - All three files now consistently instruct agents to mark tasks as "In Progress" and assign themselves when starting work.
- This ensures proper task tracking and prevents multiple agents from working on the same task simultaneously.
- Implementation follows the established pattern of maintaining consistency across all agent instruction files.