Instructions file CodexOpenCode
Instructions for baphuongna/pi-crew, covering pi-crew development notes, source of truth, task loop, rules and agent rule changes.
Instructions file CodexOpenCode
Instructions for baphuongna/pi-crew, covering pi-crew development notes, source of truth, task loop, rules and agent rule changes.
Instructions file
Instructions for baphuongna/pi-crew, covering claude.md, repository overview, architecture, three-layer design and key source paths.
Agent
Analyze requirements, ambiguity, and hidden constraints.
Agent
Independently re-verify findings WITHOUT trusting prior analysis — an unbiased cold check to catch confirmation bias the chained reviewer/verifier path can introduce.
Agent
Challenge plans and designs before execution.
Agent
Implement planned code changes.
Agent
Fast codebase discovery and file/symbol mapping.
Agent
Create an execution plan with clear sequencing and risk notes.
Agent
Review code changes for correctness, maintainability, and regressions.
Agent
Review changes for security vulnerabilities and trust-boundary issues.
Agent
Design and implement test strategy for a change.
Agent
Verify that implementation satisfies the requested goal.
Agent
Write concise documentation, migration notes, and summaries.
Skill Claude CodeCodex
Background worker, heartbeat, stale-run, crash-recovery, and deadletter workflow. Use when debugging stuck/dead workers or changing async run reliability.
Skill Claude CodeCodex
Child Pi worker spawning, lifecycle callbacks, and failure modes.
Skill Claude CodeCodex
Use when constructing worker prompts, reading artifacts/logs, summarizing runs, compacting context, or handing work between agents.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Subagent/team delegation workflow.
Skill Claude CodeCodex
Distill a person's (or field's) thinking into a runnable pi skill — research, extract, validate, generate. REQUIRED — read the full skill file first (multi-phase protocol with machine-checked gates); run the validate-run script on before claiming done — ALL-GREEN required.
Skill Claude CodeCodex
Distill software engineering expertise — an engineer's judgment, a codebase's conventions, or a domain's practice — and APPLY it to a TARGET project (never outputs a reusable skill file). REQUIRED — read the full skill file first (multi-phase protocol with machine-checked gates); run the validate-run script on before…
Skill Claude CodeCodex
Structured event logging for worker lifecycle, live agents, crash recovery.
Skill Claude CodeCodex
Commit and release hygiene for safe version-control work.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Live agent registration, workspace isolation, termination, and eviction workflow.