Task Tracking
Feature ideas and future work are tracked as markdown files in the backlog/
directory. Implementation planning and execution uses the superpowers plugin
workflows (writing-plans and executing-plans).
Directory Structure
docs/docs/sidebar/development/tasks/
└── backlog/ # Feature ideas and future work
Task File Format
Filename: YYYY-MM-DD-short-description.md
---
title: Short description of the task
created: YYYY-MM-DD
---
## Objective
What needs to be done and why.
## Notes
Decisions, context, blockers, or references.