Setup & helpers
backlog
Review and prioritize your open issues before you commit to the next piece of work.
What it does
/cl-dev:backlog reviews the open issues in your project and helps you
prioritize them. It looks across your backlog (the work that has been
captured but not yet started), weighing each issue's clarity, scope,
dependencies, and value, then applies a priority and a size
to each one.
The result is an ordered, right-sized backlog you can pull from with confidence, rather than a flat pile of tickets.
When to use it
Reach for /cl-dev:backlog when your open issues have piled up and you need
to decide what to work on next. It sits at the front of the
workflow, before you commit to any single item:
- After a round of
/cl-dev:spechas captured several new issues and you want to sort them. - At the start of a planning session, sprint, or week, to re-rank what's open.
- Any time the backlog feels unordered and you're unsure which issue deserves attention first.
Once the backlog is prioritized, pick the top item and claim it with
/cl-dev:claim-issue to begin work.
How to invoke it
Run it in your coding agent from a repository that's already set up for CodeLantern:
/cl-dev:backlogNo arguments are required. It works against the open issues in the project configured for the current repository. You can steer the pass in plain language (for example, ask it to focus on a particular area or theme), and it will walk you through the priorities before applying them.
Precondition: the repository must be initialized for CodeLantern
(see /cl-dev:init) and connected to a project that has open
issues to triage. If you're picking up existing work rather than sorting the
backlog, use /cl-dev:set-context instead.
Setup & helpers
Related skills
Other skills in the same phase of the workflow.
| doctor | Run a health check of your CodeLantern setup and get told exactly what to fix. |
| handoff | Delegate a workflow step to the CodeLantern cloud agent to run on its own. |
| init | Initialize a repository so CodeLantern workflows can run against it. |
| set-context | Load the state of an in-progress work item so you can pick up where you left off. |
| size | Assess an issue's complexity on an XS–XL scale and record it on the issue. |