Checkpoint active tasks against current conversation context and update ACTIVE_TASKS.md.
Saves task progress by analyzing conversation context and updating ACTIVE_TASKS.md with current status.
/plugin marketplace add foolishimp/ai_sdlc_method/plugin install aisdlc-methodology@aisdlcCheckpoint active tasks against current conversation context and update ACTIVE_TASKS.md.
<!-- Implements: REQ-TOOL-003 (Workflow Commands) --> <!-- Implements: REQ-TASK-001 (Work Breakdown) --> <!-- Implements: REQ-TOOL-002 (Developer Workspace) -->Usage: /aisdlc-checkpoint-tasks
Instructions:
.ai-workspace/tasks/active/ACTIVE_TASKS.mdFor each task:
For COMPLETED tasks:
.ai-workspace/templates/FINISHED_TASK_TEMPLATE.md.ai-workspace/tasks/finished/{YYYYMMDD_HHMM}_{task_slug}.mdFor IN PROGRESS tasks:
For BLOCKED tasks:
For NOT STARTED tasks:
Provide a summary in this format:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Task Checkpoint - {YYYY-MM-DD HH:MM} β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π Evaluation Summary:
β
Completed: {count} task(s)
π In Progress: {count} task(s)
π« Blocked: {count} task(s)
βΈοΈ Not Started: {count} task(s)
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
Completed Tasks:
{list completed task IDs and titles with archive paths}
π In Progress:
{list in-progress task IDs, titles, and what was done}
π« Blocked:
{list blocked task IDs, titles, and blocker reasons}
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
πΎ Files Updated:
- .ai-workspace/tasks/active/ACTIVE_TASKS.md
{- .ai-workspace/tasks/finished/YYYYMMDD_HHMM_task_name.md (for each completed)}
π‘ Next Steps:
{suggestion based on remaining active tasks}
Notes:
/aisdlc-status to get accurate statusExample Use Cases: