breakdown-feature-implementation

Generates detailed feature implementation plans from PRDs following a monorepo structure.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill breakdown-feature-implementation-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: breakdown-feature-implementation
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/breakdown-feature-implementation
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill breakdown-feature-implementation-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a Feature PRD into a thorough, actionable technical implementation plan is time-consuming and often inconsistent across teams. This Skill standardizes the process by producing a structured implementation plan covering architecture, database schema, API design, and frontend components. ## Core Features & Use Cases - Structured Implementation Plans: Generates plans with goal, requirements, system architecture diagrams (Mermaid), database schema design, API specifications, and frontend component hierarchies. - Monorepo-Aware Output: Follows the Epoch monorepo structure (apps/, services/, packages/) and saves plans to a standardized docs path. - Technology Stack Guidance: Documents rationale for stack choices including tRPC, Stack Auth, shadcn/ui, Zustand, and React Query. - Use Case: A product engineer receives a Feature PRD for a recipe library page and uses this Skill to produce a complete implementation plan with component hierarchy, ERD, and API endpoint specifications before writing any code. ## Quick Start Ask the AI to create a detailed feature implementation plan from your Feature PRD following the breakdown-feature-implementation prompt.

Frequently Asked Questions about breakdown-feature-implementation

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

FAQPage Schema
How do I create a feature implementation plan from a PRD?

Provide the Feature PRD content as context and invoke this prompt. It outputs a structured Markdown plan covering goals, requirements, system architecture, database schema, API design, and frontend component hierarchy, saved to the docs/ways-of-work/plan directory.

What should a technical implementation plan include?

A thorough plan includes a system architecture diagram, database schema with ERD, API endpoint specifications with request/response types, frontend component hierarchy, security considerations, and deployment strategy. This Skill generates all of these sections using Mermaid diagrams.

Does this planning prompt work with monorepo projects?

Yes, the prompt is designed around a monorepo structure with apps/, services/, and packages/ directories. It references technologies common in such setups including tRPC, shadcn/ui, Zustand, and React Query.

Can the implementation plan include actual code?

No, the prompt explicitly instructs not to write code in the output except pseudocode for technical situations. The focus is on architecture diagrams, type definitions, and design specifications rather than implementation code.

What are the limitations of prompt-based implementation planning?

The generated plan quality depends on the completeness of the input PRD. It produces a planning document only and does not validate feasibility against the actual codebase, so engineers must still review and adjust the plan before implementation.