668 B
668 B
SKILL: Task Manager
Commands
-
#task: Start a new task session.- Run
python3 scripts/list_projects.py - Ask user to choose project number.
- Run
python3 scripts/list_tasks.py <project_id_from_selection> - Ask user to choose task number (or 'new' for new task - not impl yet, ask for manual ID if needed).
- Run
python3 scripts/select_task.py <task_id>
- Run
-
#fertig: Finish current task.- Ask user for short summary of work.
- Run
python3 scripts/finish_task.py "<summary>" - Ask user if they want to push (
git push).
Notes
- Requires
.env.notionwithNOTION_API_KEY. - Stores state in
.dev_session/SESSION_INFO.