What problem does it solve?
This Skill automates the transformation of PRDs into Angainor's prd.json format, eliminating manual formatting errors and speeding up setup for autonomous agent iterations.
Core Features & Use Cases
- Convert a PRD written in Markdown or plain text into a structured prd.json file located at the project root.
- Derive a branchName in the form angainor/[feature-name-kebab-case] for versioning and collaboration.
- Produce one-iteration-ready user stories with clear acceptance criteria suitable for PRD-based automation.
- Standardize PRD inputs to enable repeatable workflows across projects and teams.
Quick Start
Place your PRD document in the project root and run the Angainor PRD converter. The tool will generate prd.json in the project root with a kebab-cased feature branch name and a set of ready-to-run user stories.