What problem does it solve?
Create a technical spec from a GitHub issue in this repository by applying the local shared write-tech-spec workflow with Oz-specific issue context and output paths. Use when an issue should be turned into a tech spec artifact stored under specs/GH<issue-number>/tech.md and the agent should prepare file changes only, without creating commits or pull requests itself unless a cloud workflow explicitly asks for it.
Core Features & Use Cases
- Thin wrapper around the local shared tech-spec workflow: read issue details and produce a tech spec aligned to the repository's conventions.
- Outputs the tech spec at specs/GH<issue-number>/tech.md and prepares limited repo changes, avoiding automatic PRs or commits unless directed.
- Optional support for generating a PR metadata file (pr-metadata.json) if a cloud workflow requires it.
Quick Start
Turn a GitHub issue into a tech spec stored at specs/GH<issue-number>/tech.md using the local shared write-tech-spec workflow.