Agent
README: "The disallowedtools field is respected when determining write capability — an agent with tools: write + disallowedtools: write correctly gets read-only memory.".
120 tagged pi, measured the same way as everything else here.
Browse within: gemini 36pi-extension 32pi-coding-agent 26subagents 26agent-config 20ai-workflow 20coding-agents 20repotrace 20extensions 16agentic-workflow 8copilot 8pi-package 8
Agent
README: "The disallowedtools field is respected when determining write capability — an agent with tools: write + disallowedtools: write correctly gets read-only memory.".
Agent
A read-only memory agent. Per the README, agents without write/edit tools auto-get a read-only memory fallback: existing memory is injected, no write access is granted, and no memory directory is created (so project scope is safe here — nothing is written into the repo).
Agent
A write-capable memory agent. Per the README, agents with write/edit tools get full read-write memory; the memory tool set is completed (edit is auto-added) and a writable memory block is injected into the system prompt. Scope user so the memory dir is created under the hermetic HOME, never in the repo.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Definition of done for the full Provider grok (display name Grok Build). Bar: Provider capability parity with Pi and Codex (see root CONTEXT.md). Tests: Fixture smoke by default (fakeagent / recorded wire + on-disk fixtures). Live tests optional, not the CI bar.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
Goal-completion QA + fraud gate. Independently re-verifies delivered behavior against the goal's successCriteria, hunts edge cases and regressions, and hunts fake implementations (stubs, hardcoding, assertion theater); returns PASS or FAIL via a fixed C1–C12 checklist.
Agent
Binary contract critic (panel seat 2 of 3) — integration lens. Attacks a drafted ClarificationGoalContract's subgoal composition, dependency edges, interface consistency, and shared-state hazards; returns APPROVE or REJECT via a fixed C1–C6 checklist.
Agent
Binary contract critic (panel seat 3 of 3) — coverage lens. Verifies a drafted ClarificationGoalContract fully covers the user's request, contains no placeholders, and states only binary-decidable success criteria with adequate evidence; returns APPROVE or REJECT via a fixed C1–C6 checklist.
Agent
Fresh-context quality reviewer — runs deterministic checks and judgment checklist before handoff to /ship-issue.
Agent
Fresh-context Tidy First assessor — reads the files an upcoming change will touch and proposes preparatory refactorings that make the change easy, landed as separate commits first.
Agent
Answer questions about a Codex session JSONL by rendering it with session-view and inspecting the rendered transcript.
Agent
Ask questions about a Pi session JSONL file (rehydration / forensics).
Agent
Production readiness review: quality, security, testing (read-only).
Agent
Implement tasks via TDD and commit small changes.
Agent
General-purpose worker for isolated tasks.
Agent
Creates implementation plans from context and requirements.
Agent
Code review specialist for quality and security analysis.
Agent
Fast codebase recon that returns compressed context for handoff to other agents.
Agent
PROACTIVE — Use for read-only repository mapping with path:line evidence when the repo is unfamiliar or the question spans modules; not for external docs, implementation, or a single known path.
Agent
PROACTIVE — Use after non-trivial edits for an independent read-only audit of correctness, security, regressions, and maintainability with path:line evidence; not before reviewable code exists.
Agent
PROACTIVE — Use for official docs, API or library behavior, and external web evidence with citations; not for repository-only mapping or implementation.
Agent
Use repository review guidance from the selected profile.
Agent
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.