work-implement

Automate code implementation with task folders, TDD loops, and commit automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for quick implementation of code changes without the full /work workflow, enabling developers to focus on the task at hand.

Core Features & Use Cases

  • Quick Implementation: Skip the full /work workflow for streamlined code implementation.
  • Branch and Task Management: Automatically sets up a task folder and manages subtasks if applicable.
  • TDD Loop Integration: Enforces a TDD loop for robust code development and testing.
  • Agent Delegation: Delegates tasks to appropriate developer agents based on the implementation type.
  • Quality Checks: Ensures code quality through linting, type checking, and test execution.
  • Commit and Push Automation: Automates the commit and push process upon completion.
  • Use Case: When you need to quickly implement a bug fix or feature enhancement, this Skill can help you get the job done without the overhead of the full workflow.

Quick Start

Run the work-implement command followed by a description of the changes to be implemented, such as:

/work-implement fix the weekend activities loading bug

Frequently Asked Questions about work-implement

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

FAQPage Schema
How do I automate code implementation and skip the full development workflow?

To automate code implementation, you can use a streamlined workflow that sets up task folders, enforces a TDD loop, delegates subtasks to agents, and automates the commit and push process. This skips full workflow overhead for quick bug fixes.

Can I enforce a TDD loop while managing subtasks for a new feature?

Yes, you can enforce a TDD loop while managing subtasks. The workflow automatically sets up task folders, delegates subtasks to developer agents, and ensures robust code development through integrated testing.

Do I need git and node to run automated quality checks and commits?

Yes, you need git, bash, and node installed to run automated quality checks and commits. These dependencies are required to execute the scripts for task management, linting, type checking, and pushing code.

What is the best way to ensure code quality during quick bug fixes?

The best way to ensure code quality during quick bug fixes is to use an automated workflow that runs linting, type checking, and test execution. This enforces standards without requiring the full development workflow.

Does automated task delegation work with bash scripts for feature enhancements?

Automated task delegation works with bash scripts by routing feature enhancement subtasks to appropriate developer agents. The system uses these scripts to manage the implementation type and coordinate the automated workflow.