# Implement Task

> Implement a single task using TDD (tests first, then minimal code).

- Skill: `majiayu000/implement-task-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/implement-task-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/implement-task-7/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/implement-task-7

---


# Implement Task

## When to use

- You have a task with acceptance criteria and file scope.

## Instructions

1. Use `/test-writer` to add failing tests for all criteria.
2. Use `/implementer` to make tests pass with minimal code.
3. Report tests run + results.

