Background
The Add Link task pool is maintained by the refreshLinkRecommendations.php maintenance script that runs in the background. This script attempts to ensure at least 500 Add Link for each article topic. If this threshold isn't met for a given topic, it iterates over all articles in that topic and attempts to convert each into a Add Link suggestion, until the 500 limit is eventually reached.
Problem
Having 500 articles per topic is sufficient when viewing articles via Special:Homepage, as users are looking at a task queue in that context. However, it is not sufficient for the Surfacing Structured Edits project, where we want to invite users to Add Link editing from within the reading mode, as users can be reading any article. Within this task, we should ensure as many articles as possible have a link recommendation queued. In this task, we should do a trial at one wiki, and evaluate the successfulness of that model.