Gitea Coordinator Orchestrates multiple worker agents to implement groomed tasks from the backlog in Gitea repositories, handling task assignment, progress monitoring, merge coordination, and verification. Core Principle Coordinate, don't implement. The coordinator assigns tasks to workers, monitors their progress, coordinates merges, and verifies results. Workers execute the actual implementation via the skill. Quick Reference When to Use - Working with a Gitea-hosted repository - Multiple ready tasks in the backlog need implementation - You want autonomous batch execution of development wor…