Hef.Implement — Testing skill for Claude Code
Execute TDD implementation from spec artifacts with quality gates.
How to install Hef.Implement
Installs to ~/.claude/skills/joaoariedi-hefesto-hef.implement/SKILL.md
mkdir -p ~/.claude/skills/joaoariedi-hefesto-hef.implement && curl -fsSL https://raw.githubusercontent.com/joaoariedi/hefesto/HEAD/commands/hef.implement.md -o ~/.claude/skills/joaoariedi-hefesto-hef.implement/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Hef.Implement does
model: opus description: "Execute TDD implementation from spec artifacts with quality gates"
Implement
Execute the implementation plan using strict TDD cycles with quality gates.
Pre-Flight
Current branch
The commands in this section must be run with the Bash tool; they cannot be pre-executed in a `!` block. A `!` block is permission-checked before the CLAUDE_PLUGIN_ROOT variable is substituted, so it is rejected as "Contains expansion". Do not write that variable wi
Alternatives in Testing
- Claude Codepro — by Max Ritter - Professional development environment for Claude Code with spec-driven workflow, TDD enforcemen 1.6k ★
- Design QA — Visual QA on an HTML/CSS implementation — checks responsive behavior at mobile/tablet/desktop, design token co 309 ★
- Green — Execute TDD Green Phase - write minimal implementation to pass the failing test 168 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Rpi Implement
RPI Step 4 — Execute phased implementation with validation gates. Reads PLAN.md and eng.md, implements phase-b
Implement Spec
Implement a feature from a specification file with TDD and approval gates
Bymax Claude Code
Production-ready Claude Code toolkit. 6 plugins: phased planning workflow (spec→roadmap→phase-tasks→task), str
Execute Tasks
Execute the task DAG for a work item — implement, verify against the testing plan, self-check, self/critic-rev
Epic Dev Full
Full TDD/ATDD-driven BMAD development cycle with comprehensive test phases and quality gates
Hef.Plan
Generate implementation plan from spec, with research, design, and constitution compliance
Related Agents
Implementer Agent
Standard implementation worker for spec-driven development spawned by the speq-implement orchestrator. Execute
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,
Vela Executor
Vela 실행자 — TDD 방식(test-write→implement→refactor)으로 plan.md를 구현한다. PM이 execute 단계에서 Agent 도구로 호출한다.