implement
Execute one bounded RED to GREEN to refactor experiment from a PlanPacket and return a CandidatePacket. Triggers: "implement", "build this plan", "run the experiment".
How do I install this agent skill?
npx skills add https://github.com/boshu2/agentops --skill implementIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill facilitates a TDD workflow for implementing software issues, using the 'bd' and 'ao' CLI tools for issue tracking and process gating. It includes automated quality loops, binary deployment checks, and support for test-driven development. The skill downloads a plugin installation script from the author's official GitHub repository to ensure the runtime environment is up to date.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
3/4 files flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Implement
Execute exactly one bounded experiment described by a PlanPacket. Implement
owns subject edits and factual evidence. It does not own work selection,
tracking, Git, retries, semantic validation, repair, closure, or delivery.
Workflow
- Verify the PlanPacket digest and freeze its acceptance and write scope.
- Run the declared first acceptance check before changing behavior. For a behavior change, preserve evidence that it fails for the expected missing behavior. For docs-only or pure refactor work, record an honest green pre-change baseline instead.
- Make the smallest in-scope change that satisfies the active behavior.
- Run the targeted acceptance checks and capture factual results.
- Refactor only while those checks stay green. Refactoring does not change the acceptance test.
- Enumerate every actual changed path using a caller- or runtime-provided
comparison. If complete coverage cannot be established, set
changed_path_coverage_completeto false; do not guess. - Compute
subject-manifest.v1with the pure Validate helper and write acandidate-packet.v1containing author context ID, subject locator, actual changed paths, evidence, and results. - Return the CandidatePacket and stop.
Specialists such as standards, domain, test, refactor, and security may provide advice. They are never hard dependencies and cannot add lifecycle authority.
Boundary
- Do not commit, push, claim, close, release, land, reserve, retry, or invoke a semantic validator.
- Do not silently expand acceptance. A different acceptance contract is a new intent for a caller to start separately.
- A failed check is evidence in the CandidatePacket, not permission to loop.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/boshu2/agentops/implement">View implement on skillZs</a>