
from notque / vexjoy-agent360
Interactive micro-step pair-programming protocol: announce changes, show diffs, wait for user approval, apply, and verify (lint/tests).
Implements a disciplined pair-programming micro-step protocol for collaborative coding sessions. The skill enforces an Announce-Show-Wait-Apply-Verify loop so users see planned diffs and confirm before any file modifications. It tracks step counts, enforces size limits per step, and runs verification checks after changes.
Use this skill for interactive coding when the user wants fine-grained control over changes — code reviews, incremental feature work, or safe refactors where each change must be inspected before applying. It runs in the main session and requires user confirmation for each step.
Agents that support interactive read/write/edit operations and can show diffs (Copilot-like or Claude Code) will best implement this skill. It is primarily a process/interaction skill rather than automation tooling.
This skill has not been reviewed by our automated audit pipeline yet.