What problem does it solve?
Identify and structure the hierarchy of a scraped webpage by detecting top-level sections and the content sequences within each section.
The skill performs a two-level analysis (sections first, then sequences within each section) and outputs neutral descriptions to guide downstream authoring decisions.
Core Features & Use Cases
- Two-level structure detection: identify sections, then sequences within each section.
- Neutral outputs: describe sections and sequences without naming blocks, suitable for authoring analysis.
- Workflow coordination: integrates conceptually with related skills (page-import, scrape-webpage, page-decomposition, block-inventory, authoring-analysis) to surface prerequisites and context.
- Blocks readiness: surfaces context for block inventory and future content composition.
- Example outputs: produces section/sequence descriptions for human review and automation targets.
Quick Start
Run identify-page-structure on your scraped page data to obtain a section-by-section structure with sequence descriptions.