analyze-extension-intent

Structure extension concepts into validated intent objects for scaffolding workflows.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Largo2z9/phantomos --skill analyze-extension-intent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-extension-intent
Source: https://github.com/Largo2z9/phantomos/tree/main/.skills/skills/analyze-extension-intent
Command: npx skills add https://github.com/Largo2z9/phantomos --skill analyze-extension-intent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps operators turn vague extension ideas into structured intents by identifying the right entity type, data model, population method, and relationships before implementation begins.

Core Features & Use Cases

  • Intent Structuring: Captures extension requirements through focused questions and returns a structured intent object for downstream scaffolding workflows.
  • Data Model Inference: Determines whether information should become a custom entity, sidecar, skill-only flow, or learning capture route based on conceptual structure.
  • ECR Decomposition: Applies recursive compositional reasoning to eligible topics by breaking systems into measurable atoms, patterns, and reusable structures.

Quick Start

Ask the skill to analyze a new extension idea and return a structured intent object with the appropriate data shape, references, and decomposition when applicable.

Frequently Asked Questions about analyze-extension-intent

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

FAQPage Schema
How do I structure an extension idea into a data model and schema design?

To structure an extension idea into a data model, you capture requirements through focused questions and return a validated intent object that defines entity types, population methods, and cross-references for downstream scaffolding.

When do I need to use a custom entity versus a sidecar for workspace architecture?

You need a custom entity when information requires standalone data modeling, whereas a sidecar is used for supplementary data attached to existing structures. Intent structuring determines the appropriate shape based on conceptual relationships.

What is ECR decomposition and how does it apply to entity modeling?

ECR decomposition is a recursive compositional reasoning method that breaks eligible systems into measurable atoms, patterns, and reusable structures during entity modeling to ensure comprehensive and validated system architecture.

How do I classify scope and population methods for a new extension intent?

You classify scope and population methods by applying structured capture rules and eligibility checks to the extension concept, generating an output schema that defines data relationships and measurable components.

Can I use intent structuring for recursive system decomposition and learning capture routes?

Yes, intent structuring applies to recursive system decomposition and learning capture routes by validating conceptual structure and returning the appropriate data shape, references, and decomposition when applicable.

What are the limitations of using structured intent objects for data structure planning?

Structured intent objects require defined eligibility checks and capture rules, meaning vague concepts without clear measurable atoms or cross-references may fail validation and require further conceptual decomposition before scaffolding.