implement-feature
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
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
Quality Gates
This skill includes automatic implementation verification before completion:
More from mgiovani/cc-arsenal
find-skills
Discover and install third-party agent skills from the skills.sh ecosystem.
36agent-browser
Headless browser automation CLI optimized for AI agents. Uses snapshot + refs system for 93% less context overhead vs Playwright. Purpose-built for web testing, form automation, screenshots, and data extraction.
13jira-cli
Interactive CLI for Atlassian Jira issue, epic, and sprint management.
9git-commit
Generate conventional commits following conventionalcommits.org specification.
9refactor
Safe codebase refactoring with characterization tests, incremental changes, and continuous verification. Automatically activates when users want to refactor code, extract methods/classes, simplify logic, reduce duplication, improve naming, restructure modules, or clean up technical debt.
8fix-bug
Fix bugs using test-driven debugging and root cause analysis. Activates
8