work-implement

Execute coding tasks, run tests, and document results in markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the implementation phase of a development workflow by guiding the execution of coding tasks, documenting results, and managing blockers.

Core Features & Use Cases

  • Task Execution: Follows a plan to complete coding tasks, run tests, and save implementation details.
  • Results Documentation: Automatically saves code changes, test outcomes, and issues encountered to _notes/impl-*.md.
  • Blocker Management: Provides clear steps for handling issues, including returning to previous phases if scope changes.
  • Use Case: After planning a new feature, use this Skill to write the code, run unit tests, document the changes made, and log any problems encountered during development.

Quick Start

Use the work-implement skill to execute the next set of tasks from the plan and save the implementation results.

Frequently Asked Questions about work-implement

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

FAQPage Schema
How do I document code changes and test outcomes during the implementation phase?

Document implementation results by executing coding tasks, running tests, and automatically saving code changes and issues encountered to markdown files in the _notes directory.

What should I do when a coding blocker requires a scope change during development?

When a scope change blocker occurs during development, the workflow provides clear steps for handling issues, including returning to previous phases or guiding appropriate actions to transition smoothly.

How does workflow handle unit testing and results logging for new features?

The workflow handles unit testing by following a plan to complete coding tasks, running tests, and logging implementation details and problems encountered into structured markdown documentation.

Can I use this workflow to execute coding tasks directly from a project plan?

Yes, you can execute coding tasks directly from a plan, as the workflow follows the plan to complete the next set of tasks, write the code, run unit tests, and save the implementation results.

When do I need structured development workflow for coding and knowledge capture?

You need a structured development workflow for coding and knowledge capture when satisfying requirements demand guided task execution, automatic markdown documentation of test outcomes, and managed handling of blockers.