new-hld

Automate structured interviews to generate a high-level design blueprint.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lucas-ferrari-correa/ai-subagents --skill new-hld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-hld
Source: https://github.com/lucas-ferrari-correa/ai-subagents/tree/main/.claude/skills/new-hld
Command: npx skills add https://github.com/lucas-ferrari-correa/ai-subagents --skill new-hld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduz uma entrevista estruturada para gerar um High-Level Design (HLD) técnico, descrevendo como a solução será estruturada, quais componentes existem e como se integram, concentrando-se no aspecto técnico ao invés da narrativa de negócio do PRD.

Core Features & Use Cases

  • Guia passo a passo para capturar objetivo técnico, arquitetura, componentes, fluxos de requisições e dados, e modelo de dados em alto nível.
  • Produz um esqueleto de HLD pronto para orientar FDD/LLD e ADRs, evitando inconsistências entre business e tecnologia.
  • Fornece diretrizes de escalabilidade, segurança, observabilidade e riscos para decisões técnicas.

Quick Start

Pergunte ao usuário em qual diretório salvar o HLD, salve o documento no diretório informado com o nome do sistema em kebab-case e ofereça exportar o JSON da Estrutura de Dados.

Frequently Asked Questions about new-hld

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

FAQPage Schema
How do I generate a high-level design document through a structured interview?

A high-level design document is generated by conducting a structured interview that captures technical objectives, architecture patterns, data flows, and non-functional requirements to produce a ready-to-use HLD blueprint.

What is the difference between a technical HLD and a product requirements document?

A technical HLD describes system structure, architecture, and data flows, whereas a PRD concentrates on the business narrative. Separating them prevents inconsistencies between business requirements and technical implementation.

How do I capture scalability and observability requirements for system design?

You capture scalability and observability requirements for system design by following the structured interview steps, which specifically prompt for non-functional considerations, risk management, and technical guidelines to ensure robust architecture.

Can I export the high-level design data model as a JSON file?

Yes, you can export the high-level design data model as a JSON file. The Skill saves the HLD document in a specified directory using kebab-case naming and offers a JSON export of the data structure for further processing.

Does a high-level design blueprint help with creating Architecture Decision Records?

Yes, a high-level design blueprint helps with creating Architecture Decision Records by providing a foundational technical skeleton that outlines risks, components, and next steps to directly guide ADR documentation.