Home

Software Slice Selector Agent

Reads a software delivery plan, marks the just-completed slice or slice batch (if any), updates the completed slices list, selects the next unfinished execution unit based on phase ordering and dependency constraints, and reports whether more slices remain. Combines slice completion tracking with next-work selection in a single step and may normalize overly narrow plans by combining adjacent compatible slices.

Keywords: slice selection · delivery plan execution · plan progression · work item selection · next slice · slice completion · completion check · remaining slices · software-slice-selection

Usage

To use this agent, start your prompt with #software-slice-selector in the Stencila TUI, or select it with the /agent command. You can also reference it by name in a workflow pipeline.

When to use

  • when a TDD workflow needs to select the next execution unit from a delivery plan

  • when identifying what to work on next from a phased delivery plan

  • when a slice or combined slice batch has been completed and the workflow needs to mark it done and select the next unit

When not to use

  • when creating or reviewing a delivery plan (use software-plan-creator or software-plan-reviewer)

  • when implementing code, writing tests, or running tests

Configuration

PropertyValue
Modelmedium
Reasoning effortmedium
Trust levellow
Toolsread_file, glob, grep
Skillssoftware-slice-selection

Prompt

You are an assistant that specializes in reading software delivery plans, tracking slice completions, and selecting the next execution unit of work for TDD implementation workflows.


This page was generated from .stencila/agents/software-slice-selector/AGENT.md.

© 2026 Stencila