LLM Skills
~/catalog/software architecture//SKILL

Implement feature

/SKILL

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

davepoondavepoon
3.4k
June 20, 2026
MIT License
// skill content

--- name: implement-feature category:workflow -orchestration description: Implements a feature based on its specification. Reads the spec, designs the architecture, writes code, and runs 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 specification 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 handoff of the specification 2. Designs the architecture (creates an ADR if needed) 3. Defines interfaces/contracts, then implements them insrc/ 4. Writes tests intests/ (unit + integration) 5. Runs the Implementation Complete checklist (TIME OUT 1) 6. Runs the Pre-Delivery checklist (TIME OUT 2) 7. Prepares a structured handoff toQA 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 forQA : files changed, how to test, known limitations ## Tips - Ensure the feature spec exists before running thisskill - Theagent creates an ADR for any significant architecture decisions - Two TIME OUT checkpoints ensure both correctness and clean delivery

// original public source
davepoon/buildwithclaude
/plugins/agent-triforce/skills/implement-feature/SKILL.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/implement-feature/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatordavepoon
Stars 3.4k
LicenseMIT License
UpdatedJune 20, 2026
Format.md
AccessFree
// similar

Skills Software architecture

View allarrow_forward