parallel-prompt-generator

Generate agent-ready prompts from task specification files.

14|1|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/jpoutrin/product-forge --skill parallel-prompt-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-prompt-generator
Source: https://github.com/jpoutrin/product-forge/tree/main/plugins/product-design/skills/parallel-prompt-generator
Command: npx skills add https://github.com/jpoutrin/product-forge --skill parallel-prompt-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts task specs into agent-ready prompts to drive parallel execution.

Core Features & Use Cases

  • Read task files in tasks/ and generate task prompts
  • Ensure required sections exist in prompts
  • Output prompts to prompts/ and per-task prompts

Quick Start

Run the prompt generator on existing task specs to create prompts.

Frequently Asked Questions about parallel-prompt-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate agent prompts from task specification files?

Generate agent prompts by running the prompt generator on your tasks/ directory. It reads manifest.json and context.md, parses task-NNN-*.md files to extract YAML frontmatter and required sections, then outputs structured task-NNN.txt prompts and an agent-prompts.md wave summary to prompts/ for parallel agent execution.

What sections are required in task specification files for prompt generation?

Task specifications must include mandatory sections defined by the prompt generator's output format requirements. The tool enforces these sections during parsing and signals completion only when all required sections are present in each task file, ensuring consistent, structured prompts across waves.

When should I regenerate prompts after editing task specs?

Regenerate prompts after task edits, template updates, or when preparing tasks for execution to ensure prompts remain synchronized with spec changes. The generator maintains consistency across all task-NNN.txt outputs and the agent-prompts.md summary, preventing drift between source specs and agent-ready prompts.

Can I use this with existing task manifest and context files?

Yes, the prompt generator works with existing manifest.json and context.md files. It reads these alongside your tasks/ directory to generate contextually aware, per-task prompts stored under prompts/, making it suitable for updating prompt templates across established task workflows.

What output formats does the prompt generator create?

The generator creates individual task-NNN.txt files containing agent-ready prompts and an agent-prompts.md wave summary. All outputs are stored under prompts/ with enforced mandatory sections and consistent formatting to support parallel agent execution.

Does this tool validate task structure during prompt generation?

Yes, the generator parses YAML frontmatter and required sections from each task file, enforcing mandatory sections and output formats. It signals completion only when validation passes, ensuring all generated prompts meet structural requirements before storage.