feature-impl

Guide software feature implementation through structured development steps.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/tolluset/local-review --skill feature-impl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-impl
Source: https://github.com/tolluset/local-review/tree/main/.claude/skills/feature-impl
Command: npx skills add https://github.com/tolluset/local-review --skill feature-impl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of implementing new features in a software project by providing a structured approach to development, from design to verification.

Core Features & Use Cases

  • Structured Development: Guides the developer through a logical sequence of implementation steps.
  • Component Mapping: Clearly defines where different types of code (DB schema, API, UI) should be located.
  • Code Templates: Provides starting points for common code patterns like API routes and React hooks.
  • Use Case: When a new user authentication feature is requested, this Skill helps the developer design the database schema, implement the backend API endpoints, and create the frontend components in an organized manner.

Quick Start

Use the feature-impl skill to add a new user profile editing feature.

Frequently Asked Questions about feature-impl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure the implementation of a new software feature end to end?

To structure new software feature implementation, follow a logical sequence from requirements analysis to design and verification. This ensures organized development by mapping database schemas, APIs, and frontend components to their correct file locations.

What is the recommended implementation order for backend and frontend feature development?

The recommended implementation order for feature development starts with designing data models and backend API endpoints, then moves to creating frontend UI components. This structured progression ensures the underlying logic is solid before building the interface.

Does this approach provide code patterns for API routes and React hooks?

Yes, this implementation approach provides code templates and starting points for common patterns like API routes and React hooks. It clearly defines where these components should be located within your project structure for both backend and frontend development.

How do I map database schema and UI components when adding a user authentication feature?

To map database schema and UI components for a user authentication feature, use a structured development process. This guides you through designing the database schema, implementing backend API endpoints, and creating frontend components in an organized manner.

Can I use this feature implementation process for both backend API and frontend UI tasks?

Yes, you can use this feature implementation process for both backend API and frontend UI tasks. It outlines a recommended implementation order and includes code patterns and file location guidance for both software development layers.