Autonomously implement tasks from specs, plans, or issues using subagents with TDD and code review
Autonomously implements tasks from specs or issues using TDD and code review
/plugin marketplace add samjhecht/wrangler/plugin install wrangler@samjhecht-pluginsExtract scope from user message if provided:
If the user explicitly asks for a PR as the end result (e.g., "implement this spec and give me a PR", "implement and create PR"):
Use the implement-spec skill instead which provides:
The implement-spec skill produces:
.wrangler/sessions/{session-id}/For typical implementation requests (no explicit PR request):
Use the Skill tool to load the implement skill:
Skill: implement
The skill contains all workflow logic for autonomous execution with TDD and code review.
| User Request | Skill to Use |
|---|---|
| "implement spec-foo.md" | implement |
| "implement issues 5-7" | implement |
| "implement this spec and create PR" | implement-spec |
| "implement and give me PR link" | implement-spec |
| "implement spec-foo.md (PR requested)" | implement-spec |
The implement-spec skill is a superset that adds: