feature-implementation

Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidance.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feature-implementation" with this command: npx skills add nickcrew/claude-ctx-plugin/nickcrew-claude-ctx-plugin-feature-implementation

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

TaskLoad reference
Implementation workflowskills/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-explanation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-advanced-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-quality-workflow

No summary provided by upstream source.

Repository SourceNeeds Review