576 B
576 B
argument-hint, description
| argument-hint | description |
|---|---|
| task description | Add a task to the project task list |
Add a task to the project task list.
If the user provided a description, it will appear here:
$ARGUMENTSSteps
- Extract the description from the user's input
- If no description was provided, ask the user for one
- Add the task:
@../shared/scripts/task-add.md
- Confirm to the user that the task was added
Notes
- The description should be clear and actionable
- Do not include the checkbox syntax in the description (the script adds it)