implement-to-merge-ready
Installation
SKILL.md
Implement To Merge Ready
Overview
Use this as an orchestration workflow for implementation tasks that should not stop at local code changes. Drive the task from intake through PR stabilization, using narrower skills and tools when their trigger conditions apply.
Workflow
-
Confirm scope and repository state.
- Read local instructions such as
AGENTS.mdbefore editing. - Inspect
git status, branch, remotes, package scripts, tests, and relevant source structure. - Ask only when ambiguity would cause risky or irreversible work.
- Preserve unrelated user changes.
- Read local instructions such as
-
Set a goal for substantial work.
- Use goal tracking when the task includes implementation plus verification or PR work.
- Write the objective in outcome terms: behavior to deliver, verification to run, PR to open, and merge-readiness follow-up.
- Check the goal again after resumes, direction changes, and before the final report.