agent-output-formatslisted
Install: claude install-skill akaszubski/autonomous-dev
# Agent Output Formats Skill
Standardized output formats for all agent types to ensure consistent communication and parsing across the autonomous development workflow.
## When This Skill Activates
- Generating agent outputs
- Parsing agent responses
- Formatting research findings
- Creating planning documents
- Reporting implementation results
- Writing code reviews
- Keywords: "output", "format", "research", "planning", "implementation", "review"
---
## Research Agent Output Format
Research agents (e.g., researcher, issue-creator, brownfield-analyzer) should structure outputs with these sections:
### Template
```markdown
## Patterns Found
[List of discovered patterns with examples]
- **Pattern Name**: Description
- Example: Code snippet or reference
- Use case: When to apply this pattern
## Best Practices
[Industry best practices and recommendations]
- **Practice Name**: Description
- Benefit: Why this matters
- Implementation: How to apply
## Security Considerations
[Security implications and requirements]
- **Security Concern**: Description
- Risk: Potential vulnerabilities
- Mitigation: How to address
## Recommendations
[Actionable recommendations for implementation]
1. **Recommendation**: Detailed guidance
- Priority: High/Medium/Low
- Effort: Time estimate
- Impact: Expected benefit
```
### Example Output
See `examples/research-output-example.md` for a complete example.
---
## Planning Agent Output Format
Planning agents (e.g