implement

Execute development plans to implement code and tests in a worktree.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill implement-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/implement
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill implement-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of translating a development plan into working code, including setting up the environment, writing code and tests, and ensuring quality gates are met.

Core Features & Use Cases

  • Automated Development Workflow: Executes plans from issue tracking or explicit plan files.
  • Test-First Implementation: Spawns agents to write failing tests before implementing code.
  • Quality Assurance: Integrates linting, type checking, and testing as mandatory steps.
  • Use Case: When you have a detailed plan for a new feature, you can use this Skill to automatically set up a new branch, have agents write tests, implement the code to pass those tests, and run all quality checks.

Quick Start

Execute the implementation plan for issue number 42.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate test-first development from an existing plan?

Test-first implementation is automated by spawning agents that write failing tests before coding begins. The Skill orchestrates this within a dedicated worktree and ensures code passes mandatory linting, type checking, and testing quality gates.

What quality gates are enforced during automated code implementation?

Mandatory quality gates during code implementation include linting, type checking, and testing. These checks are integrated into the automated workflow to ensure all implemented code passes required quality standards before finalizing.

Can I execute a development plan automatically from an issue tracker?

Yes, you can execute development plans from issue tracking by providing an issue number. The Skill reads the plan, sets up a dedicated worktree with a new branch, and orchestrates agents to write tests and implement code automatically.

Does automated code implementation support tiered execution levels?

Yes, tiered implementation supports S, F-lite, and F-full execution levels. These tiers allow you to scale the depth of code implementation and reasoning audits based on your development plan's complexity and requirements.

Why use a dedicated worktree for automated test-first coding?

A dedicated worktree isolates automated code implementation and testing from your main branch. This ensures changes remain separated until code passes all quality gates, preventing conflicts and maintaining a clean main branch environment.