implement

Execute code implementation for epic or task IDs with automated quality gates.

4|3|Updated Jul 14, 2025
One-click install
npx skills add https://github.com/luan/dot-claude --skill implement-luan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/luan/dot-claude/tree/main/skills/implement
Command: npx skills add https://github.com/luan/dot-claude --skill implement-luan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of code development tasks, whether for a single developer or a team, by translating plans into actionable code and ensuring quality through automated checks.

Core Features & Use Cases

  • Automated Code Implementation: Executes tasks defined in an epic or task ID, handling both solo and swarm (multi-agent) execution modes.
  • TDD Enforcement: Implements code following a Test-Driven Development approach, ensuring tests pass before code is considered complete.
  • Quality Gates: Includes automated build, linting, and testing as part of the implementation process, with defined limits for fixing errors.
  • Use Case: After a design is prepared, this skill can take an epic ID and automatically assign tasks to agents, have them write code with tests, and ensure the code builds and passes all checks before completion.

Quick Start

Implement the code for the epic with ID 'epic-123'.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate code implementation from a task ID?

You can automate code implementation by passing an epic or task ID to this Skill, which translates plans into actionable code while managing task assignment for both solo and swarm execution modes.

Can I enforce Test-Driven Development during automated task execution?

Yes, automated task execution enforces Test-Driven Development by ensuring tests pass before code is considered complete, integrating TDD adherence directly into the implementation workflow.

Does automated code execution include build, lint, and test checks?

Yes, automated code execution includes quality gates for build, lint, and test checks, applying defined limits for fixing errors before a task is considered complete.

What is swarm development mode for task automation?

Swarm development mode is a multi-agent execution method that manages task assignment across multiple agents, allowing parallel code implementation with automated quality gates and error handling.

How do I integrate issue tracking with automated code implementation?

Automated code implementation integrates with issue tracking systems like 'beads' to manage status updates and mark task completion directly within the execution workflow.

What are the limitations when fixing errors during code execution?

Error handling during code execution operates within defined limits for fixing build, lint, and test failures, preventing infinite loops and ensuring the quality gates complete.