implement-feature

Implement task specifications via TDD Red-Green-Refactor cycles with tests and telemetry.

1|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill implement-feature-acidicsoil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/AcidicSoil/lms-llmsTxt/tree/main/.claude/skills/implement-feature
Command: npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill implement-feature-acidicsoil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to convert task specifications into fully implemented features using a disciplined Test-Driven Development (TDD) workflow, reducing ambiguity and speeding up delivery.

Core Features & Use Cases

  • End-to-end feature development guided by task specifications using strict Red-Green-Refactor cycles.
  • Automated test generation, execution, and validation against acceptance criteria with coverage tracking.
  • Telemetry-rich outputs that report implementation status, test results, coverage, and file changes for auditability.

Quick Start

Provide a task_id to start the guided TDD workflow and begin implementing the feature.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I implement a feature using Test-Driven Development from a task specification?

The TDD workflow applies structured analysis to generate unit and integration tests first, validates them against acceptance criteria, tracks code coverage targets, and reports telemetry for auditability throughout the end-to-end feature delivery.

How does the Red-Green-Refactor cycle handle incremental refactoring across services and controllers?

The Red-Green-Refactor cycle drives structured analysis by initially failing unit tests, implementing controller and service logic to pass them, and incrementally refactoring data layers while continuously validating against acceptance criteria.

Can I automate test generation and coverage validation for end-to-end feature delivery?

Yes, automated test generation and coverage validation are core features. The workflow executes tests against acceptance criteria, tracks coverage targets, and outputs telemetry reporting implementation status and file changes for auditability.

Does this TDD workflow support robust error handling and documentation generation?

Yes, this TDD workflow ensures robust error handling and comprehensive documentation throughout the implementation process. Telemetry-rich outputs report test results, coverage, and file changes to maintain auditability.

What is the best way to ensure my feature implementation meets acceptance criteria with telemetry tracking?

The best way to ensure acceptance criteria are met is using a TDD workflow that applies structured analysis, runs unit and integration tests against coverage targets, and outputs telemetry reporting implementation status for complete auditability.