agent-prompts

Convert PRD or SDD requirements into TASKS.json and TASKS.md task manifests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sahajamoth/apex --skill agent-prompts-sahajamoth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-prompts
Source: https://github.com/sahajamoth/apex/tree/main/.claude/skills/agent-prompts
Command: npx skills add https://github.com/sahajamoth/apex --skill agent-prompts-sahajamoth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts high-level product requirements (PRD/SDD) into structured, agent-ready task prompts and manifests, enabling automated planning and execution with minimal human input.

Core Features & Use Cases

  • Generates TASKS.json to capture machine-parseable task metadata for agent orchestration.
  • Produces TASKS.md as a human-readable view for reviews and documentation.
  • Maps requirements from PRD/SDD into task structures, phases, and acceptance criteria for end-to-end planning.

Quick Start

Provide your PRD or SDD and this skill will generate TASKS.json and TASKS.md ready for agent-based execution.

Frequently Asked Questions about agent-prompts

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

FAQPage Schema
How do I turn a PRD into structured tasks for autonomous agents?

To turn a PRD into structured tasks, this skill transforms product requirements and acceptance criteria into machine-parseable TASKS.json and human-readable TASKS.md files. It maps your high-level features into phase-based planning structures and prompt templates for automated execution.

What is the best way to generate machine-parseable task manifests from a SDD?

The best way to generate machine-parseable task manifests from an SDD is to use an automated planning tool that outputs structured JSON schemas. This skill parses your software design documents to create a TASKS.json file capturing metadata for agent orchestration.

Can I use a PRD to generate both developer documentation and agent execution prompts?

Yes, you can use a PRD to generate both developer documentation and agent execution prompts simultaneously. This skill produces a human-readable TASKS.md view for team reviews alongside the TASKS.json file containing explicit prompt templates for autonomous agents.

How does converting product requirements into phase-based planning work?

Converting product requirements into phase-based planning works by extracting features and acceptance criteria from your PRD or SDD and mapping them into structured task sequences. This creates an end-to-end implementation plan with explicit testing steps and prompt templates.

Do I need to manually structure acceptance criteria for automated task generation?

You do not need to manually structure acceptance criteria for automated task generation if your PRD or SDD already outlines them. The skill automatically maps your provided requirements into explicit acceptance criteria and testing steps within the generated task manifests.

Why generate a TASKS.json file from product requirements instead of writing tasks manually?

Generating a TASKS.json file from product requirements ensures machine-parseable task metadata for seamless agent orchestration. It eliminates manual formatting errors by automatically structuring phase-based planning, acceptance criteria, and prompt templates directly from your PRD or SDD inputs.