orchestrate-issues
Installation
SKILL.md
Issue orchestration
Parent agent is the orchestrator. It plans, dispatches sequentially, accepts/rejects work, handles drift, and runs final QA. It does not implement issue scope itself except orchestration artifacts (the drift log, queue status, issue wording updates, spec patches when drift is accepted).
Artifacts
Paths are defaults — if the repo already names them differently, its names win.
| Role | Default path | Written by |
|---|---|---|
| Live queue | issues/BACKLOG.md |
created by to-issues; orchestrator sets status and moves rows out |
| Completed queue | issues/ARCHIVE.md |
created by to-issues; orchestrator appends accepted rows |
| Issue files | issues/NNN-*.md |
worker marks criteria; orchestrator edits wording |
| Drift log | docs/DECISIONS.md |
orchestrator — sole writer |
| Domain glossary | CONTEXT.md |
authored by grill-me; orchestrator may patch, never author |
| Product spec | docs/REQUIREMENTS-AND-NOTES.md |
authored by grill-me; orchestrator may patch, never author |