BMAD-METHOD/.agents/skills/bmad-story-automator/data/parse/create.json

11 lines
301 B
JSON

{
"requiredKeys": ["status", "story_created", "story_file", "summary", "next_action"],
"schema": {
"status": "SUCCESS|FAILURE|AMBIGUOUS",
"story_created": "true|false",
"story_file": "path or null",
"summary": "brief description",
"next_action": "proceed|retry|escalate"
}
}