Hi everyone,
I’m exploring how to use Copilot to work with internal wiki pages that describe solutions using sequence diagrams, flows, and other technical artifacts.
My goal is to prompt Copilot to read a given wiki page and automatically generate feature-level PBIs (Product Backlog Items) from that content.
I’m aware that there are existing tools that can separately:
- Read and summarize wiki documentation, and
- Create PBIs or work items
However, I’m trying to understand how to combine these capabilities into a single, smoother workflow using Copilot. Ideally, this would be a streamlined process where context flows naturally from documentation to backlog creation.
Has anyone tried something similar, or can suggest an effective approach or architecture for this?