propose-schema-draft

Generate compliant JSON Schema drafts from entity intent and reuse references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of designing consistent JSON Schema drafts for new custom entities and sidecars while preserving established workspace conventions and preventing schema drift.

Core Features & Use Cases

  • Schema Draft Generation: Converts captured entity intent and reuse references into canon-compliant JSON Schema proposals.
  • Convention Enforcement: Applies required metadata fields, versioning patterns, field type constraints, and structural rules from existing schema references.
  • Use Case: When creating a new custom entity for a brand workspace, use this Skill to produce a validated draft structure before implementation and approval.

Quick Start

Ask the skill to propose a schema draft for a new entity using the captured intent and accepted reuse references.

Frequently Asked Questions about propose-schema-draft

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

FAQPage Schema
How do I generate a JSON Schema draft for a new custom entity?

A JSON Schema draft is generated by converting captured entity intent and reuse references into a canon-compliant structure for custom workspace entities, sidecars, and domain-specific data structures.

What is the best way to prevent schema drift when designing custom entities?

Preventing schema drift is achieved by enforcing convention rules during schema generation. The process applies required metadata fields, versioning patterns, field type constraints, and structural validation from existing schema references.

How do I enforce versioning conventions and field type constraints in a JSON Schema?

Versioning conventions and field type constraints are enforced by applying established workspace rules from existing schema references. This ensures the generated draft proposal meets structural validation requirements before implementation.

Can I create a schema draft for sidecars and domain-specific data structures?

Yes, you can create a schema draft for sidecars and domain-specific data structures. The schema generation workflow applies to any new custom workspace entity requiring validated structural drafts during extension scaffolding.

When do I need a validated JSON Schema draft for extension scaffolding?

A validated JSON Schema draft is needed when creating a new custom entity for a workspace extension. It produces a validated draft structure to ensure compliance and preserve conventions before implementation and approval.