Setting the file. One moment.
Subchapter 23.23
references/output-contracts.mdMarkdown1 KBView on GitHub
Use this guide when the skill needs a predictable response shape.
| Need | Use |
|---|---|
| exact sections or headings |
| strict template |
| default structure with adaptation | flexible template |
| style is easier to imitate than describe | input/output examples |
| format depends on task type | decision table |
| scripts or tools parse the output | structured schema |
# [Title]
## Summary
[Required summary]
## Findings
- ...# [Title]
## Summary
[Default summary section; adapt if needed]
## Findings
[Adapt based on context]Input: fix date formatting bug
Output:
```text
fix(reports): correct timezone date formatting
```| Input Type | Output Format |
|------------|---------------|
| single file | inline summary |
| many files | grouped report |```json
{
"status": "success",
"summary": "One-line result",
"findings": []
}
```