What problem does it solve? Long NetEase Mod development tasks often exceed a single AI conversation, causing context compression and lost progress mid-execution. This Skill splits the full workflow into three stable sessions with state files and handoff prompts so work can resume reliably. ## Core Features & Use Cases - Three-Session Workflow: Session 1 covers workspace selection, brainstorming, and planning; Session 2 handles execution, batch code review, and direct testing via mcdev-tools; Session 3 performs final review, regression verification, and cleanup. - State Files & Handoff Prompts: Writes session state to Docs/sessions/<business>/ and generates copy-paste relay prompts so the next session restores full context. - Workspace Modes: Supports main-workspace or feature-workspace development, with direct testing of feature workspaces through mcdev-tools before any merge. - Use Case: When building a large new NetEase Mod feature, use this Skill to plan in one conversation, execute and test in a second, and finalize review and cleanup in a third without losing context. ## Quick Start Start a new NetEase Mod feature task and ask the AI to follow the nekans-skills workflow beginning with the workspace location question.