signal-lab-orchestrator
Installation
SKILL.md
When to Use
Use this skill when you want Cursor to implement one of the PRDs under prds/ in a repeatable, resumable, and context-efficient way.
Typical calls:
- "Run PRD 002"
- "Continue last execution from context.json"
Core idea
The orchestrator does coordination only:
- reads/writes a persistent state file (
context.json) - delegates real work to subagents
- runs a review loop (up to 3 retries per domain)