implement

Implement software tasks from specifications with test-driven development and type checking.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/Frantss/oxform --skill implement-frantss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Frantss/oxform/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/Frantss/oxform --skill implement-frantss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between high-level requirements and functional code by providing a structured, iterative approach to software implementation.

Core Features & Use Cases

  • Test-Driven Development: Encourages the use of test-driven workflows to ensure code reliability and correctness.
  • Iterative Execution: Manages the lifecycle of a task from initial implementation to final code review.
  • Use Case: When assigned a new feature ticket, use this skill to systematically write the implementation, run type checks, execute tests, and perform a final self-review before committing.

Quick Start

Use the implement skill to complete the task described in the provided technical specification document.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement code from technical specifications using test-driven development?

To implement code from specifications using test-driven development, you execute software tasks iteratively by writing tests first, running type checks, and performing automated testing. This structured approach bridges high-level requirements with functional code.

What is the best way to manage the development lifecycle for a new feature ticket?

The best way to manage the development lifecycle for a feature ticket is to systematically write the implementation, run type checks, execute automated tests, and perform a final self-review before committing to version control.

Can I automate type checking and code review for TypeScript implementation tasks?

Yes, you can automate type checking and code review for TypeScript implementation tasks. The workflow integrates automated testing and self-review processes to ensure code quality and correctness before version control commits.

Does this test-driven development workflow support automated testing and version control commits?

Yes, this test-driven development workflow fully supports automated testing and version control commits. It manages the complete task lifecycle from initial implementation through final code review and commit.

When do I need an iterative approach for software implementation?

You need an iterative approach for software implementation when bridging the gap between high-level requirements and functional code. It ensures code reliability through structured test-driven workflows, type checking, and integrated review processes.