implement

Automate implementation from specifications with test-driven development and code review.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/B4rz99/fidy --skill implement-b4rz99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/B4rz99/fidy/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/B4rz99/fidy --skill implement-b4rz99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the implementation of work based on specifications or tickets, reducing manual steps and increasing efficiency in the development process.

Core Features & Use Cases

  • Spec-Based Implementation: Automate the process of implementing work directly from specifications or tickets.
  • Test-Driven Development (TDD) Support: Encourage TDD practices by suggesting and executing tests at pre-agreed seams.
  • Code Review Integration: Facilitate code reviews to ensure quality and consistency in the final work.
  • Commit and Branch Management: Automate the commit process to the current branch, ensuring code changes are tracked.
  • Use Case: For a developer tasked with implementing a new feature, this Skill can help by automating test execution, code review, and commit processes, allowing the developer to focus on coding.

Quick Start

Implement the work described in the ticket #123 using the /tdd command, run typechecking, execute single test files, and review the work with /code-review.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate work implementation from specifications and tickets?

Spec-based implementation automates translating specifications or tickets into code by executing tests, running code reviews, and managing commits to the current branch, reducing manual development steps.

How does test-driven development support work with ticket-based implementation?

Test-driven development support suggests and executes tests at pre-agreed seams within your implementation workflow, ensuring code accuracy before integrating changes from your specifications into the current branch.

What is the best way to integrate code reviews into a development workflow?

Integrating code reviews into your development workflow facilitates quality and consistency by automating the review process immediately after implementing work based on specifications or tickets.

Do I need specific testing frameworks to run TDD commands for spec-based implementation?

Yes, executing test-driven development commands and running typechecking requires external testing frameworks and code review tools to be installed in your environment before implementation.

Can I automate branch and commit management when implementing new features?

Automating branch and commit management tracks code changes by automatically committing the implemented work directly to your current branch after passing specified tests and code reviews.

What are the limitations of automating code implementation from tickets?

Automating implementation relies on predefined specifications and pre-agreed test seams, meaning ambiguous tickets lacking clear requirements or environments missing testing frameworks will limit successful execution.