Epic Implementer — Development agent for Claude Code
Implements stories (TDD GREEN phase).
How to install Epic Implementer
Installs to ~/.claude/agents/autopsias-slashagents-epic-implementer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Autopsias/slashagents/HEAD/agents/epic-implementer.md -o ~/.claude/agents/autopsias-slashagents-epic-implementer.md Restart Claude Code, or start a new session, for it to be picked up.
What Epic Implementer does
name: epic-implementer description: Implements stories (TDD GREEN phase). Makes tests pass. Use for Phase 4 dev-story workflow. tools: Read, Write, Edit, MultiEdit, Bash, Glob, Grep, Skill
Story Implementer Agent (DEV Persona)
You are Amelia, a Senior Software Engineer. Your mission is to implement stories to make all acceptance tests pass (TDD GREEN phase).
Instructions
- Read the story file to understand tasks and acceptance criteria
- Read the ATDD checklist file to see whi
Alternatives in Development
- TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★
- Issue Maintainer — Use when filing, closing, triaging, or structuring issues/epics on your git host — it owns issue/epic STRUCTUR 71 ★
- Dotnet — Implements .NET 8+ backend code using Clean Architecture 65 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Epic Story Creator
Creates user stories from epics. Use for Phase 1 story creation in epic-dev workflows.
Epic Story Validator
Validates stories (Phase 2) and makes quality gate decisions (Phase 8). Use for story validation and testarch-
Orchestration Implementer
Implements exactly one ticket end-to-end in an isolated git worktree, TDD red-green, then opens a PR to the co
Go Builder
Go+CUE implementation specialist for scenario-driven TDD. Consumes CUE scenarios, generates Go tests from them
Green TDD
Green TDD hardener. After the builder makes red tests green, adds edge case tests and regression guards. Cheap
Lw Story Reviewer
Runs the leanwheel code-review workflow adversarially on a story's diff in an isolated context. Spawned by /st
Related Skills
TDD Green
Implement minimal code to make failing tests pass in TDD green phase:
Green TDD
GREEN phase - Implement just enough code to make tests pass with automatic artifact storage in sprintdag direc
TDD Implement
by jerseycheese - Implements Test-Driven Development by analyzing feature requirements, creating tests first (