==================== START: .fortura-core/templates/task-template.md ==================== # [Task Name] ## Purpose [1-2 sentences describing what this task accomplishes and when to use it] ## Inputs **Required:** - **input-name**: Description of required input, format, and source **Optional:** - **input-name**: Description of optional input and default behavior if not provided ## Process ### Phase 1: [Phase Name] **Step 1.1: [Step Name]** [Detailed instructions for this step] **What to ask the user:** - Question 1 - Question 2 **What to validate:** - [ ] Validation criterion 1 - [ ] Validation criterion 2 **What to output:** - Output description --- **Step 1.2: [Step Name]** [Continue with detailed steps] --- ### Phase 2: [Phase Name] [Continue with additional phases as needed] --- ## Output Deliverables **Primary Output:** - Description of main deliverable - Format: [markdown | yaml | json | etc.] - Location: [file path if applicable] **Secondary Outputs:** - Additional artifacts created - Documentation generated - Validation results ## Important Notes - Key considerations when executing this task - Edge cases to be aware of - Common pitfalls and how to avoid them - Dependencies on other tasks or files - Assumptions made during execution ## Success Criteria Task is complete when: - [ ] Primary output delivered in correct format - [ ] All validation checks passed - [ ] User has reviewed and approved (if interactive) - [ ] Secondary outputs generated as needed - [ ] Results documented appropriately ## Examples **Example 1: [Scenario Name]** Input: ``` [Example input] ``` Process: - Step 1 result - Step 2 result Output: ``` [Example output] ``` --- **Example 2: [Scenario Name]** [Additional example if helpful] ==================== END: .fortura-core/templates/task-template.md ====================