implementing-tasks

Generate code and tests from .plans implementation tasks and update statuses.

31|3|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/dhruvbaldawa/ccconfigs --skill implementing-tasks-dhruvbaldawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-tasks
Source: https://github.com/dhruvbaldawa/ccconfigs/tree/main/experimental/skills/implementing-tasks
Command: npx skills add https://github.com/dhruvbaldawa/ccconfigs --skill implementing-tasks-dhruvbaldawa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning task plans into executable code by generating implementation code and tests, and by updating task statuses as work progresses. It helps teams convert plan prompts into concrete deliverables with traceable progress.

Core Features & Use Cases

  • Code and Testgeneration: Creates implementation code and corresponding tests from .plans prompts.
  • Status Management: Updates task status to READY_FOR_TESTING or READY_FOR_REVIEW as work advances.
  • Research Support: Launches research agents automatically when blockers are encountered to unblock progress.

Quick Start

Use this skill to implement a task described in .plans/<project>/implementation/NNN-task.md by following the process steps and updating the task status accordingly.

Frequently Asked Questions about implementing-tasks

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

FAQPage Schema
How do I turn task plans into executable code with tests?

Task plans are converted into executable code by generating implementation files and corresponding tests from prompts, creating incremental work items, and updating task statuses as work progresses.

How does automated task implementation update task statuses?

Automated task implementation updates task statuses by setting them to READY_FOR_TESTING or READY_FOR_REVIEW once code generation and test execution for the incremental work items are complete.

What's the best way to implement tasks from .plans prompts incrementally?

The best way to implement tasks from .plans prompts is by reading the implementation prompt, creating incremental work items as Todo steps, generating code and tests, and updating the task status accordingly.

Can I use research agents when code generation is blocked?

Yes, research agents are launched automatically when blockers are encountered during the task implementation process to investigate issues and unblock code generation progress.

Does this task implementation workflow require a specific folder structure?

Yes, this task implementation workflow requires task files to be placed in an implementation/ folder within the .plans directory structure to trigger the code generation and status update process.

When do I need to generate code and tests from plan files?

You need to generate code and tests from plan files when a task prompt sits in an implementation folder and requires building, testing, and documentation to produce concrete deliverables with traceable progress.