home/productivity/feature-implementation-prompt

Feature Implementation.prompt

GPTClaudeDeepSeek··232 copies·updated 2026-07-14
feature-implementation-prompt.prompt
---
description: "Implement a new feature following APM best practices"
input:
  - feature_name: "Name of the feature to implement"
  - feature_description: "Detailed description of the feature"
---

# Feature Implementation Workflow

## Overview
Implement the feature: **${{input:feature_name}}**

Description: ${{input:feature_description}}

## Implementation Steps

### 1. Specification Review
- [ ] Review [feature specification](../.apm/specs/hello-feature.md)
- [ ] Understand requirements and acceptance criteria
- [ ] Identify dependencies and potential conflicts

### 2. Design Phase
- [ ] Create component/module design
- [ ] Define interfaces and data structures
- [ ] Plan testing strategy
- [ ] Consider performance implications

### 3. Implementation
- [ ] Write unit tests first (TDD approach)
- [ ] Implement core functionality
- [ ] Add integration tests
- [ ] Update documentation

### 4. Validation
- [ ] Run full test suite
- [ ] Perform code review
- [ ] Test in staging environment
- [ ] Update CHANGELOG.md

## Success Criteria
- All tests pass
- Code coverage above 80%
- Documentation updated
- No breaking changes to existing APIs

fill the variables

This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{input:feature_name}{{input:feature_description}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo microsoft/apm (MIT). A "Feature Implementation.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

microsoft/apm · MIT