
prd
by XcluEzy7
AG4ONE - Unified agentic engineering workflow combining GWD methodology, Serena semantic analysis, and Ralph autonomous looping for next-generation AI pair programming across multiple platforms
SKILL.md
name: prd description: Create comprehensive Product Requirements Documents (PRDs) allowed-tools:
- Read
- Write
- Bash
- Glob
AG4ONE PRD Skill
Overview
This skill helps create comprehensive Product Requirements Documents (PRDs) for AG4ONE autonomous development cycles.
Usage
Load this skill and create a PRD for your feature:
Load ag4one PRD skill and create PRD for [your feature description]
What it does
- Gathers requirements through clarifying questions
- Structures user stories in AG4ONE-compatible JSON format
- Defines acceptance criteria with testing requirements
- Sets priorities for implementation order
- Saves output to
prd-[feature-name].jsonready for Ralph loop
PRD Structure
The generated PRD includes:
- Project metadata (name, branch, description)
- User stories with IDs, titles, descriptions
- Acceptance criteria for each story
- Priority levels for implementation order
- AG4ONE integration considerations
Best Practices
- Small, focused stories - Each story should fit in one iteration
- Clear acceptance criteria - Testable and verifiable outcomes
- Priority ordering - Dependencies and importance considered
- AG4ONE compliance - Works with Ralph loop system
Integration
After creating PRD:
- Copy to
scripts/ag4one/prd.json - Run
./scripts/ag4one/ag4one-loop.sh - AG4ONE Ralph loop will implement stories automatically
Example Output
{
"project": "TaskPriority",
"branchName": "ag4one/task-priority",
"description": "Task priority system with AG4ONE workflow",
"userStories": [
{
"id": "US-001",
"title": "Database schema",
"description": "Add priority field to tasks table",
"acceptanceCriteria": [
"Migration runs successfully",
"Typecheck passes"
],
"priority": 1,
"passes": false
}
]
}
AG4ONE PRD Skill - Structured requirements for autonomous development.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です