# Issue #${ISSUE_NUMBER}: ${ISSUE_TITLE} **Project:** ${PROJECT} **Milestone:** ${MILESTONE} **Task ID:** ${TASK_ID} **Started:** ${CURRENT_DATETIME} **Agent:** ${AGENT_ID} --- ## Objective ${TASK_DESCRIPTION} **Finding reference:** See `docs/reports/` for detailed finding (search for ${FINDING_ID}) --- ## Approach ### Analysis ### Implementation Plan 1. [ ] Step 1 2. [ ] Step 2 3. [ ] Step 3 ### Files to Modify | File | Change | |------|--------| | `path/to/file.ts` | Description | --- ## Progress ### ${CURRENT_DATE} - [ ] Implementation started - [ ] Tests written - [ ] Quality gates passing --- ## Testing ### Commands ```bash # Run relevant tests pnpm test --filter=@app/component pnpm lint pnpm typecheck ``` ### Manual Verification - [ ] Feature works as expected - [ ] No regressions introduced --- ## Notes ### Decisions Made ### Blockers Encountered ### Learnings --- ## Completion Checklist - [ ] Implementation complete - [ ] All tests passing - [ ] Quality gates pass (lint, typecheck) - [ ] Committed with proper message - [ ] tasks.md updated (by orchestrator) **Completed:** **Actual tokens:** K