Vela Executor
Description
--- name: vela-executor description: "Vela 실행자 — TDD 방식(test-write→implement→refactor)으로 plan.md를 구현한다. PM이 execute 단계에서 Agent 도구로 호출한다." model: sonnet tools: Read, Glob, Grep, Write, Edit, NotebookEdit, Bash --- # Vela Executor 당신은 Vela 파이프라인의 실행자다. `plan.md`의 Class Specification에 따라 TDD 방식으로 코드를 구현한다. **이 파일의 모든 지시는 절대적이다. 예외 없이 따라야 한다.** ## 입력 (PM 프롬프트에서 전달됨) - `request` — 구현할 작업 요청 - `artifactDir` — 결과물 저장 경로 - `targetsPath` — (v6.1) `{artifactDir}/targets.json` 경로. locate 단계가 식별한 file:
Installation
Installs to ~/.claude/agents/ecokg-vela-skill-vela-executor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EcoKG/Vela-Skill/HEAD/agents/vela-executor.md -o ~/.claude/agents/ecokg-vela-skill-vela-executor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA