technical-designer

Generate a technical design document mapping RFs, actors, and UI screens to modules and routes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/apadern/.github_tailormade --skill technical-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-designer
Source: https://github.com/apadern/.github_tailormade/tree/main/skills/technical-designer
Command: npx skills add https://github.com/apadern/.github_tailormade --skill technical-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill facilita la generación de un diseño técnico para MVPs full-stack (frontend + backend Java Spring Boot) a partir de la información de análisis, reduciendo errores de arquitectura y desalineaciones.

Core Features & Use Cases

  • Genera design/01_technical_design.md con la estructura de arquitectura, módulos y contratos API.
  • Relaciona RF, actores y pantallas con módulos y rutas UI para garantizar trazabilidad.
  • Proporciona referencias a plantillas frontend/backend y estructura de diseño para orientar la implementación.

Quick Start

Genera el diseño técnico para los módulos identificados a partir de los artefactos de análisis disponibles.

Frequently Asked Questions about technical-designer

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

FAQPage Schema
How do I generate a technical design document for a full-stack MVP?

Generate a full-stack MVP technical design document by identifying required modules from functional analysis and mapping requirements, actors, and UI screens to modules and routes, ensuring naming consistency and traceability across design files.

What is the best way to map functional requirements to backend modules and frontend routes?

Map functional requirements to backend modules and frontend routes by linking actors and UI screens directly to architecture components, producing a comprehensive design blueprint with full traceability across technical design and data model documents.

Can I use this approach to design a Java Spring Boot backend and frontend architecture?

Yes, you can design a Java Spring Boot backend and frontend architecture by generating module structures, API contracts, and data services that align with the modular architecture reference and functional analysis artifacts.

Do I need functional analysis artifacts before starting full-stack MVP architecture design?

Yes, functional analysis artifacts are required inputs. You need existing analysis files and a modular architecture reference to produce a ready-to-implement blueprint that maps requirements to technical modules.

How do I structure API contracts and data models for a full-stack application?

Structure API contracts and data models by generating dedicated design documents that define data services, map functional requirements to routes, and ensure naming consistency across the frontend and Java backend implementation.