Start pagent pipeline to transform PRD into working software through 5 specialized AI agents
/plugin marketplace add tuannvm/plugins/plugin install pagent@plugins<prd-file> [--workflow prd-to-code] [--max-stages N]Execute the setup script to initialize the pagent pipeline:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-pipeline.sh" $ARGUMENTS
The script will:
.claude/pagent-pipeline.json with pipeline stateThe stop hook automatically handles all subsequent stage transitions.
The pipeline progresses through 5 stages sequentially:
architecture.md (technical specs)test-plan.md (test strategy)security-assessment.md (security review)src/ (complete codebase)verification-report.md and outputs <promise>DONE</promise>/pagent-status to check progress/pagent-cancel to stop the pipeline