diff --git a/README.md b/README.md index f23b29d..5f8ce3b 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ x-agent/ ├── junie/SKILL.md # Thin entry point (~27 lines) ├── qwen/SKILL.md # Thin entry point (~27 lines) ├── opencode/SKILL.md # Thin entry point (~27 lines) -├── pi/SKILL.md # Thin entry point (~20 lines) +├── pi/SKILL.md # Thin entry point (~27 lines) ├── references/ │ ├── shared-procedure.md # Core procedure (~105 lines) │ ├── cli-codex.md # Codex CLI identity, invocation, version matrix diff --git a/pi/SKILL.md b/pi/SKILL.md index bf0c15c..5146c4b 100644 --- a/pi/SKILL.md +++ b/pi/SKILL.md @@ -1,6 +1,11 @@ --- name: pi -description: Delegate tasks or get a second opinion from Pi CLI. Infers mode (delegation vs validation) from prompt context. Detects available models at runtime via the CLI. Use when cross-validating code, plans, or architecture with Pi, or offloading work to it. Do not use when already running inside Pi CLI or for tasks that do not benefit from cross-model input. +description: Delegate tasks or get a second opinion from Pi CLI. + Infers mode (delegation vs validation) from prompt context. Detects + available models at runtime via the CLI. Use when cross-validating code, + plans, or architecture with Pi, or offloading work to it. + Do not use when already running inside Pi CLI or for tasks + that do not benefit from cross-model input. --- # Cross-Agent Task Runner — Pi CLI @@ -15,6 +20,8 @@ description: Delegate tasks or get a second opinion from Pi CLI. Infers mode (de **Step 2: Execute Shared Procedure** -1. Read `references/shared-procedure.md` for the core workflow (mode inference, context gathering, prompt construction, result presentation). -2. Read `references/cli-pi.md` for Pi-specific flags, model selection heuristics, and version compatibility matrix. -3. Follow the shared procedure using the Pi-specific details. \ No newline at end of file +1. Read `references/shared-procedure.md` for the core workflow + (mode inference, context gathering, prompt construction, result presentation). +2. Read `references/cli-pi.md` for Pi-specific flags, model selection + heuristics, and version compatibility matrix. +3. Follow the shared procedure using the Pi-specific details.