# Feature Implementation

> Implement features safely with tests and minimal regressions.

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

---


# Feature Implementation

## Steps
1. Locate entry points and owners.
2. Implement the smallest viable change.
3. Update or add tests.
4. Verify using existing tooling when possible.
5. Document what was verified.

## Stack notes
- Keep frontend in React/Next.js patterns.
- Prefer service boundaries for Node, FastAPI, and Spring.
- Consider integration and pipeline impact.

