# Agent vs Developer Ownership Matrix

| Stage | Responsibility | Owner | Action |
|-------|----------------|-------|--------|
| 0: Validate Arguments | Check if files exist and are readable | Agent | Validate and report |
| 0: Confirm Plan | Approve validation results and proceed | Developer | Review and decide |
| 1: Gather Inputs | Read files and create inventory | Agent | Execute |
| 2: Summarize Contents | Analyze structure and identify issues | Agent | Execute |
| 3: Generate Report | Create markdown report file | Agent | Execute and deliver |
| Error Handling | Report errors clearly | Agent | Stop and report |

## Decision Points

- **Developer approval gates**: After Stage 0 validation - developer must approve before proceeding to Stage 1
- **Agent responsibilities**: Technical checks (file existence, readability, parsing)
- **Developer responsibilities**: Deciding what to do with the results, confirming approach
