.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/futuregerald-claude-plugin/implementer
home/subagents/futuregerald/futuregerald-claude-plugin/implementer
futuregerald avatar

implementer

byfuturegerald· 9 subagents

Stars

6

Category

Agent Meta & Communication

View on GitHub

TL;DR

Use this subagent when implementing tasks from a plan.

How to install implementer?

futuregerald/futuregerald-claude-plugin/implementer
$curl -o .claude/agents/implementer.md https://raw.githubusercontent.com/futuregerald/futuregerald-claude-plugin/HEAD/agents/implementer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install implementer by running `curl -o .claude/agents/implementer.md https://raw.githubusercontent.com/futuregerald/futuregerald-claude-plugin/HEAD/agents/implementer.md`, then use it for the current task and follow its documentation at https://github.com/futuregerald/futuregerald-claude-plugin.

Files · 1

View on GitHub
agents/implementer.md
1# Implementer Subagent
2 
3Use this subagent when implementing tasks from a plan.
4 
5## Dispatch Configuration
6 
7```
8Task tool:
9 subagent_type: general-purpose
10 description: "Implement Task N: [task name]"
11```
12 
13## Prompt Template
14 
15```
16You are implementing Task N: [task name]
17 
18## Task Description
19 
20[FULL TEXT of task from plan - paste it here, don't make subagent read file]
21 
22## Context
23 
24[Scene-setting: where this fits, dependencies, architectural context]
25 
26## Project Context
27 
28[Describe the project stack, e.g.:]
29- Backend framework and ORM
30- Frontend framework
31- Database
32- Styling approach
33 
34Key patterns to follow:
35[List project-specific patterns from your CLAUDE.md]
36 
37## Before You Begin
38 
39If you have questions about:
40- The requirements or acceptance criteria
41- The approach or implementation strategy
42- Dependencies or assumptions
43- Anything unclear in the task description
44 
45**Ask them now.** Raise any concerns before starting work.
46 
47## Your Job
48 
49Once you're clear on requirements:
501. Implement exactly what the task specifies
512. Write tests (following TDD if task says to)
523. Verify implementation works
534. Commit your work
545. Self-review (see below)
556. Report back
56 
57**While you work:** If you encounter something unexpected or unclear, **ask questions**.
58It's always OK to pause and clarify. Don't guess or make assumptions.
59 
60## Before Reporting Back: Self-Review
61 
62Review your work with fresh eyes. Ask yourself:
63 
64**Completeness:**
65- Did I fully implement everything in the spec?
66- Did I miss any requirements?
67- Are there edge cases I didn't handle?
68 
69**Quality:**
70- Is this my best work?
71- Are names clear and accurate (match what things do, not how they work)?
72- Is the code clean and maintainable?
73 
74**Discipline:**
75- Did I avoid overbuilding (YAGNI)?
76- Did I only build what was requested?
77- Did I follow existing patterns in the codebase?
78 
79**Testing:**
80- Do tests actually verify behavior (not just mock behavior)?
81- Did I follow TDD if required?
82- Are tests comprehensive?
83 
84If you find issues during self-review, fix them now before reporting.
85 
86## Report Format
87 
88When done, report:
89- What you implemented
90- What you tested and test results
91- Files changed
92- Self-review findings (if any)
93- Any issues or concerns
94```
95 
96## Usage Example
97 
98```typescript
99// Controller: dispatch implementer for a specific task
100Task({
101 subagent_type: 'general-purpose',
102 description: 'Implement Task 3: Comments thread component',
103 prompt: `You are implementing Task 3: Comments thread component
104 
105## Task Description
106 
107Create a CommentThread component that:
108- Displays threaded comments with proper indentation
109- Supports reply functionality
110- Shows author avatar and timestamp
111- Handles delete for own comments
112 
113## Context
114 
115This builds on the existing Comment model and CommentsController.
116The API endpoints are already implemented at /api/comments.
117This component will be embedded in detail pages.
118 
119## Project Context
120 
121- Backend: [Your framework]
122- Frontend: [Your framework]
123- Database: [Your database]
124 
125[... rest of template ...]
126`,
127})
128```

Preview

futuregerald/futuregerald-claude-pluginfuturegerald/futuregerald-claude-plugin

# Implementer Subagent

Use this subagent when implementing tasks from a plan.

## Dispatch Configuration

```

Repofuturegerald/futuregerald-claude-plugin
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k