implement-task

Automates task implementation from approved plans and outputs a report file.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill implement-task-fitlab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/implement-task
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill implement-task-fitlab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure tasks are implemented strictly according to approved technical plans and produces formal implementation reports, reducing drift and improving traceability.

Core Features & Use Cases

  • Implement tasks based on approved plans and generate an implementation artifact named implementation.md or implementation-r{N}.md.
  • Enforce plan- and milestone-driven workflow: do not perform automatic git add or git commit; create new implementation artifacts per round without overwriting previous ones; update task.md after each skill execution.
  • Read and apply guidance from reference documents (branch-management, milestone-inference, and implementation rules) to manage branches, milestones, and reporting.

Quick Start

请根据已批准的技术方案开始实施任务并输出实现报告。

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I implement tasks based on an approved technical plan and generate a report?

You can automate task implementation from an approved technical plan to generate implementation.md or implementation-rN.md reports. The process enforces preconditions on workspace and task state, applying guidance from reference documents for branch management and reporting.

What is the plan-driven workflow for task management and milestone tracking?

Plan-driven task management requires a plan.md or plan-rN.md file to initiate implementation. It updates task.md after each round and creates new implementation artifacts without overwriting previous ones, ensuring strict milestone tracking and traceability.

How to generate implementation reports without automatic git commits?

To generate implementation reports without automatic git commits, the workflow performs no automated git add or commit actions. It outputs implementation.md or implementation-rN.md as the primary artifact and updates task.md after each execution round.

Do I need an approved plan.md to start task implementation?

Yes, an approved plan.md or plan-rN.md file is required to start task implementation. The skill applies only when a task has an approved plan, enforcing preconditions on the workspace and task state before generating the implementation report.

What are the limitations of milestone-driven implementation for branch management?

Milestone-driven implementation does not perform automatic git add or commit, requiring manual branch management. It references reference/branch-management.md to manage branches but limits automation to creating implementation artifacts and updating task.md per round.