14 lines
301 B
Markdown
14 lines
301 B
Markdown
---
|
|
description: Add an item to the project's todo.md file
|
|
---
|
|
|
|
Add the following item to `todo.md` in the project root:
|
|
|
|
**Item to add:** $ARGUMENTS
|
|
|
|
Instructions:
|
|
1. Read existing `todo.md` (create if missing)
|
|
2. Append `- [ ] $ARGUMENTS` as a new checkbox item
|
|
3. Write the file
|
|
4. Confirm briefly
|