# Implement

> Feature and code implementation

- Skill: `senior-sigan/implement` (Agent Skill)
- Install (CLI): `npx skillmds@latest add senior-sigan/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/senior-sigan/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: senior-sigan (https://skillmd.com/u/senior-sigan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/senior-sigan/implement

---


# /implement - Feature Implementation

- read specification and architecture plan
- check api schema already written
- run a team of agents to write RED tests: tdd agent, test review agent
- validate tests are aligned with architecture plan and specification
- git commit red tests
- run a team of agents to write GREEN tests following the architecture plan: manager, developers, code reviewer
- validate code with architecturer, it must be aligned with specification and plan
- run tdd agent to achieven 100% coverage
- run all tests
- git commit green test with 100% coverage and zero linter issues

