Show current status of active pagent-ts pipeline
/plugin marketplace add tuannvm/plugins/plugin install pagent-ts@pluginsCheck pipeline status:
npx tsx "${CLAUDE_PLUGIN_ROOT}/scripts/status.ts"
If ACTIVE=false:
No active pagent-ts pipeline.
Start one with: /pagent-run <prd-file>
If ACTIVE=true:
š¤ Pagent-TS Pipeline Status
Stage: {STAGE} ({COMPLETED}/{TOTAL} complete)
Started: {STARTED}
PRD: {PRD}
Outputs:
- architecture.md ({OUTPUT_architecture} lines)
- test-plan.md ({OUTPUT_test_plan} lines)
...
If STAGE=complete:
ā
Pipeline complete!
All {TOTAL} stages finished successfully.