impl

Implement Plans.md tasks into executable code with tests and quality checks.

3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/clearclown/claude-code-aida --skill impl-clearclown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl
Source: https://github.com/clearclown/claude-code-aida/tree/main/aida/skills/impl
Command: npx skills add https://github.com/clearclown/claude-code-aida --skill impl-clearclown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the implementation phase by transforming Plans.md tasks into executable code, plus the associated tests and quality checks.

Core Features & Use Cases

  • work-impl-feature: Implement a high-priority task from Plans.md.
  • work-write-tests: Generate tests for the implemented features.
  • Execution includes self-review and commit generation.

Quick Start

Inputs: task_id (e.g., #task-001), optional design_ref. Example: work-impl-feature with task_id and a reference to its design.