What problem does it solve?
Creates, validates, and documents Salesforce metadata so teams can define schema locally, avoid post-deploy surprises, and ensure field-level security is addressed before deployment.
Core Features & Use Cases
- Metadata generation: Templates and assets to produce custom object, field, picklist, record type, layout, validation rule, and permission set XML.
- Org querying: Guidance and CLI patterns to describe objects and list metadata using the sf CLI for discovery and comparisons.
- Quality assurance: 120-point scoring validator and permission-set auto-generator to detect naming, security, and deployment issues and produce FLS follow-up by default.
- Orchestration: Clear handoff patterns to sf-flow, sf-deploy, and sf-data for multi-skill workflows and safe deployment sequencing.
Quick Start
Generate object and field XML for an Invoice__c object, run the validator, and produce an accompanying permission set for FLS.