Imported from david-torres/tournament-organizer (
AGENTS.md). Install upstream withnpx skills add david-torres/tournament-organizer. Copyright stays with the author.
Agent Instructions
This project uses tk for issue tracking. Tickets live in .tickets/.
Quick Reference
tk ready # Find available work
tk show <id> # View ticket details
tk start <id> # Claim work
tk close <id> # Complete work
tk create "title" # File follow-up work
Landing the Plane (Session Completion)
When ending a work session, you MUST complete ALL steps below. Work is NOT complete until git push succeeds.
MANDATORY WORKFLOW:
- File issues for remaining work - Create tickets for anything that needs follow-up
- Run quality gates (if code changed) - Tests, linters, builds
- Update ticket status - Close finished work, update in-progress items
- Verify - All changes committed
- Hand off - Provide context for next session
CRITICAL RULES:
- Ticket changes in
.tickets/must be committed with the code they track