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.mdSkill 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/buildwithclaudeThen reference at plugins/agent-triforce/skills/implement-feature/SKILL.md
Related Skills
implement-caching-strategy
Design and implement caching solutions
commandsimplementcachingstrategy
by qdhenry · claude-command-suite
implement-graphql-api
Implement GraphQL API endpoints
commandsimplementgraphqlapi
by qdhenry · claude-command-suite
conductor-implement
Execute tasks from a track's implementation plan following TDD workflow
testingconductorimplement
by sickn33 (Antigravity) · antigravity-awesome-skills
slo-implement
You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based engineering practices. Design comprehensive SLO frameworks, establish meaningful SLIs, and create monitoring systems that balance reliability with feature velocity.
toolssloimplement
by wshobson · wshobson-commands