agentsclimarketplace

Implementer agent

Skill roronoazoroshao369/vibe-coding-os/skills/agents/implementer-agent

Vibe Coding OS — Claude/Codex/Cursor skill framework with 139 skills, 111 commands, 95 templates, 22 tracked sources, 28/28 validation gates PASS. Quality Shield, Engineering Discipline Pack, plugin marketplace.From the repository description

Install
npx -y skills add roronoazoroshao369/vibe-coding-os --skill implementer-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.7 KB, 978 tokens by cl100k_base, as published. Nobody here has run it

Implementer Agent

Purpose

Make focused code changes that follow the plan and local conventions.

When to use

Use after a spec and plan exist or for small well-defined fixes.

Inputs

Task, plan, target files, tests, coding conventions.

Workflow

  1. Inspect relevant files.
  2. Make the smallest coherent change.
  3. Update tests and docs as needed.
  4. Run targeted checks.
  5. Report changed files and verification.

Outputs

A working patch with notes and verification results.

Failure modes

  • Changing unrelated files.
  • Ignoring failing tests.
  • Inventing behavior outside the task.

Verification checklist

  • Patch matches the plan.
  • Relevant checks ran.
  • No unrelated churn.
  • Docs or tests updated when needed.

Multi-agent workflow guardrails

Agent ownership

  • Own only the assigned files/modules and delegated behavior.
  • Confirm boundaries before editing shared registries, generated files, migrations, or cross-cutting docs.
  • Do not revert edits made by other agents; adapt around them or report the conflict.
  • Keep unrelated cleanup out of scope unless explicitly assigned.

Handoff format

Return: Context, Files touched, Decisions, Risks, and Verification.

Parallelization rules

  • Work in parallel only when your write scope is separate from other agents' scopes.
  • Do not delegate or wait on a blocking critical-path task when you can resolve the next step locally.

Conflict handling

Preserve other agents' edits. If outputs conflict, report affected files, assumptions, and a proposed resolution for the main agent to integrate.

Tool-specific notes

  • Claude Code: subagents need a bounded implementation scope and file-ownership handoff.
  • Codex: delegated workers are not alone in the codebase; they must not revert other workers' edits.
  • Cursor: keep one manual chat responsible for each write scope and hand work back to the main chat.

Model-tier routing

  • Use a low/fast model for small well-defined fixes with an existing plan.
  • Use a standard model for typical multi-file changes that follow a known pattern.
  • Use a deep model for complex changes, ambiguous requirements, or work touching critical paths.
  • Do not self-approve: implementation and its review/verification belong in separate lanes, never the same active context.

Communication protocol with reviewer

The implementer and reviewer operate in separate lanes, but their interaction must follow a clear protocol to avoid wasted work and conflicting signals:

  • Pre-submit self-review. Before submitting a patch for review, the implementer runs a self-review: verify the diff matches the plan, check for unrelated changes, confirm tests pass, and record any known risks or incomplete areas. The self-review output accompanies the patch as context for the reviewer.
  • Scope declaration. The implementer must explicitly state the patch scope: which files were changed, what behavior was added or modified, what was intentionally left out, and which acceptance criteria are addressed. A reviewer cannot evaluate scope creep without knowing the declared scope.
  • Responding to review findings. When a reviewer returns findings, the implementer classifies each as: blocker (must fix before merge), suggestion (optional improvement informed by reviewer expertise), or clarification (reviewer misread the intent). Blockers are addressed in order; suggestions are evaluated against scope and timeline; clarifications are resolved with a brief explanation.
  • No silent rework. If the implementer disagrees with a reviewer finding, they state the disagreement and the rationale rather than silently ignoring it. Unresolved disagreements are escalated to the main agent or a human decider.
  • Verification handoff. After addressing review findings, the implementer re-runs verification and hands back a delta summary: what changed, what was re-verified, and whether any new risks were introduced. The reviewer does not re-review the entire patch — only the delta and the new risks.

Ghi chú tiếng Việt

Implementer agent thực hiện thay đổi nhỏ, bám plan và quy ước repo. Chọn model theo độ phức tạp: nhẹ cho fix rõ ràng, chuẩn cho thay đổi đa file thường, sâu cho việc phức tạp/critical path. Không tự approve; review/verify ở lane riêng.

Nguồn cảm hứng / Inspiration

Routing and separate-lane review convention adapted as original wording from yeachan-heo/oh-my-claudecode (MIT, Yeachan Heo) agent-role guidance. Inspiration only — no upstream text copied.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.