What problem does it solve? When resuming an AI-assisted development session, the agent has no memory of prior progress, pending tasks, or queued triggers. This Skill restores that context by reading the persistent scrum board and deciding what work should happen next. ## Core Features & Use Cases - Progress Assessment: Reads PROJECT_SUMMARY.md plus epics, stories, and tasks under project/board/ to determine what is done and what remains. - Trigger Queue Processing: Checks project/queue/scrum_triggers.jsonl for pending rollup, rapport, and status reviews before planning next steps. - Developer Handoff: Writes a session handoff JSON with status planning_complete so the on_session_end hook routes pending tasks to the developer agent. - Use Case: After starting a new session mid-project, invoke this Skill to get a summary of completed work, in-progress tasks, and which agent picks up the next task. ## Quick Start Ask the agent to review project progress and continue executing the plan.