← ClaudeAtlas

pr-planlisted

Plan an open source PR contribution. Takes pr-research output and produces scope, acceptance criteria, and risk assessment. Triggers: "pr plan", "contribution plan", "plan PR", "plan contribution".
boshu2/agentops · ★ 369 · AI & Automation · score 80
Install: claude install-skill boshu2/agentops
# PR Plan Skill Strategic planning for open source contributions. ## Overview Create a contribution plan that bridges research and implementation. Takes `$pr-research` output and produces an actionable plan. **Output:** `.agents/plans/YYYY-MM-DD-pr-plan-{repo-slug}.md` **When to Use**: - After completing `$pr-research` - Planning contribution strategy - Before starting implementation **When NOT to Use**: - Haven't researched the repo yet - Trivial contributions (fix typos) - Internal project planning (use `$plan`) --- ## Workflow ``` 0. Input Discovery -> Find/load pr-research artifact 1. Scope Definition -> What exactly to contribute 2. Target Selection -> Which issues/areas to address 3. Criteria Definition -> Acceptance criteria from research 4. Risk Assessment -> What could go wrong 5. Strategy Formation -> Implementation approach 6. Output -> Write plan artifact ``` --- ## Phase 1: Scope Definition ### Scope Questions | Question | Why It Matters | |----------|----------------| | What specific functionality? | Clear deliverable | | Which files/packages? | Limits impact surface | | What's explicitly out of scope? | Prevents scope creep | | Single PR or series? | Sets expectations | ### Scope Template ```markdown ## Scope **Contribution**: [1-2 sentences describing the change] **Affected Areas**: - `path/to/file.go` - [what changes] **Out of Scope**: - [Related but excluded work] ``` --- ## Phase 3: Acceptance Criteria