docs: create plan/pending-prs.md with prioritized PR analysis#183
docs: create plan/pending-prs.md with prioritized PR analysis#183ericelliott wants to merge 1 commit intomainfrom
Conversation
Analyzes all 29 open PRs, ranks them into 4 tiers by load-bearing dependency weight, identifies conflict hotspots, and provides a recommended merge order to unblock the backlog as quickly as possible. Closes #182 Co-authored-by: Eric Elliott <support@paralleldrive.com>
There was a problem hiding this comment.
Pull request overview
Creates a new planning document (plan/pending-prs.md) to catalog and prioritize the repository’s 29 currently-open pull requests, with tiering, conflict-hotspot identification, and a recommended merge sequence to reduce rebase/conflict churn.
Changes:
- Added a tiered prioritization of open PRs (Tier 1–4) with rationale, risks, and dependencies.
- Added a recommended merge order list and conflict-hotspot map for high-churn files.
- Added a consolidated status table summarizing all open PRs with size, tier, and priority.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 2. **#168** — `/aidd-pr` skill + eval infrastructure (unblocks CI/CD review automation and eval harness) | ||
| 3. **#80** — Skills Protocol migration from commands/rules (resolves naming/path inconsistencies that make many other PRs conflict) | ||
|
|
||
| Nine additional PRs are high-value and near-ready. The remaining PRs fall into docs-only, planning, or stale/blocked categories. |
There was a problem hiding this comment.
Executive Summary says “Nine additional PRs are high-value and near-ready”, but Tier 2 lists 10 PRs (#129, #144, #26, #27, #154, #178, #165, #170, #171, #179). Update the count (or adjust Tier 2 membership) so the summary matches the detailed list.
| Nine additional PRs are high-value and near-ready. The remaining PRs fall into docs-only, planning, or stale/blocked categories. | |
| Ten additional PRs are high-value and near-ready. The remaining PRs fall into docs-only, planning, or stale/blocked categories. |
| - **Assessment:** Adds `.github/workflows/aidd-review-claude.yml`. Requires `ANTHROPIC_API_KEY` secret. Low conflict risk; high leverage once merged (reviews all subsequent PRs automatically). | ||
| - **Prerequisite:** Confirm secret is configured in repo settings. | ||
|
|
||
| ### #178 — Fix `SCAFFOLD_MANIFEST.yml` (underscore) in tarball downloads |
There was a problem hiding this comment.
The scaffold manifest filename appears to be canonicalized elsewhere in the repo as SCAFFOLD-MANIFEST.yml (hyphen). This line references SCAFFOLD_MANIFEST.yml (underscore), which may mislead readers about the actual filename and the nature of PR #178; consider correcting to SCAFFOLD-MANIFEST.yml or clarifying that the PR fixes underscore→hyphen handling.
| ### #178 — Fix `SCAFFOLD_MANIFEST.yml` (underscore) in tarball downloads | |
| ### #178 — Fix `SCAFFOLD_MANIFEST.yml` → `SCAFFOLD-MANIFEST.yml` handling in tarball downloads |
Summary
Closes #182.
Creates
plan/pending-prs.md— a structured analysis of all 29 open PRs to help prioritize and accelerate merging the most load-bearing work.What's in the report
createandscaffold-cleanupcommands #97 (aidd create), feat: add /aidd-pr skill, rename /aidd-requirements, add eval infrastructure #168 (aidd-pr + eval infra), refactor: migrate from commands/rules to Skills Protocol #80 (Skills Protocol migration) — the three PRs everything else depends onai/skills/index.md,AGENTS.md,README.md,bin/aidd.js)