joaoariedi

Hef.Implement — Testing skill for Claude Code

Testing community

Execute TDD implementation from spec artifacts with quality gates.

How to install Hef.Implement

Installs to ~/.claude/skills/joaoariedi-hefesto-hef.implement/SKILL.md

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