implement-feature

Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.

Content Preview
---
name: implement-feature
category: workflow-orchestration
description: Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
---

# Implement Feature

Implements a feature from its specification using the Forja (Dev) agent.

## When to Use This Skill

- A feature spec has been approved and is ready for implementation
- You need architecture design, code, and tests for a defined feature
- Translating produc
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/implement-feature.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/implement-feature/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/agent-triforce/skills/implement-feature/SKILL.md

Related Skills