.agents/skills/resuming-work-through-lunatask/SKILL.md
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.
npx skillsauth add jeninh/ampskills-dotfile resuming-work-through-lunataskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Handoff notes are navigation aids, not solutions. They point you toward relevant code and context, but the codebase may have changed since the handoff was written. Your job is to explore the current state and form your own understanding.
If you find significant differences between what the handoff describes and what the code actually looks like:
Don't try to reconcile the handoff with reality on your own. The user may have context about why things changed.
While working, you may notice code smells, outdated patterns, missing tests, or other improvement opportunities related or unrelated to the current task. We might also intentionally introduce tech debt, aware of the trade-offs. Don't let these observations or introductions disappear with the session.
Don't derail the primary task, but don't let useful observations vanish either.
When you begin working on the task, update its status according to the area's workflow. When finished, mark it completed.
New tasks usually get status later, then in-progress, then lastly completed. Different workflows might have other stages, but those are core.
At the very very end of task notes or note contents, include [editor_v2]:: on its own line.
If lunatask or lune MCP tools are unavailable, see cli.md. If the CLI is also unavailable, see installing-lune.md.
development
Writes Roc code with strong static types, helpful compiler errors, and functional programming. Use when the user wants Roc code, mentions Roc, functional programming with types, or needs .roc files. Covers both full applications and one-off Roc scripts with shebangs.
tools
Fetches a Linear issue and creates a comprehensive plan for implementation.
development
Preview and screenshot local dev servers and storybooks. Use when asked to view UI components, take screenshots of storybooks, or inspect the web/server apps.
tools
Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background.