hexagone-web-feature-extractor

Automate Hexagone Web exploration and generate a Product Owner Markdown report with screenshots.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill hexagone-web-feature-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hexagone-web-feature-extractor
Source: https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills/tree/main/skills/hexagone-web-feature-extractor
Command: npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill hexagone-web-feature-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hexagone Web feature exploration and documentation is time-consuming when done manually. This Skill automates end-to-end exploration using Playwright to navigate spaces, capture screenshots, and assemble a PO-oriented Markdown document.

Core Features & Use Cases

  • End-to-end space exploration: login, navigate, discover pages and tabs, and capture screenshots for each.
  • PO-oriented documentation: generate a structured Markdown report with embedded images for product reviews.
  • Reproducible workflow: configurable login URL, credentials, and target space for repeatable reporting.

Quick Start

Run the extractor against a target Hexagone Web space to generate a PO-focused Markdown document with embedded screenshots.

Frequently Asked Questions about hexagone-web-feature-extractor

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

FAQPage Schema
How do I automate Hexagone Web space exploration and capture screenshots for product documentation?

Automate Hexagone Web space exploration by running a Playwright-based script that authenticates, navigates pages and tabs, and captures screenshots to assemble a structured Markdown report. You provide a features.json input, login credentials, and target space configuration.

Can I generate a Product Owner Markdown document with embedded screenshots automatically?

Generate a Product Owner Markdown document automatically by executing the exploration workflow, which discovers UI pages, captures screenshots, and embeds them into a ready-to-publish report. The script reads and validates inputs before assembling the final document.

Do I need Playwright to automate end-to-end UI navigation and documentation generation?

Playwright is required to automate end-to-end UI navigation, discover pages and tabs, and capture screenshots for the documentation workflow. The Skill uses a scripts-based workflow to authenticate and navigate the target space environment.

What is the best way to create reproducible Markdown documentation for a web space?

Create reproducible Markdown documentation by configuring a login URL, credentials, and target space to run repeatable reporting workflows. The script validates a features.json input and exports a structured PO-oriented document with embedded images.

How do I validate inputs before exporting a structured Markdown report from web exploration?

Inputs are validated by reading a features.json file before the Playwright automation begins navigating the UI. This ensures the login URL, credentials, and target space configuration are correct before capturing screenshots and assembling the report.

Are there limitations when using automation scripts to discover pages and tabs in Hexagone Web?

Limitations include dependency on valid login credentials, a reachable target space URL, and a correctly structured features.json input. The automation script cannot discover pages if authentication fails or the space configuration is invalid.