What problem does it solve? Implementing approved issues in a shared SDK repository often leads to scope creep, wrong-branch edits, unverified changes, and incomplete reporting. This Skill enforces a disciplined workflow that implements exactly one approved BeeSDK issue in the correct worktree and returns complete implementation and verification evidence. ## Core Features & Use Cases - Target Safety Gate: Verifies working directory, branch, git status, and pre-existing changes before touching any file, stopping when the worktree does not match the requested target. - Change Classification and Checks: Classifies work as low-risk, runtime-risk, or security-sensitive and derives required checks (pytest, uv build, smoke tests, SAST/SCA) from docs/SDLC.md and docs/SECURITY.md. - Structured Implementation Report: Produces a 17-section report covering files read, acceptance criteria coverage, test commands with exit codes, security review, and version status. - Use Case: A maintainer approves a BeeSDK issue to add a new public contract. The Skill reads AGENTS.md and the roadmap, implements the minimal KISS change in the prepared worktree, runs proportional tests, and returns evidence without committing or changing the package version. ## Quick Start Implement the approved BeeSDK issue in the prepared target worktree on its expected branch and return the full implementation and verification report.