implement-with-remote-feedback

Installation
SKILL.md

Implement with Remote Feedback

Execute a plan document into code, publishing every commit so the remote branch serves as the primary monitoring channel. The plan is your source of truth for WHAT to build and HOW to phase it. You are an implementer, not a designer.

Preflight

Locate the plan. The skill starts from a completed plan. If $ARGUMENTS points to an existing plan doc, use it. Otherwise glob docs/plans/plan_*.md and ask the user to pick one. If no plan exists, STOP and tell the user this skill requires a plan doc as input — do NOT invent scope or design from scratch.

Read the plan in full. Use the Read tool WITHOUT limit/offset. The plan IS your source of truth for scope, phases, and Success Criteria. Do not redefine them. If they need to change, say so and OFFER to switch back to /plan — never switch unilaterally.

Verify the working tree is clean. Run git status. If there are ANY uncommitted or untracked non-ignored changes, STOP and tell the user:

"Working tree is not clean. Please commit or stash your changes before starting."

Verify we are on main/master. If not, warn the user and ask whether to continue from the current branch or switch to main first.

Pull latest. git pull to ensure we're up to date.

Confirm the branch name with the user. The default is <type>/<slug>, where <slug> matches the plan's slug. Valid types:

  • feature/ — new functionality
Related skills

More from xalior/agent-skills

Installs
8
First Seen
Feb 9, 2026