AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсОбучениеПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Prd Creator — Скилл для ИИ-агентов | AI Рассвет

    Prd Creator

    Guides creation of comprehensive Product Requirement Documents (PRDs) for software projects through structured questioning and validation, then generates implementation task lists in JSON format. Use when users want to document a software idea, create specifications for development, plan a new application feature/bug, or break down requirements into actionable tasks. Transforms ideas into implementation ready documents with verifiable pass criteria.

    Скиллы для разработки#GitHub#pageai-pro/ralph-loop#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    1

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add pageai-pro/ralph-loop --skill prd-creator
    Скачать ZIP
    Версия
    1.0.0+eba65ebbb0a7
    Автор
    Владимир Ломтев
    Репозиторий
    pageai-pro/ralph-loop
    GitHub: pageai-pro/ralph-loop

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    PRD Creation Assistant

    Transform software ideas into comprehensive PRDs and actionable implementation tasks through a two-part process.

    Overview

    This skill helps beginner-level developers.

    1. Receive an implementation description from the user
    2. Create detailed PRD documents through structured questioning
    3. Verify implementation prerequisites, including access, MCPs, docs, env variables, and test users
    4. Generate implementation task lists in JSON format for developers
    5. Write an overall description of the project. An executive summary that gives a high level overview of the app and its main features.

    Part 1: Implementation Description

    You will receive a lacking implementation description from the user. The main goal is to comprehend the intent and think about the larger architecture and a robust way to implement it, filling in the gaps.

    Part 2: PRD Creation

    File: PRD.md

    You will need to ask clarifying questions to get a clear understanding of the implementation.

    When to use: User wants to document a software idea or create feature specifications

    What it does:

    • Guides structured questioning to gather all requirements
    • Verifies project prerequisites before PRD finalization
    • Creates/updates .env.local with placeholder values only
    • Creates executive summary for validation
    • Researches competitive landscape
    • Generates comprehensive PRD.md with:
      • App overview and objectives
      • Target audience
      • Success metrics and KPIs
      • Competitive analysis
      • Core features and user flows
      • Technical stack recommendations
      • Prerequisites and access
      • Security considerations
      • Assumptions and dependencies

    Process:

    1. Ask clarifying questions using AskUserQuestion tool
    2. Verify prerequisites and create/update .env.local placeholders
    3. Create executive summary for user approval
    4. Research competition via WebSearch
    5. Generate complete PRD
    6. Iterate based on feedback

    Read PRD.md for complete instructions.


    Part 3: Implementation Task Generation

    File: JSON.md

    You will need to analyze the completed PRD and generate a comprehensive task list in JSON format.

    When to use: After PRD is complete and approved, or user requests task breakdown

    What it does:

    • Analyzes the completed PRD
    • Generates TASK-1 as mandatory prerequisite verification
    • Generates a complete list of implementation tasks in JSON format, covering all features and requirements from the PRD
    • Keeps the tasks small and manageable
    • Categorizes tasks by type (functional, ui-ux, api-endpoint, security, etc.)
    • Defines verification ('pass') steps for each task
    • Creates developer-ready checklist

    IMPORTANT:

    • Each task should be simple enough to be completed in maximum 10 minutes.
    • If a task is too complex, it should be split into smaller tasks.

    Read JSON.md for complete instructions.

    Part 4: Overall Description

    You will need to read the completed PRD and generate an overall description of the project in PROJECT_ROOT/.agent/prd/SUMMARY.md.

    The description should be short, concise and contain:

    • An overall description of the project
    • The main features of the app
    • Key user flows
    • A short list of key requirements

    Quick Start

    If user wants to create a PRD:

    1. Read PRD.md
    2. Follow the PRD creation workflow
    3. Verify prerequisites and create/update .env.local with placeholder values only
    4. If needed, update the overall description SUMMARY.md
    5. After PRD completion, ask: "Would you like me to generate implementation tasks? See Part 2."

    If user wants implementation tasks for an existing PRD:

    1. Read JSON.md
    2. Read the PRD file
    3. Generate comprehensive task list in JSON format, starting with TASK-1 prerequisite verification
    4. Save as tasks.json

    If user wants both:

    1. Complete PRD creation first PRD.md, including prerequisite verification and .env.local placeholders
    2. Get user approval on PRD
    3. If needed, update the overall description SUMMARY.md
    4. Proceed to generate implementation tasks JSON.md

    If a user want to update the PRD:

    1. Read PRD.md
    2. Update the PRD
    3. Save as PRD.md
    4. If needed, update the overall description SUMMARY.md
    5. Ask user if they want to generate implementation tasks

    If a user want to update the implementation tasks:

    1. Read JSON.md
    2. Update the implementation tasks
    3. Save as tasks.json
    4. Ask user if they want to update the PRD again

    If user wants to update both the PRD and the implementation tasks:

    1. Update the PRD first PRD.md
    2. If needed, update the overall description SUMMARY.md
    3. Update the implementation tasks JSON.md
    4. Save as PRD.md and tasks.json

    After completion

    Ensure the required files are present:

    • PROJECT_ROOT/.agent/prd/PRD.md
    • PROJECT_ROOT/.agent/prd/SUMMARY.md
    • PROJECT_ROOT/.agent/tasks.json

    If they are not present, warn the user and ask if they would like to create any of them.

    Important Constraints

    • Do not generate code - focus on documentation and task specification
    • Use AskUserQuestion extensively in Part 1 to clarify requirements
    • Never write real secret values to PRD, tasks, chat, logs, or .env.local; use placeholder values and tell the user to fill real values manually
    • In Part 2, generate comprehensive task lists (50-200+ tasks for typical projects)
    • In Part 2, always generate TASK-1 as prerequisite verification before feature work
    • Always initialize tasks with "passes": false - never mark tasks complete during generation
    • Use available tools: AskUserQuestion, WebSearch, Sequential Thinking, Read

    Требования и возможности

    Источник пакета
    https://github.com/pageai-pro/ralph-loop/tree/eba65ebbb0a78c4a7fd25aab28e94966eddbca5b/.agent/skills/prd-creator

    Файлы версии

    ПутьРазмерSHA256
    JSON.md28955341064a85dfe3c39...
    PRD.md11353c1ed3a7602572770...
    SKILL.md65200e03914c68310c0f...

    Частые вопросы

    Как установить Prd Creator?
    Используйте команду npx skills add pageai-pro/ralph-loop --skill prd-creator или скачайте ZIP-архив.
    Можно ли скачать Prd Creator бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Terraform Style GuideGenerate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.2ГИС: Матрица расстояний 2ГИСРассчитать время и расстояния между наборами точек.React DoctorUse when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add pageai-pro/ralph-loop --skill prd-creator
    Скачать ZIP
    Версия
    1.0.0+eba65ebbb0a7
    Автор
    Владимир Ломтев
    Репозиторий
    pageai-pro/ralph-loop
    GitHub: pageai-pro/ralph-loop
    Agent DeviceAutomates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.