Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidance.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add NickCrew/Claude-Cortex --skill feature-implementation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feature Implementation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nickcrew-feature-implementation-claude-cortex)More formats (shields.io, HTML) on the badges page.
---
name: feature-implementation
description: Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidance.
keywords:
- add feature
- build feature
- feature work
- implement API
- implement component
- implement feature
file_patterns:
- '**/components/**'
- '**/feature/**'
- '**/features/**'
- '**/services/**'
confidence: 0.8
---
# Feature Implementation
## Overview
Guide feature implementation with clear steps: analyze requirements, plan approach, implement safely, and validate with tests.
## When to Use
- Implementing a feature, component, service, or API
- Coordinating multi-domain changes (UI + API + tests)
- Adding tests alongside implementation
Avoid when:
- The task is a trivial one-line change
- You only need a plan (use implementation-workflow)
## Quick Reference
| Task | Load reference |
| --- | --- |
| Implementation workflow | `skills/feature-implementation/references/implement.md` |
## Workflow
1. Clarify requirements and constraints.
2. Load the implementation reference.
3. Implement changes with appropriate personas/tools.
4. Add or update tests.
5. Validate with builds/tests.
## Output
- Implementation summary
- Validation results and remaining risks
## Common Mistakes
- Implementing without tests or validation
- Skipping integration considerations
- Mixing planning and implementation without agreement
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!