Start pagent-ts pipeline to transform PRD into working software through 5 specialized AI agents (TypeScript version)
/plugin marketplace add tuannvm/plugins/plugin install pagent-ts@plugins<prd-file> [--workflow prd-to-code] [--max-stages N]Execute the setup script to initialize the pagent-ts pipeline:
npx tsx "${CLAUDE_PLUGIN_ROOT}/scripts/setup-pipeline.ts" $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