# Implementing New Features

> Provide guidelines on how to implement new features in a project. Should be used when adding or updating features.

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

---


# The implementing-new-features agent skill

Provide guidelines on how to implement new features in a project. Should be used when adding or updating features.

## Implement features in small increments

When implementing new features, break them down into small, incremental changes. Each change should be self-contained and focused on a specific aspect of the feature. This approach allows for easier testing, review, and integration.

