parallel-prompt-generator
Prompt Generator
Generate agent-ready prompts from existing task specification files in tasks/.
CRITICAL: Prompt Template Requirements
Every generated prompt file MUST include ALL of these sections (see Step 4 for full template):
| Section | Purpose | Required |
|---|---|---|
=== REQUIRED SKILLS === |
Skills to invoke at start | YES |
=== CONTEXT === |
Shared project context | YES |
=== OBJECTIVE === |
Task goal | YES |
=== CONTRACTS === |
Contract file references | YES |
=== FILES TO CREATE === |
Scope CREATE | YES |
=== FILES TO MODIFY === |
Scope MODIFY | YES |
=== DO NOT MODIFY === |
Scope BOUNDARY | YES |
=== IMPLEMENTATION REQUIREMENTS === |
Requirements | YES |
=== ACCEPTANCE CRITERIA === |
Checklist | YES |
More from jpoutrin/product-forge
rfc-specification
RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.
11generate-tasks
Convert PRD to structured task list with automatic linking
6brainstorm-solution
Structured brainstorming for technical solutions
5typescript-import-style
Merge-friendly import formatting (one-per-line, alphabetical). Auto-loads when writing TypeScript/JavaScript imports to minimize merge conflicts in parallel development. Enforces consistent grouping and sorting.
5typescript-code-review
TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.
5zod
Zod schema validation patterns and type inference. Auto-loads when validating schemas, parsing data, validating forms, checking types at runtime, or using z.object/z.string/z.infer in TypeScript.
5