What problem does it solve?
This Skill ensures disciplined issue handling by providing a structured process to discover, track, and complete one issue at a time, preventing skipped steps and misaligned work.
Core Features & Use Cases
- Issue Discovery: Always start by reading issues/README.md to understand goals and dependencies.
- Status Tracking: Use issues/.status.json to monitor progress, current issue, and historical states.
- Sequential Work: Select the first available issue (pending with satisfied dependencies and no in_progress) and mark it in_progress before starting.
- Completion Verification: Ensure all acceptance criteria are met, tests pass, and documentation is updated before marking as completed.
Quick Start
Tell the agent to begin work on the next issue by following the Issue Discovery Process:
- Read issues/README.md
- Check/create issues/.status.json
- Determine the next available issue (pending, dependencies satisfied, no in_progress)
- Update status to in_progress with started_at
- Complete the issue with verification (tests, lint, documentation)
- Mark completed and stop