Building the Learning Management System - Creating the Backlog
In this post, we continue to show how the process we outlined in the post The New Team works. If you haven’t read the initial post, I recommend you do so before reading this one.
Creating the Backlog
In the previous post, we created a set of requirements for the Learning Management System. In this post, we will turn that set of requirements into a backlog of tasks that we will use to build the system.
In this simulation, the team will use Claude Code with a set of Skills provided by Stride to build out the backlog from the document created earlier. This Skill will inform Claude of what details we want to capture in each task. This will be used by agents to build the system.
Why Tasks?
Many developers that are not using Stride or a similar tool, try to provide prompts to AI agents to direct them on their work. Simple prompts are not effective as they lack so many details. It is no wonder that many developers complain that AI didn’t implement their requirements properly.
The tasks as defined by Stride are very detailed and include concerns that might not be thought of initially. This is a large part of the secret of this approach to development. Some of the information that exists in Stride Tasks are:
title- Short description (required)description- Detailed explanationacceptance_criteria- Definition of donepriority- :low, :medium, :high, or :critical (required)complexity- :small, :medium, or :largewhy- Problem/value explanationwhat- Specific change descriptionwhere_context- Location in code/UIestimated_files- Files expected to changepatterns_to_follow- Code patterns to replicatedatabase_changes- Schema modifications neededvalidation_rules- Input validation requirementskey_files- Critical files to modify (embeds)verification_steps- How to verify completion (embeds)pitfalls- What NOT to doout_of_scope- Explicitly excluded functionalityrequired_capabilities- Agent skills needed (e.g., [“code_generation”, “testing”])security_considerations- Security implicationstesting_strategy- Comprehensive testing approachintegration_points- External systems/events involvedtechnology_requirements- Specific tools/libraries neededtelemetry_event- Event name to emitmetrics_to_track- What to measurelogging_requirements- Logging expectationserror_user_message- User-facing error messageerror_on_failure- Error to raise on failuredependencies- Task identifiers that must complete firstparent_id- Parent goal (for hierarchical structure)needs_review/review_status- Review workflow
There are additional fields in the task that are used for internal purposes and also to support a review process. We’ll describe the review process in a later post.
Building the Backlog
The video is not that exciting. Most of the time is spent waiting for Claude to work out the details of the tasks. In my opinion, this is time well spent.
What happens next?
After the backlog is uploaded to Stride, the team will review the tasks and make any necessary changes. This is one field that is very important. It is the Needs Review field. If this field is set to true, the agent implementing the task will wait for the human reviewer to give them the okay or request changes prior to grabbing the next task. This is yet another way for Humans to be involved in the process.
Once the teams are happy with the details of the tasks they can simply move them to the Ready column on the board. That signals to the agent that they are ready for implementation. That is where the next post will pick up.