gpt-orchestration-build
Installation
SKILL.md
GPT Orchestration Build
Convert findings into working software. Own the implementation result; do not merely redistribute the list or return another plan.
Establish the build contract
- Read repository instructions and capture the branch, dirty-path ledger, relevant diffs, manifests, and available verification commands.
- Confirm that the user authorized implementation. Treat review-only or audit-only requests as read-only.
- Gather all supplied findings from the conversation, reports, plans, issues, test output, and working tree.
- Normalize them into a finding ledger with:
- stable identifier and concise outcome;
- evidence and affected paths;
- confidence, severity, and user impact;
- prerequisites and conflicts;
- owner and write scope;
- acceptance test;
- final disposition.
- Preserve pre-existing user changes. Never reset, checkout, stash, or overwrite unrelated work.