agent-prompts

Generate structured agent prompts from PRD and SDD requirements into TASKS.json and TASKS.md.

20|2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/jsegov/shipspec-claude-code-plugin --skill agent-prompts-jsegov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-prompts
Source: https://github.com/jsegov/shipspec-claude-code-plugin/tree/main/skills/agent-prompts
Command: npx skills add https://github.com/jsegov/shipspec-claude-code-plugin --skill agent-prompts-jsegov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability automates the generation of structured prompts for coding agents to convert high-level requirements (PRD/SDD) into concrete, actionable tasks.

Core Features & Use Cases

  • Structured task prompts that map to TASKS.json and TASKS.md, enabling consistent agent execution.
  • PRD/SDD aware decomposition that links requirements to individual tasks.
  • Reusable prompt templates that can be adapted for different features and teams.

Quick Start

Describe a feature you want to implement and ask this skill to generate agent-ready prompts.

Frequently Asked Questions about agent-prompts

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

FAQPage Schema
How do I generate agent-ready prompts from PRD and SDD documents?

Generating structured agent prompts from PRD and SDD documents involves breaking down high-level requirements into concrete, actionable tasks. This process maps requirements to individual tasks via reusable templates, satisfying the TASKS.json and TASKS.md structure for consistent agent execution.

What is the best way to structure task prompts for coding agents?

Structuring task prompts for coding agents requires mapping requirements to a standardized TASKS.json and TASKS.md format. By using PRD-aware decomposition and reusable prompt templates, you link high-level requirements directly to actionable tasks, ensuring consistent agent execution across development scenarios.

Can I use this to break down a PRD into a TASKS.json file?

Yes, you can break down a PRD into a TASKS.json file. The system applies PRD and SDD aware decomposition to generate structured agent prompts that satisfy the required TASKS.json and TASKS.md structure.

When do I need structured task prompts for feature development?

You need structured task prompts for feature development when converting high-level requirements into concrete, actionable tasks for coding agents. This structured decomposition ensures consistent execution and proper requirement linkage across code generation and verification scenarios.

How does PRD and SDD aware decomposition work for task generation?

PRD and SDD aware decomposition works by linking high-level requirements from PRD and SDD documents to individual tasks. This creates structured agent prompts that map to TASKS.json and TASKS.md formats, ensuring requirements are traceable throughout automated task execution.