Implement Feature.Skill banner
ArtemisAI ArtemisAI

Implement Feature.Skill

Testing community

Description

--- name: implement-feature description: Implement a spec-driven feature by reading requirements/design/tasks, building task-by-task, and producing a verification.md artifact. tier: T2 allowed-tools: - bash - read_file - write_file - git_commit - git_diff --- # Skill: implement-feature ## Purpose Implement exactly one feature from specification through to a passing test, following the spec-driven pipeline. ## Invocation - Claude Code: `/implement-feature` - All others: `@implement-f

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-implement-feature.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-implement-feature.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/implement-feature.skill.md -o ~/.claude/skills/artemisai-harness_engineering-implement-feature.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository