What problem does it solve? Resuming and executing multi-task projects in Claude sessions often means losing track of which tasks are done, manually checking off items, and lacking visibility into overall progress. This Skill loads existing project context, identifies exactly where work left off, executes tasks systematically, and keeps the task file continuously updated. ## Core Features & Use Cases - Context Loading & State Detection: Loads project planning files via nexus-loader.py, parses steps.md or tasks.md checkboxes, and displays current section, next task, and progress percentage. - Section-Based Execution with Bulk Completion: Executes work section-by-section, then marks tasks complete using bulk-complete.py with automatic re-read validation. - Adaptive Granularity: Automatically adjusts tracking mode (task-by-task, section-based, or checkpoints) based on project size and structure. - Pause/Resume & Completion Handling: Supports partial task completion when pausing, triggers close-session to save state, and finalizes projects at 100% with status updates. - Use Case: You return to a 40-task project and say "continue lead-qualification". The Skill shows you're at 30%, resumes at Section 3 Task 13, executes the work, bulk-completes the section, and updates progress to 70%. ## Quick Start Say "continue project [project-name]" or "work on [project-name]" to load the project and resume execution from the next uncompleted task.