Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill implement-feature --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Implement Feature?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-implement-feature)More formats (shields.io, HTML) on the badges page.
---
name: implement-feature
description: "Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent."
category: ai-agents-and-harness
source_repo: davepoon/buildwithclaude
source_path: "plugins/agent-triforce/skills/implement-feature/SKILL.md"
source_url: https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/agent-triforce/skills/implement-feature/SKILL.md
---
# 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 product requirements into working software
## What This Skill Does
1. Runs the SIGN IN checklist and verifies the spec handoff
2. Designs architecture (creates ADR if needed)
3. Defines interfaces/contracts, then implements in `src/`
4. Writes tests in `tests/` (unit + integration)
5. Runs the Implementation Complete checklist (TIME OUT 1)
6. Runs the Pre-Delivery checklist (TIME OUT 2)
7. Prepares structured handoff to QA agent
8. Runs the SIGN OUT checklist
## How to Use
### Basic Usage
```
/implement-feature webhook-event-system
```
### With Spec Reference
```
/implement-feature docs/specs/webhook-event-system.md
```
## Example
**User**: `/implement-feature user-authentication`
**Output**:
- Implementation in `src/` with all acceptance criteria met
- Tests in `tests/` covering critical paths
- ADR if significant architecture decisions were made
- Handoff notes for QA: files changed, how to test, known limitations
## Tips
- Ensure the feature spec exists before running this skill
- The agent creates an ADR for any significant architecture decisions
- Two TIME OUT checkpoints ensure both correctness and delivery cleanliness
---
**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/agent-triforce/skills/implement-feature/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!