work-update

Log progress, document decisions, and transition development phases in `_notes/` files.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-update
Source: https://github.com/popoffvg/claude-plugin-work-manager/tree/main/skills/work-update
Command: npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating work logs, capturing significant findings, and managing the workflow phases of a development task.

Core Features & Use Cases

  • Progress Logging: Records updates to a work log, ensuring a clear history of task progression.
  • Knowledge Capture: Identifies and saves substantial findings, decisions, or research results into dedicated notes.
  • Phase Transition Management: Facilitates controlled movement between development phases (research, plan, implement) with user confirmation.
  • Use Case: After implementing a new feature, you can use this Skill to log the completion, document a key architectural decision made during implementation, and transition the task to a "testing" phase.

Quick Start

Use the work-update skill to log that the user interface has been updated and move to the testing phase.

Frequently Asked Questions about work-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log development progress and capture key decisions during a task?

To log development progress and capture decisions, you can record updates to a work log and save substantial findings into dedicated notes. This maintains a clear history of task progression and preserves architectural knowledge.

What is the best way to manage workflow phase transitions in software development?

Managing workflow phase transitions involves facilitating controlled movement between development phases like research, plan, and implement. This process requires user confirmation before moving to stages such as testing.

How do I document research findings and implementation results in a local work log?

Documenting research findings and implementation results involves identifying substantial discoveries and saving them into dedicated notes within a local _notes/ directory. This structures research data for future reference.

Do I need a specific directory structure to track task progress locally?

Yes, tracking task progress locally requires reading and writing to a dedicated _notes/ directory. This folder maintains the current state of your work logs and captures development findings.

How does knowledge capture work during the implementation phase?

Knowledge capture during the implementation phase works by identifying significant findings, architectural decisions, or research results and saving them into dedicated notes. This ensures critical information is preserved within your workflow.