PRD and technical spec auto-generation.
Converts a feature request or user story into a structured PRD with acceptance criteria, edge cases, and a technical spec with endpoint definitions. Outputs Markdown and JSON artefacts ready for engineering handoff.
Illustrative output structure — actual results depend on your data.
{
"feature": "CSV import",
"acceptance_criteria": 7,
"edge_cases": 4,
"endpoints": ["POST /import", "GET /import/:id/status"],
"spec_url": "https://canvas.aaas.com/specs/csv-import"
}