Vela Executor banner
EcoKG EcoKG

Vela Executor

Testing & QA community

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

Terminal
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 Repository