Skip to content

CLI and AI assistant integrations for creating, validating, scoring, and managing Product Requirements Documents.

License

Notifications You must be signed in to change notification settings

agentplexus/agent-team-prd

Repository files navigation

Product Requirements Agent Team

Build Status Lint Status Go Report Card Docs License

CLI and AI assistant integrations for creating, validating, scoring, and managing Product Requirements Documents.

Features

  • Structured PRDs: JSON-based schema for consistent, machine-readable documents
  • Quality Scoring: Automated rubric-based scoring across 10 categories
  • Multiple Views: PM-focused and Executive summary views
  • AI Integration: Claude Code (MCP) and Kiro IDE (Power) support
  • Validation: Schema validation, ID format checking, traceability verification

Quick Start

# Install
go install github.com/agentplexus/agent-team-prd/cmd/prdtool@latest

# Create a PRD
prdtool init --title "User Authentication" --owner "Jane PM"
prdtool add problem --statement "Users cannot securely access accounts"
prdtool add goal --statement "Reduce password tickets by 50%"
prdtool add req --description "Support OAuth 2.0 login" --priority must

# Validate and score
prdtool validate
prdtool score

AI Assistant Integration

# Claude Code
prdtool deploy --target claude

# Kiro IDE
prdtool deploy --target kiro-power --output ~/.kiro/powers/prdtool

Documentation

Full documentation: https://agentplexus.github.io/agent-team-prd/

Build from Source

git clone https://github.com/agentplexus/agent-team-prd.git
cd agent-team-prd
go build -o bin/prdtool ./cmd/prdtool
go build -o bin/prdtool-mcp ./cmd/prdtool-mcp

License

MIT

About

CLI and AI assistant integrations for creating, validating, scoring, and managing Product Requirements Documents.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages