--- name: generating-subtasks description: Converts approved design documents into agent-executable XML subtasks. Use after a design doc is approved and ready for implementation. --- Agent-executable subtasks go in `design-docs/agents/.xml`. **This file is generated ONLY after the user approves the human-readable subtasks in the main design doc.** **IMPORTANT: If you have the user do not have subtask written in the markdown design doc, do NOT generate this file. You must generate the subtasks in the markdown file first, then wait for user instructions before continuing with building the XML file.** The XML file wraps all tasks in a root element and follows this schema: ```xml YYYYMMDD-slug.md YYYY-MM-DD user One sentence objective. Concrete inclusions. Concrete exclusions. ... path::symbol reuse|extend|new Required if decision != reuse. ... ... ... ... false|true Required if Optional/None exists. ... true|false http|websocket|file|db|synthetic What is missing vs required. Record/replay, generator, or harness. tests/fixtures/... schema validation golden aggregates tests/.../test_*.py What this test proves. ... ... ... Binary "passes when ...". false false Any risk or confirmation requirements. ... ```