/Catalogue/Prompt/davepoon/davepoon-buildwithclaude-implement-feature

Origin: github

implement-feature

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

by davepoon · updated 1d ago · imported from GitHub

Installs0+0/7d
Security score67/100
Retention 14d0%
GitHub stars3.5K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

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

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from davepoon/buildwithclaude

davepoon· 1d agoSandbox
code-health

Prompts · Python · v0.1.0

Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.

#claude#claude-code#claude-code-commands

0 3.5K
davepoon· 1d agoSandbox
feature-spec

Prompts · Python · v0.1.0

Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.

#claude#claude-code#claude-code-commands

0 3.5K
davepoon· 1d agoSandbox
release-check

Prompts · Python · v0.1.0

Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.

#claude#claude-code#claude-code-commands

0 3.5K
davepoon· 1d agoSandbox
review-findings

Prompts · Python · v0.1.0

Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.

#claude#claude-code#claude-code-commands

0 3.5K