# Staged Issue Tree Creation With Deduplication

> Pattern for creating hierarchical GitHub issue trees from phased project plans while checking for duplicate/overlapping issues

- Skill: `vamseeachanta/staged-issue-tree-creation-with-deduplication` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/staged-issue-tree-creation-with-deduplication`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/staged-issue-tree-creation-with-deduplication/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/staged-issue-tree-creation-with-deduplication

---


# Staged Issue Tree Creation with Deduplication

When converting a phased project plan into GitHub issues: (1) Search for existing related issues first to identify overlaps and distinguish scope; (2) Gather local context (files, inventories, labels) to write informed issue descriptions; (3) Design the tree structure by clarifying which existing issues are distinct vs. which new parent/child issues are needed; (4) Assign consistent labels (reusing existing ones) and status markers (e.g., `status:plan-review` for newly created issues pending approval); (5) Create parent issue first, then batch child issues in parallel, then backlink them all. This prevents duplicate effort and ensures hierarchical consistency.
