Loading...
Loading...
Create a standard PRD document package structure. Call it when starting a new project or initializing a PRD workspace.
npx skill4agent add guoxiangjie/skills prd-initprd-init/
├── SKILL.md # Main entry
├── commands/ # Subcommands
│ └── init.md # Initialization command
├── templates/ # Template files
│ ├── README.md # README template
│ ├── PRD_INDEX.md # PRD index template
│ └── CHANGELOG.md # Changelog template
├── config/ # Configuration files
│ └── config.json # Configuration information
└── scripts/ # Auxiliary scripts
└── utils.js # Utility functionscommands/init.mdconfig/config.jsontemplates/README.mdPRD_INDEX.mdCHANGELOG.mdscripts/utils.jsinitprd-initprd-suite