Team Practices Group/Task Tracking

The Team Practices Group (TPG) was dissolved in 2017.

Tasks in Phabricator edit

TPG uses Phabricator to track TPG-specific tasks (as opposed to work TPG is doing for other teams). Our convention is to create a Phabricator ticket for all work that:

  1. will take a non-trivial amount of time
  2. OR will require review or other passing of responsibility
  3. OR will require follow-up at a future time

Projects and Backlogs edit

All TPG tasks should belong to one of the following two Phabricator projects. Each column in each project represents a state for open tasks.

  1. Team-Practices General team backlog. This is like a "Product Backlog".
    • To Triage
    • General backlog
    • In-progress EPICS
    • This-Week
  2. Team-Practices-This-Week Work committed to in the current week. This is like a "Sprint backlog".
    • To Do
    • Blocked or Waiting
    • In Progress
    • Needs Review
    • Done

Projects that categorize edit

All tasks that get actively worked on are also tagged with one of these tags, which represent official quarterly goals, or a catch-all bucket for non-goal work:

Priority edit

TPG tracks task priority in several ways. Primarily, the priority of a task for TPG is determined by its location within the boards. determined first by which column and project the task is in, and then by the order of the task within each column.

TODO: what is the relative order of the column and projects? e.g., if someone is assigned a task to review and a task to complete, which comes first? Proposals:

 
  • Option 1. All tasks in Team-Practices-This-Week are more important than any tasks in Team-Practices. Within Team-Practices-This-Week, the rightmost column is most important and the leftmost least important. Within each column, the top task is most important and the bottom task least important. Within Team-Practices, To Triage is most important (because it could have a high-priority, urgent item), then General Backlog, then Team Radar.
  • Option 2. maintain a new field which is absolute order. (What benefits?)

A second way that priority is tracked is the Priority field in Phabricator. TODO: what do we want to do with this? Note that, if a task is in non-TPG projects, we don't have any control over this field.

  • Option 1. Treat this as a severity field. If so, how can we reduce the name confusion?
  • Option 2. Ignore
  • Option 3. Use as tiebreaker
  • Option 4. Use both board location and Priority field. How?

Processes edit

Adding Work edit

Anyone can add new tasks at any time. New tasks are added to the To Triage column of the Team-Practices project.

Taking work edit

TPG members assign tasks to themselves - TODO: how/can this happen outside of Weekly Planning?

Finishing work edit

