doer-implement

Implement scoped software tasks and generate patch.diff and handoff.json artifacts.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/OilProducts/agent-skills --skill doer-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doer-implement
Source: https://github.com/OilProducts/agent-skills/tree/main/doer-implement
Command: npx skills add https://github.com/OilProducts/agent-skills --skill doer-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing scoped software tasks, ensuring that code changes are made, basic checks are run, and standardized artifacts are produced for downstream evaluation.

Core Features & Use Cases

  • Code Implementation: Edits code to fulfill specific task requirements.
  • Smoke Checks: Executes targeted tests to verify changes in touched areas.
  • Artifact Generation: Produces patch.diff and handoff.json for review.
  • Use Case: A developer receives a task card to fix a bug in the authentication module. They use this Skill to implement the fix, run relevant unit tests, and generate a patch file and a handoff report detailing the changes and test results.

Quick Start

Use the doer-implement skill to implement the task with ID TASK-0042 and produce patch.diff and handoff.json.

Frequently Asked Questions about doer-implement

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

FAQPage Schema
How do I generate a machine-readable patch file and handoff report after implementing code changes?

To generate a machine-readable patch file and handoff report after implementing code changes, use this Skill to edit code and automatically produce a `patch.diff` and `handoff.json` for downstream evaluation. It also runs targeted smoke tests to verify the updates.

What is the best way to automate task execution and produce handoff artifacts for a separate evaluation process?

Automating task execution and producing handoff artifacts involves implementing scoped software tasks by editing code and generating standardized files. This Skill executes the task card, runs smoke checks, and outputs `patch.diff` and `handoff.json` to facilitate a clear evaluation process.

How do I run targeted smoke tests on specific code changes before creating a patch?

Running targeted smoke tests on specific code changes before creating a patch is handled automatically during implementation. The Skill executes checks focused on the touched areas to verify changes and records the outcomes in the final `handoff.json` artifact.

Can I use this Skill to implement a scoped software task and generate a handoff report without manual test configuration?

Yes, you can implement a scoped software task and generate a handoff report without manual test configuration. The Skill applies targeted smoke checks automatically based on the touched code areas and outputs the results directly into the `handoff.json` file.

Does this implementation Skill support generating deterministic artifacts for task cards?

Yes, this implementation Skill supports generating deterministic artifacts for task cards. It satisfies requirements for deterministic artifact generation by consistently producing a standardized `patch.diff` and a `handoff.json` detailing the implementation and smoke check outcomes.

When should I not use an automated task implementation tool that generates patch files?

You should not use an automated task implementation tool that generates patch files when a task requires human judgment beyond scoped code edits or lacks clear task card requirements. It is designed for deterministic artifact generation and targeted smoke checks, not open-ended architectural design.