home/productivity/template-implement-feature-task-prompt

Template Implement Feature Task.prompt

GPTClaudeDeepSeek··1,212 copies·updated 2026-07-14
template-implement-feature-task-prompt.prompt
---
description: "Template prompt to implement a specific task using the implement-feature-task skill with traceability, tests, and status updates."
name: "Template: Implement Feature Task"
argument-hint: "Task ID or task file path with scope constraints"
agent: "agent"
---

Use the workflow in [Implement Feature Task Skill](../skills/implement-feature-task/SKILL.md).

## Instructions
- Treat the filled template below as the execution request.
- Resolve task context, dependencies, and traceability before coding.
- Implement only the selected task scope and required tests.
- Update task status artifacts and provide reviewer handoff output.

## Fill-In Template
Task ID or Task File Path:

Implementation Plan Path (tasks.md folder):

Source PRD Path:

Source Tech Spec Path:

Scope Boundaries:
- In scope:
- Out of scope:

Dependency Status:
- Depends On complete? (yes/no + notes):

Acceptance Criteria to Validate:
- AC-1:
- AC-2:

Test Requirements:
- Unit:
- Integration:
- Workflow/E2E:
- Non-functional (if required):

Risk Notes:
- 

## Expected Response
- Completed task ID/path
- Summary of implemented behavior
- Changed files summary
- Tests run with outcomes
- Confirmation of tasks.md/task file status updates
- Reviewer handoff status

when to use it

Community prompt sourced from the open-source GitHub repo lhenrique42/ai-templates (MIT). A "Template Implement Feature Task.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

lhenrique42/ai-templates · MIT