implement-feature

Implement new features through Explore, Plan, Implement, and Verify phases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/packbot/agentic-coding-boilerplate --skill implement-feature-packbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/packbot/agentic-coding-boilerplate/tree/main/.claude/skills/implement-feature
Command: npx skills add https://github.com/packbot/agentic-coding-boilerplate --skill implement-feature-packbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow for implementing new features, ensuring a systematic approach from initial exploration to final verification.

Core Features & Use Cases

  • Structured Workflow: Guides the user through Explore, Plan, Implement, and Verify phases.
  • Codebase Analysis: Encourages searching the codebase for reusability and identifying potential modifications.
  • Test-Driven Development: Emphasizes writing tests alongside implementation.
  • Use Case: When a user requests to add a new user authentication module, this skill will guide the AI through understanding the requirements, planning the implementation steps, writing the code and tests, and finally verifying the successful integration.

Quick Start

Use the implement-feature skill to add a user profile editing functionality.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I implement new features in a structured coding workflow?

Feature implementation follows a structured Explore, Plan, Implement, and Verify workflow. This process analyzes the codebase for reusability, plans steps, writes code with tests, and verifies against linting, build, and testing commands.

What is the best way to add new functionality while ensuring code verification?

The best way to add new functionality is through a test-driven development approach. This involves exploring the codebase, planning the implementation, writing code alongside tests, and running linting and build commands for final code verification.

How does codebase analysis work when adding new functionality?

Codebase analysis for adding new functionality involves searching existing code for reusability and identifying potential modifications. This exploration phase ensures the feature implementation integrates systematically with the current software development environment.

Can I use this feature implementation approach for building a user authentication module?

Yes, you can use this feature implementation approach for building a user authentication module. It guides you through understanding requirements, planning implementation steps, writing code and tests, and verifying successful integration.

Do I need existing tests to start implementing new features?

You do not need existing tests to start implementing new features. The workflow emphasizes writing tests alongside the implementation during the coding phase to ensure the new functionality is verified against linting and build commands.