1---
2name: resuming-work-through-lunatask
3description: Resumes previously deferred work from Lunatask. Use when user pastes a task note, shares a lunatask:// deep link, says "let's pick this up", or references continuing earlier work.
4compatibility: Requires Lunatask MCP tools or CLI access
5license: AGPL-3.0-or-later
6metadata:
7 author: Amolith <amolith@secluded.site>
8---
9
10Treat the provided plan as **high-level suggestions only**. Before acting:
11
121. Read relevant source code, documentation, and library APIs
132. Verify the plan is still accurate, necessary, and beneficial
143. If deviations exist between the plan and current state:
15 - Stop
16 - Summarize the deviations
17 - Wait for user input before proceeding
18
19## CLI fallback
20
21If `lunatask` or `lune` MCP tools are unavailable, see [cli.md](references/cli.md).