widget-create-research

Generate Page Builder widget implementation instructions from requirements and design artifacts.

14|7|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/Kentico/xperience-by-kentico-kenticopilot --skill widget-create-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: widget-create-research
Source: https://github.com/Kentico/xperience-by-kentico-kenticopilot/tree/main/plugins/widget-creation/skills/widget-create-research
Command: npx skills add https://github.com/Kentico/xperience-by-kentico-kenticopilot --skill widget-create-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Building a new Page Builder widget becomes slow and error-prone when requirements, design artifacts, and Xperience documentation are not reconciled into a precise implementation plan.

Core Features & Use Cases

  • Documentation-guided validation: Checks widget-related documentation links via Kentico Docs MCP before drafting instructions.
  • Requirement-to-implementation translation: Reads all provided reference materials and user input design/requirements, then derives concrete build steps.
  • Project-convention alignment: Reviews existing widgets (if present) to follow established patterns for structure, naming, and expected implementation details.
  • Instruction generation: Produces a ready-to-use widget creation instruction file based on the CREATION_TEMPLATE.md with bracketed sections filled in.

Quick Start

Ask the AI to run widget-create-research for the folder that contains your widget requirements and design files.

Frequently Asked Questions about widget-create-research

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

FAQPage Schema
How do I plan a new Kentico Xperience Page Builder widget before writing code?

Planning a Kentico Xperience Page Builder widget involves validating your widget requirements and design artifacts against official documentation, then producing a structured implementation instruction file with view, properties, data retrieval, and registration details filled in.

What is documentation-guided validation for Kentico widget implementation?

Documentation-guided validation checks widget-related documentation links via Kentico Docs MCP before drafting instructions, ensuring your requirements align with current Xperience standards and existing project conventions.

Can I generate implementation instructions for existing Xperience widget patterns?

Yes, you can generate implementation instructions for existing Xperience widget patterns by reviewing existing widgets in your project and deriving build steps that follow established structure, naming, and expected implementation details.

Do I need design artifacts to create a Page Builder widget specification?

Yes, you need design artifacts and widget requirements as input. The specification process reads all provided reference materials and user input to translate requirements into concrete, ready-to-use widget creation instructions.

What's the best way to translate widget requirements into Kentico build steps?

The best way to translate widget requirements into Kentico build steps is to use a structured template that reconciles your design artifacts with Xperience documentation, filling in bracketed sections for view, properties, data retrieval, and registration guidance.

Why does my Kentico widget implementation plan fail without documentation validation?

Your Kentico widget implementation plan fails without documentation validation because requirements, design artifacts, and Xperience documentation are not reconciled, leading to slow and error-prone builds that deviate from established widget patterns.