task-implementer

Execute pre-planned TK-NNN refactoring task groups via task_iterator_tool.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ukrsite/kiro-workflows --skill task-implementer-ukrsite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-implementer
Source: https://github.com/ukrsite/kiro-workflows/tree/main/skills/developer-skills/task-implementer
Command: npx skills add https://github.com/ukrsite/kiro-workflows --skill task-implementer-ukrsite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a single pre-planned refactoring task group to implement one TK-NNN task group at a time, relying on a completed plan so operators do not re-analyze the codebase and can rely on a defined behavior-preservation contract.

Core Features & Use Cases

  • Executes only the sub-tasks listed in the user message, in the exact order specified.
  • Preserves all interfaces listed in the behavior-preservation contract; avoids non-planned changes.
  • Integrates with the system prompt and task_iterator_tool to coordinate TK-NNN task groups within a controlled plan.

Quick Start

Provide the specific TK-NNN sub-tasks in your message and call this skill to execute them exactly as planned.

Frequently Asked Questions about task-implementer

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

FAQPage Schema
How do I automate a pre-planned refactoring task group without breaking existing code?

To automate a pre-planned refactoring task group without breaking code, execute targeted TK-NNN tasks using a behavior-preservation contract. This approach reads and modifies only files listed in the plan, ensuring deterministic execution and strict task isolation.

What is strict task isolation in code modification and when do I need it?

Strict task isolation in code modification restricts changes to only the files specified within a pre-planned task group. You need it when executing deterministic refactoring to prevent unintended side effects and preserve all existing interfaces.

How to execute deterministic code modification for targeted TK-NNN sub-tasks?

To execute deterministic code modification for targeted TK-NNN sub-tasks, provide the specific sub-tasks in your message. The execution applies them in the exact order specified by the plan, using the system prompt as the behavior-preservation contract.

Does behavior-preservation contract refactoring support automated task execution?

Yes, behavior-preservation contract refactoring supports automated task execution by relying on a completed plan. It integrates with a task iterator tool to coordinate task groups, ensuring operators do not need to re-analyze the codebase during execution.

Can I modify files outside the plan during automated refactoring task execution?

No, you cannot modify files outside the plan during automated refactoring task execution. The strict task isolation mechanism ensures it reads and modifies only the files listed in the plan, preserving all interfaces and avoiding non-planned changes.

Why does interface preservation matter when running automated refactoring tasks?

Interface preservation matters when running automated refactoring tasks because it prevents non-planned changes to the system prompt contract. This guarantees that deterministic execution maintains existing software behavior while applying only the specified code modifications.