cyberneticlibrary

Review and cluster product backlog

lets-backlogworkflowsetup L25
restarter/lets-workflow
What it does

Surface backlog gaps by domain expertise and cluster themes

Best for

When domain experts need to surface backlog gaps and cluster related themes in parallel.

Inputs
  • · args: JSON object or string with phase configuration
Outputs
  • · JSON object matching declared schema
Requires
  • · Claude Code Workflow harness (injected globals: agent, parallel, phase, log)
  • · Package manager (pnpm/npm/bun) for CI
Preconditions
  • · Workflow harness must inject phase(), agent(), parallel() globals
  • · args must be a valid plain object (not a string) before phase execution
Failure modes
  • · Phase exits early if any agent returns null or throws
  • · Subsequent phases cannot recover from prior phase failure