implement

Translate breakdown tasks into implementation plans and code changes.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/dailydm/skills --skill implement-dailydm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/dailydm/skills/tree/main/implement
Command: npx skills add https://github.com/dailydm/skills --skill implement-dailydm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers to translate a Breakdown task (plan.md and tasks) into a precise implementation workflow, including risk assessment, dependency checks, testing strategy, and integration steps, reducing guesswork and misalignment between planning and delivery.

Core Features & Use Cases

  • Understand task context: reads the task file, plan and overview to distill goal, acceptance criteria, risks, and touchpoints.
  • Shape Up alignment: applies uphill/downhill approach with incremental implementation and guardrails.
  • Structured workflow: pre-flight checks, tests-first (if applicable), incremental coding, validation against acceptance criteria, and post-implementation tooling.
  • Use Case: a software engineer receives a new task from a breakdown and obtains a ready-to-implement plan with a checklist and test scaffolding.

Quick Start

Use the implement workflow to transform a breakdown task into a ready-to-ship implementation plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I turn a task breakdown into shippable code changes?

To turn a task breakdown into shippable code, this skill translates plan documents and task descriptions into a concrete implementation plan with pre-flight checks, incremental execution, and acceptance criteria validation.

What is the best way to implement software-engineering tasks from a plan document?

The best way to implement software-engineering tasks from a plan document is applying a Shape Up inspired workflow, which distills goals, assesses risks, runs pre-flight checks, and validates against acceptance criteria.

How does test-driven development work with task implementation workflows?

Test-driven development integrates into task implementation workflows by providing optional TDD guidance, generating test scaffolding first, and validating incremental coding steps against the defined acceptance criteria.

Can I use this workflow for tasks across different codebases?

Yes, you can use this implementation workflow for tasks across different codebases, as it reads task files and plan overviews to distill context, touchpoints, and risks regardless of the specific project structure.

What pre-flight checks are needed before implementing a breakdown task?

Pre-flight checks needed before implementing a breakdown task include reading the task file to distill goals, assessing risks, verifying dependencies, and establishing a testing strategy before incremental execution begins.