What problem does it solve?
DoR sign-offs require non-engineers to access engineering tools or channel contexts. This skill routes DoR sign-off notifications to approved non-engineer channels configured in context.yml to streamline approvals and maintain governance traces.
Core Features & Use Cases
- Routes DoR sign-off notifications to configured non-engineer approval channels.
- Phase 2 supports the github-issue channel: a designated approver posts /approve-dor on the linked issue, triggering a GitHub Actions workflow that writes dorStatus: "signed-off" to pipeline-state.json.
- Channel targets are read from context.yml — no hardcoded values (ADR-004).
- Use Case: Product managers, risk leads, or compliance reviewers can sign off without VS Code access by interacting with the configured channel.
Quick Start
Configure context.yml with an approval channel (e.g., github-issue) and then trigger a DoR sign-off to route the notification.