work-implement

Apply small targeted changes on an existing branch without full workflow orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly apply small, targeted changes on an existing branch without triggering the full /work workflow.

Core Features & Use Cases

  • Setup a minimal task folder and planning steps for a quick change
  • Delegate to an appropriate developer agent based on the stack (Node.js, React, etc.)
  • Run lightweight quality checks and report results without creating commits or PRs
  • Ideal for time-constrained fixes and incremental improvements

Quick Start

Run /work-implement with the description of the change you want to apply on the current branch.

Frequently Asked Questions about work-implement

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

FAQPage Schema
How do I apply small targeted changes to an existing branch quickly?

To apply small targeted changes quickly, run the quick-implementation command with a change description on your current branch to set up a minimal task folder and execute updates without triggering full workflow orchestration.

What is the best way to run lightweight quality checks without creating commits?

Lightweight quality checks can be run by delegating targeted changes to a developer agent, which evaluates code quality and reports results directly without creating commits or pull requests on your branch.

Can I delegate quick fixes to a specific developer agent based on my tech stack?

Yes, you can delegate quick fixes to an appropriate developer agent based on your stack, such as Node.js or React, ensuring the targeted implementation matches your technology requirements.

Do I need full workflow orchestration for minor incremental improvements?

No, you do not need full workflow orchestration for minor incremental improvements; you can use a quick implementation approach to apply focused changes in a controlled task folder with lightweight planning.

When should I avoid using a quick implementation workflow on my branch?

You should avoid using a quick implementation workflow when your changes require full orchestration, complex planning, or commit and PR creation, as this approach is designed only for time-constrained, non-commit targeted fixes.