From context-manager
Use when running /context-manager:wip to surface all active WIP entries across the project in one list, or when the user asks what is currently in progress or unfinished.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-manager:wipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extracts every active `WIP:` entry from every `.folder-context.md` in the project and presents them in a single list. The natural use at session start: "what was I in the middle of?"
Extracts every active WIP: entry from every .folder-context.md in the project and presents them in a single list. The natural use at session start: "what was I in the middle of?"
Check .claude/context-manager.json exists. If not, tell the user to run context-manager:context-manager first.
.folder-context.md files in the project (same ignore rules as context-manager).WIP: is non-empty.WIP: in .folder-context.md as you goWIP: field from the entry in .folder-context.mdSort by folder depth ascending (root-level folders first — broadest impact). Within the same folder, preserve file order from the .folder-context.md.
Active WIP — N items
src/auth/session.py
Migration to Valkey in progress — get_session() temporarily dual-reads both stores
src/api/routes/users.ts
Rate limiting not yet implemented — all user routes currently unprotected
tests/integration/db.ts
Setup incomplete — database fixtures missing, tests skipped
Use the exact WIP text from the context file — do not paraphrase.
When a WIP item is resolved (either by fixing it or confirming it's no longer relevant):
WIP: line from the source file's entry in its .folder-context.mdcontext_updated in the frontmatterDo not mark WIP as resolved without either reading the source file to confirm the work is done, or explicit user instruction that it's no longer relevant.
| Mistake | Fix |
|---|---|
| Paraphrasing WIP text | Display verbatim from .folder-context.md |
| Marking WIP resolved without confirmation | Read the file or get explicit user instruction first |
| Sorting by file name instead of folder depth | Broader folders first — root items are highest impact |
| Showing WIP entries where the field is empty | Only show non-empty WIP: fields |
npx claudepluginhub pklawansky/context-manager --plugin context-managerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.