implementer

Execute implementation plans by completing Low-Level Tasks with verification and progress tracking.

2|Updated Jun 3, 2021
One-click install
npx skills add https://github.com/kalindudc/shell --skill implementer-kalindudc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementer
Source: https://github.com/kalindudc/shell/tree/main/home/.config/opencode/skills/implementer
Command: npx skills add https://github.com/kalindudc/shell --skill implementer-kalindudc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes implementation plans by systematically completing each task with verification, bounded retry, and progress tracking to close the gap between plan generation and code delivery.

Core Features & Use Cases

  • Ingests a user-provided plan file and reads Beginning context to ground execution.
  • Iterates Low-Level Tasks with per-task status (Completed, In progress, Pending).
  • Verifies changes, resumes where left off, and reports progress via the TodoWrite tool.
  • Supports deterministic execution loop and structured task-batching when multiple tasks target the same file.

Quick Start

Provide a plan file path to begin execution, and the skill will run each Low-Level Task against the plan.

Frequently Asked Questions about implementer

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

FAQPage Schema
How do I automate execution of implementation plans with verification and progress tracking?

Automating implementation plan execution is done by ingesting a plan file and systematically completing each low-level task with bounded retry, explicit per-task status reporting, and deterministic verification to ensure reliable code delivery.

Can I resume plan execution from where it left off if a task fails?

Resuming plan execution is supported natively. The skill tracks partial progress using per-task statuses like Completed, In progress, and Pending, allowing it to automatically pick up where it left off after an interruption.

What is the best way to track task status during automated code generation?

Tracking task status during code generation is handled via the TodoWrite tool, which records the real-time state of each low-level task as it progresses through the deterministic execution loop.

How do I execute multiple tasks that target the same file in a software development workflow?

Executing multiple tasks targeting the same file is supported through structured task-batching, which groups related modifications together to apply changes deterministically within the implementation plan workflow.

Do I need a specific plan file format to start automated task execution?

You need a user-provided plan file containing low-level tasks to begin execution. The skill reads this file path and grounds its execution context to systematically process each task with verification.