Implement Task

Execute a defined task and generate a handoff document with specified testing methods.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/oddlyspaced/ai-config --skill implement-task-oddlyspaced
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implement Task
Source: https://github.com/oddlyspaced/ai-config/tree/main/.cursor/skills/implement_task
Command: npx skills add https://github.com/oddlyspaced/ai-config --skill implement-task-oddlyspaced

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of individual tasks within a larger plan, ensuring that each step is completed correctly and efficiently before handing off to the next stage.

Core Features & Use Cases

  • Task Execution: Implements specific requirements of a given task, following defined testing tiers (TAD, TDD).
  • Handoff Generation: Creates a detailed summary of work done, decisions made, and learnings for subsequent tasks.
  • Fix Mode: Addresses review comments and iterates on previous work.
  • Use Case: An AI orchestrator breaks down a software feature into multiple tasks. This Skill is invoked for each task, implementing the code, running tests, and documenting the outcome for the next task in the sequence.

Quick Start

Implement the task described in your prompt 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 automate task execution for individual steps in a software project plan?

Automating task execution for individual steps requires a tool that implements specific requirements, runs tiered tests, and generates a handoff document. This approach executes single tasks within a larger plan and tracks progress across a multi-agent workflow.

How does handoff generation work in a multi-agent workflow?

Handoff generation in a multi-agent workflow creates a detailed summary of implemented code, decisions made, and learnings. This ensures continuity by providing subsequent tasks with the exact context needed to proceed efficiently without losing prior progress.

Can I use tiered testing methodologies like TDD and TAD when running automated task execution?

Tiered testing methodologies like TDD and TAD are supported during task execution. The system implements specific task requirements while adhering to these defined testing tiers, ensuring code quality and correctness before generating the final handoff document.

What is the best way to address review comments and iterate on previous code implementations?

Addressing review comments and iterating on previous work is handled through a fix mode. This mode specifically targets review feedback, applies iterative fixes to the existing implementation, and updates the handoff documentation to reflect the corrected state.

Do I need a larger project plan to use an automated task execution and handoff tool?

A larger project plan is required because the tool executes a single, defined task within that broader context. It relies on an orchestrator to break down features into multiple tasks, implementing each sequentially and documenting the outcome for the next step.