| name | Technical task |
|---|---|
| about | An implementation handoff. Captures enough context for a developer or agent to pick up work without a synchronous conversation. |
| title | |
| labels | technical-task |
- Reviewed by human engineer
- Issue refinement complete
- All open questions answered
- Post-refinement changes reviewed by human
- Ready for work
The approach or solution agreed upon. State it plainly, with just enough rationale to make the choice legible to someone who wasn't in the conversation.
Prior spikes, experiments, or attempts. What was learned. What dead ends to avoid.
Where to begin: relevant files, functions, scripts, or commands. Entry points for an agent or new developer.
- File / location:
- Key function, class, or module (e.g.,
scripts/lint_docs.py::validate_doc): - Run with:
What does a complete implementation look like? Be specific about tests, output, or behavior.
- [ ]
- [ ]
- [ ]
Known edge cases, invariants to preserve, or things that will bite you if you don't know about them.