What problem does it solve?
Implement issue-to-diff translation by orchestrating the local shared implement-specs workflow with Oz-specific issue, spec-context, and summary handling. Use when issue details are provided and the agent should produce the repository diff and a concise implementation summary without creating commits or PRs unless a cloud workflow explicitly asks for it.
Core Features & Use Cases
- Thin Oz wrapper around local shared skills: implement-specs and spec-driven-implementation to drive behavior consistently.
- Handles inputs from GitHub issues: issue metadata, optional spec_context.md, and optional issue_comments.txt, with output in a dedicated implementation_summary.md.
- Produces deterministic outputs: repository diff/patch, plus a structured pr-metadata.json when requested, and a concise summary for PR docs.
- Reuses the fetch_github_context script to pull on-demand context without inlining untrusted bodies.
Quick Start
Provide the issue details and run the implement-issue workflow to generate the repository diff and a concise implementation summary.