What problem does it solve?
This Skill provides a structured approach for coordinating multiple AI agents to tackle complex development tasks within the Pomodoro Time Tracker project. It ensures efficient workflow, especially for cross-layer feature implementation and automated test failure resolution, reducing manual oversight.
Core Features & Use Cases
- Agent Roles: Clearly defines specific responsibilities for specialized agents like
backend-agent, ui-agent, test-agent, and git-agent, optimizing task delegation.
- Workflow Patterns: Outlines step-by-step processes for various scenarios, including simple features, complex cross-layer implementations, and automated test failure loops.
- Communication Rules: Establishes clear guidelines for agent interactions, reporting changes, and handling commit procedures, ensuring transparency and control.
- Use Case: If a test suite fails after a code change, activate this Skill to automatically trigger the
test-agent to diagnose the issue, then dispatch the appropriate backend-agent or ui-agent to apply fixes, and finally use the git-agent to commit the changes once tests pass.
Quick Start
Using the agent-workflow skill, describe the steps an agent should take to implement a new feature that involves both the backend and UI layers, including testing and committing.