UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

50 lines (40 loc) 2.27 kB
--- namespace: aiwg name: create-prd platforms: [all] description: Create a Product Requirements Document (PRD) for a product feature commandHint: argumentHint: '<feature description> [output-path] [--interactive] [--guidance "text"]' allowedTools: 'Write, TodoWrite' category: project-task-management --- Create a comprehensive Product Requirements Document (PRD) based on the feature description provided. ## Instructions: 1. Parse the arguments: - First argument: Feature description (required) - Second argument: Output path (optional, defaults to `PRD.md` in current directory) 2. Create a well-structured PRD that includes: - **Executive Summary**: Brief overview of the feature - **Problem Statement**: What problem does this solve? - **Objectives**: Clear, measurable goals - **User Stories**: Who are the users and what are their needs? - **Functional Requirements**: What the feature must do - **Non-Functional Requirements**: Performance, security, usability standards - **Success Metrics**: How will we measure success? - **Assumptions & Constraints**: Any limitations or dependencies - **Out of Scope**: What this PRD does NOT cover 3. Focus on: - User needs and business value (not technical implementation) - Clear, measurable objectives - Specific acceptance criteria - User personas and their journey 4. Use the TodoWrite tool to track PRD sections as you complete them ## Example usage: - `/create-prd "Add dark mode toggle to settings"` - `/create-prd "Implement user authentication with SSO" auth-PRD.md` Feature description: $ARGUMENTS ## References - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/instruction-comprehension.md Fully parse the feature description before drafting; track all multi-part requirements - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/human-authorization.md Confirm scope and output location before writing; PRD commits product direction - @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/skills/intake-start/SKILL.md Intake validation skill that feeds the requirements context a PRD builds on - @$AIWG_ROOT/agentic/code/addons/aiwg-utils/skills/project-status/SKILL.md Use to orient within the SDLC phase before generating PRD artifacts