afk-to-issues
To Issues
Create an implementation plan as independently-grabbable AFK execution checkpoint packets using vertical slices (tracer bullets).
AFK issues are local checkpoint packets by default. They may be mirrored to an external tracker, but the local tracking files are the AFK execution source of truth unless the user chooses another destination.
Process
1. Gather context
Work from whatever is already in the conversation context. If the user passes an issue reference (issue number, URL, or path) as an argument, fetch it from the issue tracker and read its full body and comments.
Use any available source artifact: PRD/spec, existing implementation plan, goal package, tracker issue, handoff, prototype notes, or rough feature context. The gap this skill fills is executable implementation planning.
2. Explore the codebase (optional)
If you have not already explored the codebase, do so to understand the current state of the code. Issue titles and descriptions should use the project's domain glossary vocabulary, and respect ADRs in the area you're touching.
Look for opportunities to prefactor the code to make implementation easier. "Make the change easy, then make the easy change." Any prefactoring should be planned before dependent vertical slices.
3. Draft vertical slices
Draft the implementation plan directly as tracer bullet checkpoint packets. Each packet is a thin vertical slice that cuts through all required integration layers end-to-end, not a horizontal slice of one layer.