implement-feature

Automates end-to-end feature implementation across Java/Jakarta EE codebase layers.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill implement-feature-vndkubi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/vndkubi/bootstrap-toolkits/tree/main/.github/skills/implement-feature
Command: npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill implement-feature-vndkubi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides end-to-end guidance to implement or update features across a Java/Jakarta EE codebase, ensuring consistent architecture and patterns.

Core Features & Use Cases

  • Trace and implement across layers: controller/resource, service, repository, and database migrations.
  • Enforce pattern consistency with existing codebase: naming, layering, validation, and error handling.
  • Support API endpoints, DTOs, mappers, persistence changes, and accompanying tests with step-by-step guidance for real-world scenarios.

Quick Start

Provide an investigation report or PBI and this skill will generate the end-to-end feature implementation plan following your project's patterns.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I implement a new feature across multiple layers in a Java Jakarta EE codebase?

To implement a feature across a Jakarta EE codebase, you provide an investigation report to generate an end-to-end plan covering controllers, services, repositories, and migrations. This ensures consistent architecture and pattern validation throughout your Java application layers.

What is the best way to add API endpoints and DTOs while maintaining existing codebase patterns?

Adding API endpoints and DTOs while maintaining patterns requires guided generation of entities, mappers, and resources based on your project's existing naming, layering, and error handling. This ensures new API components match your established architectural conventions.

Can I use this approach to generate database migration scripts and tests for Java applications?

Yes, you can generate database migration scripts and accompanying tests for Java applications. The process automates producing migration scripts alongside repository and service layers, validating that persistence changes and tests align with your existing codebase requirements.

Do I need an investigation report or PBI before starting feature implementation?

Yes, you need an investigation report or Product Backlog Item (PBI) before starting feature implementation. Providing this input allows the system to trace calls, validate architectural patterns, and generate a step-by-step implementation plan tailored to your specific Java project requirements.

Does this guided implementation work for bug fixes in Jakarta EE modules?

Yes, this guided implementation works for bug fixes in Jakarta EE modules. The process applies to updating existing features across controller, service, and repository layers, enforcing pattern consistency and generating necessary validation and error handling updates.