con un clic
runtime-state-reader
Safe read-only navigation of pi-crew run state.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Safe read-only navigation of pi-crew run state.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Iterative multi-round codebase audit with diminishing-returns detection. Run 5-20+ rounds, each focusing on one specific area. Built from 19 rounds of dogfooding pi-crew on itself.
Pi TUI crew widget data sources, display priority, and rendering performance.
Multi-phase orchestration for planners and executors.
Spawn 3 adversarial subagents (Skeptic, Pragmatist, Critic) to evaluate a decision, architecture choice, or plan. Anti-anchoring: each role receives ONLY the question, not conversation history. Aggregates votes into consensus recommendation with dissent tracking. Use when facing critical decisions, architecture choices, security tradeoffs, or plan reviews where single-perspective analysis is insufficient.
Background worker, heartbeat, stale-run, crash-recovery, and deadletter workflow. Use when debugging stuck/dead workers or changing async run reliability.
Child Pi worker spawning, lifecycle callbacks, and failure modes.
| name | runtime-state-reader |
| description | Safe read-only navigation of pi-crew run state. |
| origin | pi-crew |
| triggers | ["inspect manifest","read tasks","trace events","examine state","diagnostics"] |
Use this skill when debugging or auditing a pi-crew run.
src/state/types.ts, src/state/contracts.ts, src/state/state-store.tssrc/state/event-log.ts, src/state/artifact-store.ts, src/runtime/crew-agent-records.tssrc/extension/run-index.ts, src/extension/team-tool/status.ts, src/extension/team-tool/inspect.tsloadRunManifestById(cwd, runId), run index/list helpers, event readers, and agent readers.agents.json) and per-agent status files can disagree briefly; prefer the latest loaded run state plus event log for final conclusions.Before inspecting or reporting on run state, verify:
If ANY answer is NO → Stop. Verify state access method before proceeding.
For code changes to state readers:
cd pi-crew
npx tsc --noEmit
node --experimental-strip-types --test test/unit/run-index.test.ts test/unit/crew-contracts.test.ts test/unit/atomic-write.test.ts
npm test