What problem does it solve? When returning to a project after time away, developers waste time reconstructing context: what was last done, what ideas are waiting, and which plans are still in progress. This Skill reads three project sources and produces a concise status summary with a recommended next step. ## Core Features & Use Cases - Parallel context gathering: Reads the last 10 git commits, scans IDEAS.md for unchecked items, and inspects docs/plans/*.md frontmatter for active plans. - Three-part status summary: Outputs what was last done, what is waiting (ideas and active plans), and a suggested next action based on available data. - Interactive handoff: Asks the user where to start and routes directly into ce-work, ce-ideas, or ce-ideate based on the selection. - Use Case: You open a side project after two weeks away. Run the resume command to see your last functional commit, three pending ideas, and your active plan, then jump straight back into work. ## Quick Start Ask the assistant to resume the project and summarize recent git activity, pending ideas, and active plans.