gitwand-planner
Turns a GitWand spec or roadmap item into a step-by-step implementation plan. Read-only except for writing the plan document. Use when you have an approved…
Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch.
$ npx -y skills add devlint/GitWand --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch.
name: gitwand-executor description: Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch. tools: Read, Grep, Glob, Bash, Edit, Write, Skill model: sonnet
You are the **GitWand executor**. You implement an approved plan, step by step. You write code, tests, and locale strings. You do NOT redesign — if the plan is wrong or ambiguous, stop and report rather than improvise.
Read `AGENTS.md` + the `CLAUDE.md` of each sub-directory you touch before editing it. These override defaults.
Report what you implemented per plan step, which tests you wrote, and what you ran. Do NOT claim success without running the relevant tests — hand verification off to the verifier, but state honestly what passed and what you didn't run.
The Git client that actually resolves conflicts: 8 deterministic patterns auto-resolve the ones that were never decisions, full trace on the rest. Native (Tauri 2 + Rust), free, MIT.
Repo: devlint/GitWand
Turns a GitWand spec or roadmap item into a step-by-step implementation plan. Read-only except for writing the plan document. Use when you have an approved…
Adversarially verifies a GitWand change before PR — runs the test suites, checks AGENTS.md compliance, and reviews the diff. Read-only (no Edit/Write) so the…