From 0456c512910e2cb64bcee88210a4dda085a09b66 Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Thu, 23 Apr 2026 16:26:42 -0500 Subject: [PATCH] docs(pi): implement milestone M6 - validation and surfacing --- README.md | 28 +++++++++++++++++++++++----- scripts/verify-pi-resources.sh | 2 ++ 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dedfa1e..d167259 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ai-coding-skills -Cross-agent skill collection for **Codex**, **Claude Code**, **OpenCode**, and **Cursor**. +Cross-agent skill collection for **Codex**, **Claude Code**, **OpenCode**, **Cursor**, and **pi**. Pi package support is also included for the pi-native variants in this repo. @@ -20,7 +20,12 @@ ai-coding-skills/ │ ├── README.md │ ├── ATLASSIAN.md │ ├── CREATE-PLAN.md +│ ├── DO-TASK.md │ ├── IMPLEMENT-PLAN.md +│ ├── PI.md +│ ├── PI-RESEARCH.md +│ ├── PI-SUPERPOWERS.md +│ ├── TELEGRAM-NOTIFICATIONS.md │ └── WEB-AUTOMATION.md ├── skills/ │ ├── _template/ @@ -30,26 +35,34 @@ ai-coding-skills/ │ │ ├── claude-code/ │ │ ├── cursor/ │ │ ├── opencode/ +│ │ ├── pi/ │ │ └── shared/ │ ├── create-plan/ │ │ ├── codex/ │ │ ├── claude-code/ │ │ ├── opencode/ -│ │ └── cursor/ +│ │ ├── cursor/ +│ │ └── pi/ │ ├── do-task/ │ │ ├── codex/ │ │ ├── claude-code/ │ │ ├── opencode/ -│ │ └── cursor/ +│ │ ├── cursor/ +│ │ └── pi/ │ ├── implement-plan/ │ │ ├── codex/ │ │ ├── claude-code/ │ │ ├── opencode/ -│ │ └── cursor/ +│ │ ├── cursor/ +│ │ └── pi/ +│ ├── reviewer-runtime/ +│ │ ├── pi/ +│ │ └── tests/ │ └── web-automation/ │ ├── codex/ │ ├── claude-code/ -│ └── opencode/ +│ ├── opencode/ +│ └── pi/ ├── .codex/ ├── .claude-plugin/ ├── .opencode/ @@ -67,21 +80,26 @@ ai-coding-skills/ | atlassian | claude-code | Portable Jira and Confluence workflows through a shared Cloud-first CLI | Ready | [ATLASSIAN](docs/ATLASSIAN.md) | | atlassian | opencode | Portable Jira and Confluence workflows through a shared Cloud-first CLI | Ready | [ATLASSIAN](docs/ATLASSIAN.md) | | atlassian | cursor | Portable Jira and Confluence workflows through a shared Cloud-first CLI | Ready | [ATLASSIAN](docs/ATLASSIAN.md) | +| atlassian | pi | Portable Jira and Confluence workflows through a shared Cloud-first CLI | Ready | [ATLASSIAN](docs/ATLASSIAN.md) | | create-plan | codex | Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow | Ready | [CREATE-PLAN](docs/CREATE-PLAN.md) | | create-plan | claude-code | Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow | Ready | [CREATE-PLAN](docs/CREATE-PLAN.md) | | create-plan | opencode | Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow | Ready | [CREATE-PLAN](docs/CREATE-PLAN.md) | | create-plan | cursor | Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow | Ready | [CREATE-PLAN](docs/CREATE-PLAN.md) | +| create-plan | pi | Structured planning with milestones, iterative cross-model review, and runbook-first execution workflow | Ready | [CREATE-PLAN](docs/CREATE-PLAN.md) | | do-task | codex | Single-prompt end-to-end execution with dual reviewer loops (plan + implementation), TDD-first, single task commit | Ready | [DO-TASK](docs/DO-TASK.md) | | do-task | claude-code | Single-prompt end-to-end execution with dual reviewer loops (plan + implementation), TDD-first, single task commit | Ready | [DO-TASK](docs/DO-TASK.md) | | do-task | opencode | Single-prompt end-to-end execution with dual reviewer loops (plan + implementation), TDD-first, single task commit | Ready | [DO-TASK](docs/DO-TASK.md) | | do-task | cursor | Single-prompt end-to-end execution with dual reviewer loops (plan + implementation), TDD-first, single task commit | Ready | [DO-TASK](docs/DO-TASK.md) | +| do-task | pi | Single-prompt end-to-end execution with dual reviewer loops (plan + implementation), TDD-first, single task commit | Ready | [DO-TASK](docs/DO-TASK.md) | | implement-plan | codex | Worktree-isolated plan execution with iterative cross-model milestone review | Ready | [IMPLEMENT-PLAN](docs/IMPLEMENT-PLAN.md) | | implement-plan | claude-code | Worktree-isolated plan execution with iterative cross-model milestone review | Ready | [IMPLEMENT-PLAN](docs/IMPLEMENT-PLAN.md) | | implement-plan | opencode | Worktree-isolated plan execution with iterative cross-model milestone review | Ready | [IMPLEMENT-PLAN](docs/IMPLEMENT-PLAN.md) | | implement-plan | cursor | Worktree-isolated plan execution with iterative cross-model milestone review | Ready | [IMPLEMENT-PLAN](docs/IMPLEMENT-PLAN.md) | +| implement-plan | pi | Worktree-isolated plan execution with iterative cross-model milestone review | Ready | [IMPLEMENT-PLAN](docs/IMPLEMENT-PLAN.md) | | web-automation | codex | CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation | Ready | [WEB-AUTOMATION](docs/WEB-AUTOMATION.md) | | web-automation | claude-code | CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation | Ready | [WEB-AUTOMATION](docs/WEB-AUTOMATION.md) | | web-automation | opencode | CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation | Ready | [WEB-AUTOMATION](docs/WEB-AUTOMATION.md) | +| web-automation | pi | CloakBrowser-backed browsing, scraping, auth, flow automation, and install validation | Ready | [WEB-AUTOMATION](docs/WEB-AUTOMATION.md) | - Docs index: `docs/README.md` - Atlassian guide: `docs/ATLASSIAN.md` diff --git a/scripts/verify-pi-resources.sh b/scripts/verify-pi-resources.sh index 346a75e..b6444b3 100755 --- a/scripts/verify-pi-resources.sh +++ b/scripts/verify-pi-resources.sh @@ -19,6 +19,8 @@ REQUIRED_FILES=( "package.json" ) +# These required-file checks are intentionally hard failures: removing any +# required artifact should make this script exit non-zero immediately. for file in "${REQUIRED_FILES[@]}"; do test -f "$file" done