critic-platform-parity

Validate platform parity in software specifications during contract verification.

3|Updated May 20, 2026
One-click install
npx skills add https://github.com/iampawan/Manifest --skill critic-platform-parity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critic-platform-parity
Source: https://github.com/iampawan/Manifest/tree/main/skills/critic-platform-parity
Command: npx skills add https://github.com/iampawan/Manifest --skill critic-platform-parity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify missing platform-specific details in specifications, ensuring a consistent user experience across platforms.

Core Features & Use Cases

  • Platform Parity Check: Validates that all specified behaviors are detailed for each platform in scope.
  • Flags Web-Only Specs: Identifies features that are not considered for other platforms, promoting cross-platform feature parity.
  • Used by Contract Verification: Triggered as part of the contract-verify process.
  • Use Case: When a developer wants to ensure that the PRD covers all platforms and no functionality is left out.

Quick Start

Run the critic-platform-parity skill on your contract to verify platform parity.

Frequently Asked Questions about critic-platform-parity

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

FAQPage Schema
How do I validate platform parity in software specifications?

To validate platform parity in software specifications, run a check that ensures all features are defined for every platform in scope. This identifies missing platform-specific details during contract verification.

What is cross-platform feature parity in contract verification?

Cross-platform feature parity in contract verification ensures that specified behaviors are detailed for each platform in scope. It flags web-only specs to promote a consistent user experience across all targeted platforms.

How do I check my PRD for missing platform-specific details?

To check your PRD for missing platform-specific details, use a platform parity validation process. This verifies that all specified behaviors are defined for each platform listed in the contract's frontmatter.

Do I need frontmatter to verify platform parity in specifications?

Yes, verifying platform parity in specifications requires access to the contract's frontmatter and platform list. This metadata is necessary to determine the scope and identify missing platform-specific details.

Why does contract verification flag web-only specs for cross-platform features?

Contract verification flags web-only specs to identify features not considered for other platforms. This highlights missing platform-specific details and promotes cross-platform feature parity across the entire specification.