implement

Convert task descriptions and artifact references into concrete code artifacts.

23|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/kirich1409/krozov-ai-tools --skill implement-kirich1409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/kirich1409/krozov-ai-tools/tree/main/plugins/developer-workflow/skills/implement
Command: npx skills add https://github.com/kirich1409/krozov-ai-tools --skill implement-kirich1409

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementation stage — takes a task description and optional context artifacts and produces working code. Designed to be called by an orchestrator or directly by the user. Accepts any task source: plain text description, GitHub/Jira/Linear issue URL, or a reference to an existing artifact (research.md, debug.md, plan.md).

Core Features & Use Cases

  • Understand task: normalize input, extract what needs to change, why, and the success criteria.
  • Write code and artifacts: generate a concrete implementation plus supporting artifacts for downstream stages, while applying a built-in quality loop.
  • Produce artifacts: prepare implementation outputs and quality documentation for swarm-report and future auditing.

Quick Start

Provide a task description and optional artifact references to generate a working code artifact.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I convert a task description into working code artifacts?

To convert a task description into working code artifacts, provide a plain text task or issue URL with optional context references like research.md or plan.md. The system normalizes the input, extracts success criteria, and generates concrete code through a structured quality loop.

Can I generate code from a GitHub or Jira issue URL?

Yes, you can generate code from a GitHub, Jira, or Linear issue URL. The implementation pipeline accepts issue URLs as task sources, normalizing them to extract what needs to change, why, and the success criteria before producing the code artifact.

How does the quality loop work during code generation?

The quality loop enforces standards during code generation by applying mechanical checks and an intent review. This ensures the generated implementation artifact meets the extracted success criteria before producing the final implementation outputs.

Does the code generation pipeline automatically create pull requests?

No, the code generation pipeline does not automatically create pull requests. It focuses on producing implementation artifacts and quality documentation while avoiding live QA or automated PR creation, leaving integration to downstream stages or the orchestrator.

What context artifacts can I use for software implementation tasks?

You can use research.md, debug.md, and plan.md as context artifacts for software implementation tasks. These references provide necessary background for the implementation pipeline to understand the task and generate the working code artifact.