agent-team-prd

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2026 License: MIT

README ยถ

Product Requirements Agent Team

Go CI Go Lint Go SAST Go Report Card Docs Visualization 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/plexusone/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://plexusone.github.io/agent-team-prd/

Build from Source

git clone https://github.com/plexusone/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

Directories ยถ

Path Synopsis
cmd
prdtool command
prdtool-mcp command
Package main provides an MCP server that exposes prdtool operations as tools.
Package main provides an MCP server that exposes prdtool operations as tools.
pkg
prd
Package prd provides types and operations for Product Requirements Documents.
Package prd provides types and operations for Product Requirements Documents.
scoring
Package scoring provides PRD quality scoring based on the official rubric.
Package scoring provides PRD quality scoring based on the official rubric.
views
Package views generates human-readable projections from canonical PRDs.
Package views generates human-readable projections from canonical PRDs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL