requirements_analyzer

Analyze web page UI structures to generate a requirements_spec.md document.

129|51|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/anhtester/antigravity-testing-kit --skill requirements-analyzer-anhtester
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requirements_analyzer
Source: https://github.com/anhtester/antigravity-testing-kit/tree/main/.agent/skills/requirements_analyzer
Command: npx skills add https://github.com/anhtester/antigravity-testing-kit --skill requirements-analyzer-anhtester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams convert UI DOM structures into formal requirements documents, ensuring consistency between design and QA artifacts.

Core Features & Use Cases

  • Analyze layout components (Header, Footer, Main Content) and form fields to produce a complete Requirements specification.
  • Generate Use Cases / User Stories and a Field Specifications table suitable for automation.
  • Produce a ready-to-use artifact named requirements_spec.md that documents functional requirements, data fields, and business rules for QA and development teams.

Quick Start

Analyze the target webpage and generate a complete requirements_spec.md detailing the Overview, Functional Requirements, Field Specifications, and Validation rules.

Frequently Asked Questions about requirements_analyzer

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

FAQPage Schema
How do I generate a requirements document from a web page UI?▼

To generate a requirements document from a web page UI, this skill analyzes the page's layout, forms, and interactions to produce an artifact covering functional requirements, field specifications, and validation rules.

Can I extract user stories and field specifications for QA automation from web UI?▼

Yes, you can extract user stories and field specifications for QA automation by analyzing UI DOM structures and form fields, outputting a structured Markdown table suitable for testing workflows.

What is the best way to document functional requirements and business rules from an existing web app?▼

The best way to document functional requirements and business rules from an existing web app is analyzing UI components to capture both happy-path flows and edge cases into a professional specification.

Does this requirements analysis approach cover edge cases and validations for web forms?▼

Yes, this requirements analysis covers edge cases and validations for web forms by extracting business rules and field constraints directly from the UI layout and interaction patterns.

How do I create a requirements specification for product managers and developers from HTML UI?▼

To create a requirements specification for product managers and developers from HTML UI, the skill parses layout components like headers and footers to generate a ready-to-use Markdown document.