.agents/skills/prd-sync-skill/SKILL.md
Comprehensive PRD Sync Skill utilizing "Parallel Thinking" agents to map existing Code and Database schema back to PRD.md to identify logic gaps.
npx skillsauth add theeabrarrr/LPG-Connect prd-sync-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill operationalizes a parallel-thinking approach to ensure strict alignment between the Product Requirements Document (PRD.md), the Database Architecture, and the Source Code Logic.
PRD.md completely.GAP_ANALYSIS.md to establish context.src/types/database.types.ts or query the DB directly to inspect the schema.Data Model Summary in PRD.proof_url in handover logs, payment_method specifics).src/app/actions/ to verify existence of business logic controllers.grep_search to find implementations of PRD features like "Bulk Order Assignment", "Inventory Alerts", or "Order Cancellation".view_file to verify the logic performs atomic checks and matches PRD requirements.PRD_SYNC_REPORT.md artifact.GAP_ANALYSIS.md or EXECUTION_PLAN.md to reflect the newly discovered gaps, ensuring nothing has slipped through the cracks.tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
Enforces atomic transactions for operations spanning multiple database tables (e.g., Orders, Ledgers, Inventory) to prevent partial updates. Use this skill when implementing financial logic, order processing, or any multi-table mutations.
development
Performs a triple-point audit to synchronize codebase, database schema, and project documentation states. Use this skill to align the PRD, Gap Analysis, and Execution Plan with the actual system reality.
data-ai
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.