---
name: Implement Feature
slug: implement-feature-4
category: Quality
description: Implement Feature turns a design doc into working code and tests. Use it when building a new feature from a specification and verifying it with test coverage.
github: "https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/implement-feature"
language: Go
stars: 187
forks: 16
install: "npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/implement-feature ~/.claude/skills/implement-feature"
installs_to: ~/.claude/skills/implement-feature
source_path: .codex/skills/implement-feature/SKILL.md
collection_size: 14
category_size: 1745
collection_url: "https://dirskills.com/collections/janekbaraniewski/openusage"
added: 2026-09-06T05:20:22.470Z
last_synced: 2026-09-06T05:20:22.470Z
canonical_url: "https://dirskills.com/skills/implement-feature-4"
---

# Implement Feature

Implement Feature turns a design doc into working code and tests. Use it when building a new feature from a specification and verifying it with test coverage.

**Install:**

```bash
npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/implement-feature ~/.claude/skills/implement-feature
```

## README

# Skill: Implement Feature

> **Invocation**: Implement a feature from its design doc with tests

Read and follow the full skill specification in `docs/skills/implement-feature/SKILL.md`.
