implementation-task-creator

Generate detailed implementation task files with TDD steps and acceptance criteria.

32|7|Updated Dec 6, 2025
One-click install
npx skills add https://github.com/camoa/claude-skills --skill implementation-task-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-task-creator
Source: https://github.com/camoa/claude-skills/tree/main/drupal-dev-framework/skills/implementation-task-creator
Command: npx skills add https://github.com/camoa/claude-skills --skill implementation-task-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed task files for software implementation, ensuring a structured and test-driven development process.

Core Features & Use Cases

  • Task Scoping: Breaks down complex components into manageable implementation tasks.
  • TDD Workflow Generation: Creates files with specific Acceptance Criteria and TDD steps (Write Failing Test, Verify Fail, Write Minimum Implementation, Verify Pass, Refactor).
  • Use Case: When a developer needs to implement a new user authentication module, this Skill can generate individual tasks for creating the test for user registration, the implementation of the registration logic, and so on, ensuring each part is developed with testing in mind.

Quick Start

Use the implementation-task-creator skill to break down the 'UserProfile' component for implementation.

Frequently Asked Questions about implementation-task-creator

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

FAQPage Schema
How do I break down software components into TDD tasks?

You can generate detailed task files by defining component objectives, prerequisites, and acceptance criteria, ensuring each implementation phase follows strict Test-Driven Development steps like writing failing tests and verifying passes.

What is the best way to generate TDD workflow steps for implementation tasks?

Generating TDD workflow steps involves creating structured task files that guide developers through writing failing tests, verifying failures, implementing minimal code, verifying passes, and refactoring.

How does component breakdown work for test-driven development?

Component breakdown works by scoping complex modules into manageable tasks, each equipped with specific acceptance criteria and defined TDD phases to ensure systematic testing and development.

Can I use task creation automation for implementing a user authentication module?

Yes, task creation automation can generate individual tasks for user authentication modules, creating specific tests and implementation logic while ensuring each part is developed with testing in mind.

Do I need specific dependencies to automate implementation task generation?

No specific dependencies are required to automate implementation task generation, as this skill operates independently to produce detailed task files with TDD steps and acceptance criteria.

What are the limitations of automating task scoping for software development?

A limitation of automating task scoping is that while it generates detailed TDD steps and acceptance criteria, developers must manually execute the implementation and testing phases within their specific environment.