When a TPG member thinks they have completed a task:

  1. If the task needs review, ask (e.g., in IRC) who can review it
    1. assign it to them
    2. move the task to the In Review column
    3. Note: The team limits reviews to four tasks at once (see the denominator if the fraction to the right in the column title- the nominator is the number of tasks actually in review
  2. If not
    1. move the task to the Done column

When reviewing a task:

  1. If somebody else should review it next,
    1. assign it to them
    2. leave it in Needs Review
  2. If it is acceptable as-is,
    1. Option B: comment in the ticket. (In the next review meeting; move it to Done)
  3. If it needs changes, move to In Progress Column and assign back to person who did the task.

Removing Work edit

TBD

Getting Stuck edit

  1. If a task is blocked by a dependency or is waiting on someone's input, move it to the Blocked or Waiting column.

Backlog Triage/Grooming Meeting edit

Conducted in a weekly meeting by rotating TPG members. Have the TPG Weekly Meeting Agenda handy to add stuff as needed.

  1. Triage. For each Task in the To Triage column of Team-Practices project, in descending order:
    1. Clarify the title and/or description if needed
    2. If it can't be clarified, assign to the reporter to clarify, or to a TPG member to interview the reporter and move to next Task.
    3. Set the Priority Field (if TPG owns it.)
      1. See open discussion about what priority field means.
    4. Remove it from the To Triage Column:
      1. If possible, cut it:
        1. Is it a duplicate? Open the better version and Merge Duplicate back to this one to eliminate it.
        2. Is TPG involvement unnecessary? Remove the Team-Practices project from the task and explain why in the comment.
        3. Is it invalid (because it's not part of the TPG mandate, not something we realistically expect to do, or not comprehensible)? Mark it resolved and explain why in a comment.
          1. TODO: What is the reporter, if not part of TPG, supposed to do next?
      2. If a next action is possible for the task, move it to the General Backlog column.
        1. Prioritize the task relative to the rest of the backlog and place in the stack at an appropriate location.
      3. If no action is currently possible or appropriate, but it cannot be cut, move it to the Team Radar column.
        1. Put it at the bottom of the Team Radar column order, so that the oldest tasks are on top.
        2. All tasks in Team Radar must have a TPGer as a subscriber.
  2. Groom backlog. For each item in the General Backlog column, work down this list of checks, using judgment and progressive exploration to do as little as necessary to maintain the quality of the task:
    1. Is the Phabricator entry current?
    2. Can we cut or merge this?
    3. Should we skip this item for this week? (Because it's already shovel-ready, or because nothing has changed)
    4. Should this move up or down in priority?
    5. Should it be retitled?
    6. Are there new or missed dependencies?
    7. Should anyone be added or removed from the list of people associated with the task?
    8. Is it shovel-ready? TODO: need definition of shovel-ready for TPG.
  3. Check Radar. For each item in the Radar column, in descending order:
    1. Does this item need attention? If so, treat as a To Triage item and move out of Radar column.

Weekly Review Meeting edit

Conducted in a weekly meeting with all of TPG

  1. Check for Doneness. For each item in the Done column of the Team-Practices-This-Week project, in descending order:
    1. Is this item Done? (Suggested: Arthur and original submitter (if not Arthur) decide together if it's Done.)
      1. If so, mark it resolved.
      2. If not, is it helpful to track the remaining work separately?
        1. If so, mark it resolved and open a new issue to cover remaining details
        2. If not, assign it to the appropriate person and move it back to In Progress or Blocked or Waiting.

Weekly Planning edit

Conducted in a weekly meeting with all of TPG.

  1. Review Needs Review. For each item in the Needs Review column of the Team-Practices-This-Week project, in descending order:
    1. Understand the item status.
    2. If it's stuck, change priorities or assign to someone else
    3. Otherwise, leave as work in progress
  2. Review Progress. For each item in the In Progress column of the Team-Practices-This-Week project, in descending order, check to see if Phabricator has fallen behind reality (i.e., if somebody did work on the task during the week but didn't update Phab):
    1. Skip if relevant people are missing.
    2. Is it Done, or Ready for Review? Do steps in Finishing Work above.
    3. Is it stuck? Do steps in Stuck.
    4. Does the person it's assigned to want someone else to take it?
  3. Unstick stuck work. For each item in the Blocked or Waiting column of the Team-Practices-This-Week project, in descending order:
    1. Find a way to unstick the work:
      1. Split into smaller tasks
        1. And consider if any of the new tasks are non-essential and can be closed?
      2. Assign to someone else.
        1. To complete
        2. To escalate
  4. Start new work. For each item in the To Do column of the Team-Practices-This-Week project, in descending order:
    1. Confirm that the item is shovel-ready. (TODO - may be replaced by having a shovel-ready column at the end of Grooming)
    2. Does anyone want to take this and start working on it this week?
      1. TPG members assign tasks to themselves.
      2. Is the task ready to start? Person taking the task clarifies in the meeting or identifies how to get more information.
    3. Tasks being worked on are moved to the "In Progress" column.
      1. The team tries to limit Work In Progress to six tasks in progress at once (see the denominator if the fraction to the right in the column title- the nominator is the number of tasks actually in progress ).
  5. Pull from the General Backlog
    1. For each item in the General Backlog of Team-Practices, proceed as per Start New Work above (moving the item into Team-Practices-This-Week project)

Monthly Retrospective edit

Whoever volunteered to facilitate the next one picks the method. Common elements include:

  1. Followup on action items from last retro
  2. Team collaboratively builds list of everything significant that happened since the last retro
  3. Team builds list of things to celebrate and things to improve, votes, and discusses top items
  4. Team does five-finger-mnemonic retro (pinky to thumb) (things that were overlooked, relationships, things we didn't like, #1 takeaway, thing we like)

Discussion edit