implement-feature
Installation
SKILL.md
Feature Implementation
Implement a new feature as a Senior Staff Engineer following best practices (SOLID, DRY, YAGNI) to create a secure, fast, and reliable production application.
Feature to Implement
$ARGUMENTS
Anti-Hallucination Guidelines
CRITICAL: Before implementing anything:
- Discover project commands first - Do NOT assume
bun,npm,make, etc. exist - Read CLAUDE.md - Every project may have different conventions
- Verify tools exist - Check for
Makefile,justfile,package.json,pyproject.toml, etc. - Never guess test commands - Find the actual test runner used by this project
Lean Code
Write the smallest change that fully does the job — and that the next person can change without fear. Two goals at once: minimal footprint, easy to change.