desenvolver

Assemble web pages from layout.md and approved hero with QA validation.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ogallotti/metodo-zero --skill desenvolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desenvolver
Source: https://github.com/ogallotti/metodo-zero/tree/main/plugins/metodo-zero/skills/desenvolver
Command: npx skills add https://github.com/ogallotti/metodo-zero --skill desenvolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Construir uma página completa seguindo especificações de layout e copiando efeitos da biblioteca exatamente, eliminando inconsistências entre design e implementação.

Core Features & Use Cases

  • End-to-end page assembly: a partir de layout.md, index.html e copy.md, compõe a página seção por seção sem simplificações.
  • Copy-merge de efeitos da biblioteca: incorpora HTML/CSS/JS tal como nos exemplos, com validação do hero via checklist.
  • Preview e QA: gera pré-visualizações em blocos e executa validação de fidelidade antes da entrega.

Quick Start

Execute a construção da página usando layout.md como referência e com o hero já aprovado para obter a página completa com previews.

Frequently Asked Questions about desenvolver

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

FAQPage Schema
How do I build a web page end-to-end while matching design specifications exactly?

To build a web page end-to-end while matching design specifications, you provide a layout.md file and an approved hero index.html. The Skill assembles the complete page section by section, faithfully copying library effects without simplifications, and outputs a browser preview with a per-section QA checklist.

What is the best way to copy library effects into my web page assembly without inconsistencies?

The best way to copy library effects without inconsistencies is to use a deterministic build flow that incorporates HTML, CSS, and JS directly from reference examples. The Skill copies effects exactly from a references folder and enforces hero validation via a checklist before final assembly.

Do I need an approved hero section before assembling the full web page?

Yes, you need an approved hero section before assembling the full web page. The deterministic workflow relies on an index.html hero file and a hero-checklist.md to validate fidelity, ensuring the rest of the sections are assembled accurately before generating the final preview.

How does quality assurance validation work for end-to-end page assembly?

Quality assurance validation for end-to-end page assembly works by generating a per-section checklist during the browser preview phase. It checks the assembled page against the layout.md specifications and reference effects, ensuring all sections pass fidelity checks before final delivery.

Can I use this automated page assembly workflow with my own copy and layout markdown files?

Yes, you can use this automated page assembly workflow with your own copy and layout markdown files. The build process explicitly relies on layout.md for structure and copy.md for text content, merging them with library effects to construct the complete page.