SKILL·B1E01A

implement-feature

davepoon
Updated 1 month ago
9 views
2,553
277
2,553
View on GitHub
Othertestingdesign

About

This Claude Skill implements approved feature specifications by handling architecture design, code implementation, and test creation. It orchestrates the full development workflow through structured checklists and delegates technical execution to the Forja (Dev) agent. Use it when you need to translate product requirements into complete, tested software components.

Quick Install

Claude Code

Recommended
Primary
npx skills add davepoon/buildwithclaude -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/davepoon/buildwithclaude
Git CloneAlternative
git clone https://github.com/davepoon/buildwithclaude.git ~/.claude/skills/implement-feature

Copy and paste this command in Claude Code to install this skill

GitHub Repository

davepoon/buildwithclaude
Path: plugins/agent-triforce/skills/implement-feature
0
claudeclaude-codeclaude-code-commandsclaude-skillscli-toolcommands
FAQ

Frequently asked questions

What is the implement-feature skill?

implement-feature is a Claude Skill by davepoon. Skills package instructions and resources that Claude loads on demand, so Claude can perform implement-feature-related tasks without extra prompting.

How do I install implement-feature?

Use the install commands on this page: add implement-feature to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does implement-feature belong to?

implement-feature is in the workflow-orchestration category, tagged testing and design.

Is implement-feature free to use?

Yes. implement-feature is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

review-findings
Other

The review-findings skill automatically addresses QA code review reports by fixing critical and warning issues in priority order using the Forja (Dev) agent. It implements fixes with updated tests, performs dead code cleanup, and runs completion checklists to prepare for re-verification. Use this skill after receiving a review report from Centinela (QA) to systematically resolve findings before resubmission.

View skill
feature-spec
Other

The feature-spec skill automatically generates complete product feature specifications by delegating to the Prometeo (PM) agent. It's designed for defining new features, writing user stories with acceptance criteria, and documenting requirements before implementation. The skill creates structured specs with scope, dependencies, and risks, then prepares a handoff to the development team.

View skill
content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill
polymarket
Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill