implement-feature

implement-feature is a skill for Claude Code, Codex from davepoon/buildwithclaude. It costs 34 tokens per session (360 once invoked), scanned A, original, MIT.

A workflow for turning an approved feature specification into working software. It covers design, architecture decisions, implementation, tests, and a handoff to quality assurance.

In plain words
What is it for?
Use it when a feature specification is ready to implement, including work that needs architecture design, source-code changes, unit or integration tests, and QA handoff notes.
Why use it?
It gives a defined feature a repeatable path from written requirements to tested code and records important decisions and remaining limitations.

Skill for Claude CodeCodex

Part of the agent-triforce plugin — 6 skills, 3 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/davepoon/buildwithclaude/implement-feature
Any agent
npx skills add davepoon/buildwithclaude --skill implement-feature
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

Made for: Claude Code, Codex.

Or install agent-triforce, the plugin that ships this one along with the rest of its 6 skills, 3 agents.

Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 360 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.00360
Opus 5 $0.00017 $0.00180
Sonnet 5 $0.00007 $0.00072
Haiku 4.5 $0.00003 $0.00036

Measured 3d ago against content hash 843bf4b5799a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implement-feature scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agent-triforce/skills/implement-feature/SKILL.md · 57 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 57 lines · 34 tokens per session scan A 843bf4b5799a

Subscribe to this mod's changes

implement-feature is a skill published in the GitHub repository davepoon/buildwithclaude (3,405 stars, last pushed 3d ago), licensed MIT. It adds 34 tokens to every session and 360 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

discernment-nudge

After you give a substantive answer or draft that the user may act on — advice or recommendations, drafted artifacts such as goals, plans, pitches, proposals, or emails, estimates or projections, analysis or interpretation of data, factual claims they may rely on, or a multi-step argument — invoke this skill BEFORE…

guanyang/open-agent-hub · 203 tokens

aidd-refine:03:condense

Toggle terse output mode with intensity levels (lite, full, ultra) so prose drops articles, filler, and pleasantries while code, quoted errors, and security warnings stay verbatim. Use when the user says "condense", "condense output", "be more concise", "shorter answers", "tighten output", "/condense", "/condense…

ai-driven-dev/framework · 126 tokens

aidd-pm:04:clarity

Ultra-compressed communication mode. Cuts token usage 75% while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra. Toggle on/off by invoking /clarity again. Use when user says "clarity", "less tokens", "be brief", or invokes /clarity.

ai-driven-dev/framework · 72 tokens

meeting-prep

Pre-meeting context gathering across all connected systems. Pulls recent interactions, open items, and suggested talking points for any person or topic. Triggers on: "meeting prep", "prep for my meeting", "meeting with X", "prep for 1:1".

mshadmanrahman/pm-pilot · 59 tokens

codexspec:release-notes

从 git 历史生成发布说明——维护 Keep a Changelog 风格的 CHANGELOG.md 条目并产出面向用户的发布正文,不决定版本号、不改动 git 状态.

Zts0hg/codexspec · 49 tokens

turnbreak

Shows you something worth reading while your coding agent works, then notifies you when it's done. Use this skill to install turnbreak's turn-start/turn-stop hooks for Claude Code, Codex, Gemini CLI, or Copilot CLI, or to manage its interests and settings.

Milkeles/turnbreak · 59 tokens