home/productivity/task-prompt-template

Task Prompt Template

GPTClaudeDeepSeek··115 copies·updated 2026-07-14
task-prompt-template.prompt
# Task <NNN>: <Task Title>

> The production task-prompt shape. This is the format every numbered task prompt under `phase{N}_*/<NNN>_<task>.md` should follow.

---

## 1. Objective

<One paragraph stating what this task accomplishes. Be specific - what does the system look like after this task lands? What problem does it solve?>

## 2. Context

**PRD Reference**: `<path/to/prd.md>` - Section <N> (<section title>)
**Spec Reference**: `<path/to/specs/...>` - Requirements: R<N.M>, R<N.M>, NFR-<N.M>
**Architecture Reference**: `<path/to/architecture.md>` - Section <N> (<section title>)
**Phase Master**: `phase{N}_<name>/000_MASTER_<name>.md`
**Related Tasks**: <task IDs that produced state this depends on, or that consume this task's output>
**Current File(s)**: `<path/to/files/being/changed>`

<2–4 sentences placing this task in context. Why is it needed? Why now? What was the previous state?>

## 3. Agent Assignment

**Primary Agent**: `<agent-slug>` (see `.claude/agents/<agent>.md` for operating principles)
**Supporting Agents**:

- `<agent-slug>` - <what they help with in this task>
- `<agent-slug>` - <what they help with>

The primary agent owns the deliverable. Supporting agents are consulted for cross-cutting concerns.

## 4. Prerequisites

Before starting this task:

- [ ] Phase <N> prerequisites met (see phase master).
- [ ] Task <prior task ID> merged (or N/A if this is task 001 of the phase).
- [ ] <Specific prerequisite>.
- [ ] <Specific prerequisite>.

If any prerequisite is missing, surface it and pause - do not proceed with partial state.

## 5. Task Details

### 5.1 Goal

<Restate the objective in operational terms: "modify X so that Y is true.">

### 5.2 Current State

fill the variables

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

{N}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Enovatr-Labs/SpecRoute (Apache-2.0). A "Task Prompt Template" 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

Enovatr-Labs/SpecRoute · Apache-2.0