Back to Skills

implement-feature

davepoon
Updated 4 days ago
4 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

Related Skills

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

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

PKI and X.509

Meta

This Claude Skill provides expert guidance on PKI and X.509 certificate management for developers working with digital security. It covers certificate structure, CSR generation, certificate signing, revocation (CRL/OCSP), and OpenSSL commands. Use this skill when implementing certificate authorities, managing cryptographic keys, or handling any X.509-related operations.

View skill

Skill Builder

Meta

This skill helps developers create production-ready Claude Code Skills with proper YAML frontmatter and directory structure. It generates custom skills for specific workflows and provides templates following Claude's specification. Use it when building skills that Claude can autonomously discover across all surfaces.

View skill