Skip to content

feat: add templatized implementation-executor agent#7

Merged
pokhiii merged 2 commits intomainfrom
feat/add-implementation-executor-agent
Feb 17, 2026
Merged

feat: add templatized implementation-executor agent#7
pokhiii merged 2 commits intomainfrom
feat/add-implementation-executor-agent

Conversation

@rathorevaibhav
Copy link
Copy Markdown
Member

Summary

  • Adds a new templatized implementation-executor agent that takes structured implementation plans (from GitHub issue comments) and executes them — implementing tasks sequentially, committing after each, pushing, and opening a PR.
  • Follows the same templatized pattern as the existing implementation-planner agent with {{PLACEHOLDER}} values for project-specific customization.

Changes

  • New: claude/agents/implementation-executor/implementation-executor.md — the agent template with placeholders for default branch, branch naming, lint/test commands, PR format, code style, and project-specific guidelines.
  • New: claude/agents/implementation-executor/README.md — setup guide with placeholder reference table and example values for Django and Next.js projects.
  • Updated: claude/README.md — added the new agent to the Available Agents table.

Test plan

  • Review placeholder reference table covers all template variables
  • Verify the setup prompt in claude/README.md picks up the new agent automatically
  • Test the agent in a real project by copying and filling in placeholders

🤖 Generated with Claude Code

rathorevaibhav and others added 2 commits February 17, 2026 17:21
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sonnet is better suited for execution tasks — it follows an already-defined
plan and writes code, where speed and cost efficiency matter more than deep
architectural reasoning.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rathorevaibhav rathorevaibhav self-assigned this Feb 17, 2026
@pokhiii pokhiii merged commit bc2c15d into main Feb 17, 2026
1 check passed
@pokhiii pokhiii deleted the feat/add-implementation-executor-agent branch February 17, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants