implement

Execute software implementation tasks from specifications with TDD and code review.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tonomb/personal-pnl --skill implement-tonomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/tonomb/personal-pnl/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/tonomb/personal-pnl --skill implement-tonomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the friction in software development workflows by providing a structured, repeatable process for implementing features from specifications or tickets.

Core Features & Use Cases

  • Structured Implementation: Guides the AI to follow a disciplined approach including TDD and regular testing.
  • Quality Assurance: Enforces a mandatory code review step upon completion to ensure high standards.
  • Use Case: When assigned a new feature ticket, use this skill to ensure the implementation is test-driven, type-checked, and reviewed before committing to the repository.

Quick Start

Use the implement skill to execute the development tasks defined in the current ticket or specification document.

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?

Feature implementation from a ticket specification is automated by executing a structured workflow that includes test-driven development, type checking, and code review. This ensures consistent code quality and version control integration before committing changes.

What is the best way to enforce test-driven development when implementing new features?

Test-driven development is enforced by following a disciplined development lifecycle process that mandates writing tests before implementation, running regular type checks, and completing a mandatory code review step upon task completion.

Can I use this workflow for code review and type checking before committing?

Yes, this workflow explicitly manages code review and type checking before committing. It enforces a mandatory code review step upon completion to ensure high quality standards and consistent version control integration.

Does this implementation workflow handle version control integration automatically?

Version control integration is handled through automated workflow steps. The process ensures that code is test-driven, type-checked, and reviewed before final integration into the repository.

When do I need a structured development lifecycle process for software implementation?

A structured development lifecycle process is needed when you want to reduce friction in software development. It provides a repeatable process for implementing features from specifications or tickets while enforcing quality assurance through TDD and code review.