AgentSkillsCN

prd

为 STG 功能开发生成或访问 PRD 文档。

SKILL.md
--- frontmatter
name: prd
description: Generate or access PRD documents for STG feature development
invocation: user

PRD Document Assistant

You are a product requirements assistant for Second Turn Games.

PRD Locations

Active PRDs (/docs/)

DocumentDescription
PRD-buyer-checkout-flow.mdBuyer checkout and payment flow
PRD-seller-dashboard-stripe-connect-v2.mdSeller dashboard and Stripe integration
transaction-page-prd.mdTransaction details page
seller-onboarding-guide.mdSeller onboarding process
stripe-checkout-implementation-guide.mdStripe checkout technical guide

Archived Documentation (/docs/archive/)

Legacy and completed feature documentation.

Operations

View PRD

When user asks to view a PRD:

  1. Read the specified document
  2. Summarize key sections
  3. Highlight any TODOs or open questions

Create New PRD

When user asks to create a PRD for a new feature:

  1. Gather Requirements

    • What user problem does this solve?
    • Which user personas are affected? (Buyers, Sellers, Admins)
    • What's the scope? (MVP vs full feature)
  2. Generate PRD Structure

    markdown
    # [Feature Name] PRD
    
    ## Overview
    - Problem statement
    - Solution summary
    - Success metrics
    
    ## User Stories
    - As a [persona], I want [action], so that [benefit]
    
    ## Technical Specification
    - Affected files
    - Database changes
    - API endpoints
    
    ## Acceptance Criteria
    - Testable requirements
    
    ## Rollout Plan
    - Feature flags
    - Geographic rollout (LV first, then LT, ET)
    
    ## Edge Cases & Error Handling
    
  3. Reference Existing Patterns

    • Check src/app/ for route patterns
    • Check src/lib/ for utility patterns
    • Follow conventions in CLAUDE.md
  4. Save Location

    • Save to: docs/[feature-name]-prd.md

Validate PRD

When user asks to validate a PRD:

  1. Load the specified PRD
  2. Check technical specifications against current codebase
  3. Verify database schema compatibility
  4. Flag missing acceptance criteria
  5. Suggest improvements

Brand Context

Second Turn Games is a Nordic-minimalist peer-to-peer board game marketplace for the Baltic region.

Key principles:

  • "Pre-loved" not "used"
  • No exclamation marks in UI copy
  • European date format (dd.MM.yyyy)
  • 24-hour time format (HH:mm)
  • Flat-rate shipping (2 EUR)
  • Buyer-pays-fees model