modelscope.cn

update-dev-docs

Update dev docs before session compaction to capture progress. Use before compacting conversation, ending sessions, or switching tasks.

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,934 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Update Dev Docs

Updates the dev docs to capture current progress before session compaction or ending a session.

When to use

  • Before using /compact to compress conversation
  • Before ending a long session
  • When switching to a different task
  • Periodically during very long implementations

Usage

/update-dev-docs [task-name]

If task-name is not provided, will look for active tasks in dev/active/.

Instructions

When this command is invoked:

  1. Find active dev docs:

- Check dev/active/ for existing task folders - If multiple found and no task-name provided, list them and ask which to update

  1. Update tasks.md:

- Sync with current TodoWrite state - Mark completed items as done - Add any new tasks discovered during implementation - Update complexity estimates if needed

  1. Update context.md:

- Add newly discovered key files - Document any new decisions made - Update code patterns if new ones were identified - Add any gotchas or lessons learned

  1. Update plan.md (if needed):

- Update progress on objectives - Note any strategy changes - Update risk assessment based on discoveries

  1. Generate session summary:

- What was accomplished this session - What's next - Any blockers or open questions

Session Summary Template

Add to the end of context.md:

## Session Log

### [Date] Session

**Accomplished:**

- Item 1
- Item 2

**Next Steps:**

- Item 1
- Item 2

**Blockers/Questions:**

- Question 1

Notes

  • Keep updates concise but informative
  • Focus on capturing context that would be lost after compaction
  • Include specific file paths and line numbers where relevant
  • Document "why" not only "what" for decisions