From work-manager
This skill should be used when the current work phase is "implement". Provides the implementation workflow: reading the plan, executing tasks, running tests, saving results to _notes/impl-*.md, handling blockers, and checking completion criteria.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-manager:work-implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement phase workflow. Primary deliverable: working code with results documented in `_notes/impl-*.md`.
Implement phase workflow. Primary deliverable: working code with results documented in _notes/impl-*.md.
Read _notes/_summary.md Plan section and work split. Read relevant _notes/plan-*.md and _notes/research-*.md files for context.
For each task group from the plan:
Execution rules:
After each task group completes:
_notes/impl-<topic-slug>.md:# Implementation: <Topic>
Created: YYYY-MM-DD
## Changes Made
- `path/to/file.go:42` — added refresh endpoint
- `path/to/test.go:15` — added integration test
## Test Results
<pass/fail summary>
## Issues Encountered
<blockers, workarounds, surprises>
_notes/_summary.md:
- [ ] -> - [x]_notes/worklog.md: - YYYY-MM-DD: <what was done>_notes/impl-*.md in Work Notes sectionIf blockers or unexpected issues arise:
/work update move to research/work update move to planIf the user adds new requirements, tasks, or scope during implementation:
/work update move to plan to incorporate them before continuing."Do NOT absorb new requirements into running work.
After all tasks complete:
/work done then /work pr_notes/impl-<topic-slug>.md_notes/_summary.md Work Notes section./work done and /work prAfter completing ANY action in this skill, you MUST update _notes/worklog.md with a timestamped entry describing what was done. Format:
- YYYY-MM-DD HH:MM: <action summary>
Never skip this step. Notes are the primary deliverable, not a side-effect.
npx claudepluginhub popoffvg/claude-plugin-work-manager --plugin work-managerExecutes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.
Implements approved plans from .claude/scratchpad files by reading code fully, executing phases sequentially, verifying work, and updating checkboxes.
Executes implementation plans by processing tasks from tasks.md, with vault logging, branch-based workflow tracking, and prerequisites validation.