breakdown-feature-implementation

Generate end-to-end feature implementation plans from a Feature PRD and backend module conventions.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/ripabak/elysia-multi-tenancy-template --skill breakdown-feature-implementation-ripabak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: breakdown-feature-implementation
Source: https://github.com/ripabak/elysia-multi-tenancy-template/tree/main/.agents/skills/breakdown-feature-implementation
Command: npx skills add https://github.com/ripabak/elysia-multi-tenancy-template --skill breakdown-feature-implementation-ripabak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft end-to-end feature implementation plans from a Feature PRD and backend module conventions to ensure consistent design, coding, and deployment artifacts across teams.

Core Features & Use Cases

  • Generate a complete feature implementation plan aligned with the backend module structure (src/modules/{module}/handler.ts, model.ts, schema.ts, service.ts; drizzle/schemas.ts; tests).
  • Produce architecture diagrams (Mermaid) and database design artifacts (ER diagrams) suitable for documentation.
  • Output deployment and scalability considerations, API design, security guidelines, and integration points for multi-tenant environments.

Quick Start

Provide a complete implementation plan following the Module Structure guidelines and save it to the specified docs path.

Frequently Asked Questions about breakdown-feature-implementation

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

FAQPage Schema
How do I generate an end-to-end feature implementation plan from a PRD?

Generating an end-to-end feature implementation plan from a PRD involves transforming requirements into structured plan documents. Apply backend module conventions to produce architecture diagrams, database schemas, and API designs for consistent coding and deployment artifacts.

What is included in a feature implementation plan for multi-tenant environments?

A feature implementation plan for multi-tenant environments includes module structure guidelines, Mermaid architecture diagrams, ER database design, API specifications, security guidelines, and deployment scalability considerations. It ensures rigorous design artifacts satisfy all architectural requirements.

How do I create Mermaid architecture diagrams and ER diagrams for backend documentation?

Create Mermaid architecture diagrams and ER diagrams for backend documentation by drafting an end-to-end feature implementation plan. The process outputs visual artifacts suitable for documentation directly from your Feature PRD and module conventions.

Does this implementation plan tool support a specific backend module structure?

Yes, the implementation plan tool supports a specific backend module structure using handler.ts, model.ts, schema.ts, and service.ts files. It also integrates with drizzle/schemas.ts and test files to align generated plans with your codebase conventions.

Can I use this feature breakdown approach for multi-tenant scalability and security design?

Yes, you can use this feature breakdown approach for multi-tenant scalability and security design. The generated implementation plan explicitly includes deployment scalability considerations, integration points, and security guidelines tailored for multi-tenant environments.

What's the best way to draft feature PRD implementation plans for team consistency?

The best way to draft feature PRD implementation plans for team consistency is to transform the PRD into concrete plan documents using predefined backend module conventions. This ensures consistent design, coding, and deployment artifacts across the entire engineering team.