implement_task

Execute a defined project task using Test-Driven Development and generate a handoff document.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill implement-task-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement_task
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/implement_task
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill implement-task-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the execution of individual tasks within a larger plan, ensuring focused implementation and clear documentation of progress and learnings.

Core Features & Use Cases

  • Task Execution: Implements a specific, assigned task from a broader project plan.
  • Test-Driven Development (TDD): Enforces a strict Red-Green-Refactor cycle for all code changes.
  • Handoff Generation: Creates detailed handoff documents upon task completion or blockage, facilitating continuity.
  • Use Case: When a complex software feature is broken down into smaller, manageable steps, this Skill agent is spawned for each step to implement the code, write tests, and document its work before passing it to the next agent.

Quick Start

Implement the assigned task using TDD and create a handoff document in the specified directory.

Frequently Asked Questions about implement_task

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

FAQPage Schema
How do I execute a single task from a larger software project plan using TDD?

To execute a single task using TDD, the skill processes provided context like continuity ledgers and overall plans, adhering strictly to a Red-Green-Refactor cycle for all code changes. It implements the assigned task and generates a detailed handoff document upon completion.

What is a handoff document in an agent workflow and when do I need it?

A handoff document in an agent workflow records changes, decisions, learnings, and encountered issues during task execution. You need it when breaking down complex software features into smaller steps to ensure continuity and clear documentation before passing work to the next agent.

How do I generate a handoff document when a task is blocked during implementation?

To generate a handoff document when a task is blocked, the skill captures the specific blockage, changes made, and decisions encountered during task execution. This ensures continuity by documenting the exact state and issues before passing it to the next agent.

Can I use this agent workflow for task execution without writing tests first?

No, you cannot use this task execution workflow without writing tests first. The skill enforces strict Test-Driven Development principles, requiring a Red-Green-Refactor cycle for all code modifications to ensure high code quality before generating a handoff document.

Does this task execution skill work with specific code editing tools?

Yes, this task execution skill works with specified editing tools like morph-apply or Claude Edit for code modifications. It utilizes these tools during the TDD implementation phase and ensures code quality checks are performed before generating the handoff document.