implement

Implement software features from ticket specifications with TDD and automated tests.

63|9|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/willdady/platypus --skill implement-willdady
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/willdady/platypus/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/willdady/platypus --skill implement-willdady

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the friction in software development workflows by automating the transition from technical specifications or tickets to functional, tested code.

Core Features & Use Cases

  • Spec-Driven Development: Translates requirements directly into implementation logic.
  • Integrated Testing: Enforces Test-Driven Development (TDD) and automated test suite execution.
  • Quality Assurance: Automates the transition from coding to peer-review readiness.
  • Use Case: When assigned a new feature ticket, use this skill to generate the implementation, run the test suite, and prepare the code for a final review.

Quick Start

Use the implement skill to build the feature described in the current ticket and run the full test suite.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate feature implementation from a ticket specification?

Automating feature implementation from a ticket specification involves translating requirements directly into functional code. This skill generates the implementation logic, enforces test-driven development, and prepares the code for review.

How does test-driven development integrate with automated code generation?

Test-driven development integrates with automated code generation by enforcing iterative cycles. The skill writes tests first, executes the automated test suite, and performs type checking to ensure the generated implementation meets specifications.

Can I use this to prepare my code for a peer review process?

Yes, you can use this to prepare code for a peer review process. The skill automates the transition from coding to review readiness by ensuring version control commits are made upon successful task completion and testing.

What is the best way to streamline iterative development cycles and type checking?

The best way to streamline iterative development cycles and type checking is to automate the workflow from specification to tested code. This approach mandates test execution and type validation before committing any new feature implementation.

Do I need to provide complete software specifications to automate feature implementation?

Yes, providing complete software specifications or ticket requirements is necessary. The automation relies on spec-driven development to accurately translate your detailed requirements into the corresponding functional implementation logic.