cyberneticlibrary

Implement remaining PRD slices

ship-prdworkflowsetup L30
aicloudomax/casyomax
What it does

Topo-sort and implement remaining slices of a PRD. Reads Status field per issue, skips done. AFK siblings run in parallel via worktree isolation when files are disjoint; HITL slices serialize. Args: { prdFile, issuesDir }

Best for

Topologically sorted task execution across human-in-the-loop and agentic work layers.

Inputs
  • · structured data
Outputs
  • · analysis results
Requires
  • · Claude Code agent runtime (parallel/fan-out)
  • · subagent execution
  • · JSON schema validation
Preconditions
  • · Artifact must conform to specified schema
  • · Claude Code workflow harness
Failure modes
  • · File conflicts if fix groups overlap
  • · Agent returns data not matching schema → structured rejection
Trust signals
  • · Structured schema enforcement
  • · Explicit concurrency isolation (disjoint files/resources)
  • · Independent verification lens