mcpbeat

Implement Feature

davepoon/implement-feature

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

412 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill implement-feature

The instruction itself

8 sections, as written by the author

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

  • Runs the SIGN IN checklist and verifies the spec handoff
  • Designs architecture (creates ADR if needed)
  • Defines interfaces/contracts, then implements in src/
  • Writes tests in tests/ (unit + integration)
  • Runs the Implementation Complete checklist (TIME OUT 1)
  • Runs the Pre-Delivery checklist (TIME OUT 2)
  • Prepares structured handoff to QA agent
  • 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

How to use it

Copy the folder

Take davepoon/implement-feature from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.