home/productivity/template-create-implementation-tasks-prompt

Template Create Implementation Tasks.prompt

GPTClaudeDeepSeek··1,064 copies·updated 2026-07-14
template-create-implementation-tasks-prompt.prompt
---
description: "Template prompt to create sequenced implementation tasks from an existing PRD and tech spec using the create-implementation-tasks skill."
name: "Template: Create Implementation Tasks"
argument-hint: "PRD path, tech spec path, and delivery constraints"
agent: "agent"
---

Use the workflow in [Create Implementation Tasks Skill](../skills/create-implementation-tasks/SKILL.md).

## Instructions
- Treat the filled template below as the source input.
- Require both PRD and tech spec references before task generation.
- Produce one tasks index and individual task files with traceable coverage.
- Ensure each task is a functional incremental deliverable with its own test suite expectations.

## Fill-In Template
Feature Name:

Source PRD Path:

Source Tech Spec Path:

Priority Requirements to Cover:
- FR-
- NFR-

Delivery Constraints:
- Timeline:
- Team Capacity:
- Release Boundaries:

Risk Constraints:
- High-risk areas:
- Compliance/security constraints:

Dependency Constraints:
- External dependencies:
- Cross-team dependencies:

Task Granularity Preference:
- Small vertical slices / mixed / larger milestones:

Open Questions:
- 

## Expected Response
- Created tasks.md file path
- List of generated task files
- Requirement coverage summary (FR/NFR to task IDs)
- Blocking questions or traceability gaps

when to use it

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