Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.26 KB

File metadata and controls

46 lines (30 loc) · 1.26 KB
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

Issue readiness state

  • Reviewed by human engineer
  • Issue refinement complete
  • All open questions answered
  • Post-refinement changes reviewed by human
  • Ready for work

What we decided

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.

What's already been explored

Prior spikes, experiments, or attempts. What was learned. What dead ends to avoid.

Starting point

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:

Definition of done

What does a complete implementation look like? Be specific about tests, output, or behavior.

  • [ ]
  • [ ]
  • [ ]

Constraints and gotchas

Known edge cases, invariants to preserve, or things that will bite you if you don't know about them.

Related