Run the production-readiness graph through the shared Trio productionize procedure.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add albiol2004/trio-agent-loop --skill trio-productionize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Trio Productionize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/albiol2004-trio-productionize-63e8326d)More formats (shields.io, HTML) on the badges page.
---
name: trio-productionize
description: Run the production-readiness graph through the shared Trio productionize procedure.
type: prompt
whenToUse: When the user asks Kimi Code to audit production readiness with Trio
---
# Kimi Code Trio productionize
Read and follow `$PZ_HOME/command.md`; it is the canonical productionize procedure and owns the graph, driver, batching, recording, and close-out rules.
## Dispatch table
Kimi's Trio skill uses its sequential CLI runner because custom role subagents are unavailable. Use `${KIMI_SKILL_DIR}/scripts/run-role.sh` for every agent dispatch:
- `executor: scout` probe nodes: run role `scout` with the batch briefing.
- `executor: assessor:standard` judgment nodes: run role `lead` with the batch briefing and recorded probe evidence.
- `executor: assessor:high` judgment nodes: run role `evaluator` with the batch briefing and recorded probe evidence.
- `executor: user` nodes: ask in-session and record the user's decision verbatim as evidence.
Run roles sequentially, never dispatch Kimi's built-in `coder`, `explore`, or `plan` agents for these roles. The orchestrator records each result with the driver's `record-batch`.
## Delivery
Every agent MUST write its verdict array to `pz-run/results/<batch-stem>.json` before composing its final reply. Record from that file, accepting partial arrays and re-dispatching only gaps.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!