archive-completed-tasks

Archive completed tasks from pending_tasks.md to completed_tasks.md

Archive Completed Tasks

// turbo-all Trigger: When pending_tasks.md becomes cluttered with [x] items.

1. Identify Completed Tasks

Open knowledge-base/planning/pending_tasks.md. Look for items marked with [x].
  • Exception: Do not archive top-level category headers if they still have open sub-tasks.
  • Rule: Archive safely. If cutting a bullet point breaks the list structure, adjust accordingly.

2. Move to Archive

  1. Cut the completed lines from pending_tasks.md.
  2. Append them to knowledge-base/planning/completed_tasks.md.
  3. Add a header with today's date if it doesn't exist.

3. Format & Enrichment

In completed_tasks.md, the format should be enriched to capture context. YOU MUST EXPAND the task with implementation details.
## YYYY-MM-DD
### 📦 Mission Name (Clone from pending_tasks.md)

- [x] **Task Name**
  - **Changes**: Briefly describe key files modified and logic implemented.
  - **Feedback/Requests**: Mention specific user feedback or requests handled.
  - [x] Original Subtask (if any)

4. Cleanup

Remove empty sections or headers in pending_tasks.md left behind by the move.