home/productivity/template-create-tech-spec-prompt

Template Create Tech Spec.prompt

GPTClaudeDeepSeek··213 copies·updated 2026-07-14
template-create-tech-spec-prompt.prompt
---
description: "Template prompt to create a technical specification from an existing PRD using the create-tech-spec skill."
name: "Template: Create Tech Spec"
argument-hint: "PRD path, architecture context, constraints, and targets"
agent: "agent"
---

Use the workflow in [Create Tech Spec Skill](../skills/create-tech-spec/SKILL.md).

## Instructions
- Treat the filled template below as the source input.
- If PRD path/content is missing, stop and request it before drafting.
- Perform deep project analysis and apply the research expectations defined by the skill.
- Create one technical spec markdown file in the tasks directory using skill output rules.
- Keep output at technical design level (no task breakdown, no direct code implementation).

## Fill-In Template
Feature Name:

Source PRD Path:

PRD Requirement IDs to Prioritize:
- FR-
- NFR-

Current System Context:
- Relevant modules/services:
- Existing constraints:

Architecture Direction Preference (if any):

Data Model Impact:

API/Event/Integration Impact:

Non-Functional Targets:
- Performance:
- Reliability:
- Security/Privacy:
- Compliance:

Dependencies:
- 

Rollout and Migration Constraints:
- 

Observability Requirements:
- 

Risks and Known Tradeoffs:
- 

Open Questions:
- 

## Expected Response
- Created tech spec file path
- Architecture summary and key decisions
- Key tradeoffs
- Remaining open questions

when to use it

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