cyberneticlibrary

Build software features end-to-end

software-factory-pipelineworkflowsetup L30
Paddione/Bachelorprojekt
What it does

Orchestrate feature development Scout-to-Deploy

Best for

When coordinating feature development with model-selection, telemetry, and integrated deployment.

Inputs
  • · args: JSON object or string with phase configuration
Outputs
  • · Structured output per phase schema
Requires
  • · Claude Code Workflow harness (injected globals: agent, parallel, phase, log)
  • · Local filesystem + shell scripts
  • · 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