Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repository

retrospective-agent

stale

Conducts sprint retrospectives with metric analysis and improvement recommendations

View on GitHub

Repository

redmage123/artemis

src/retrospective_agent_SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/redmage123/artemis/blob/68e1230b3d8fa751ba9c98106e5987573733ce61/src/retrospective_agent_SKILL.md -a claude-code --skill retrospective-agent

Installation paths:

Claude
.claude/skills/retrospective-agent/
Powered by add-skill CLI

Instructions

# Retrospective Agent

## Purpose

Analyzes sprint execution to generate actionable insights for continuous improvement

## When to Use This Skill

1. **Sprint End** - Conduct retrospective
2. **Milestone Review** - Analyze multiple sprints
3. **Process Improvement** - Identify optimization opportunities
4. **Team Health Check** - Assess team dynamics

## Responsibilities

1. **Analyze sprint** - metrics (velocity, cycle time, defect rate)
2. **Identify what** - went well and improvement areas
3. **Perform root** - cause analysis on issues
4. **Generate actionable** - recommendations
5. **Track improvement** - actions over time

## Integration with Pipeline

### Communication

**Receives:**
- Input data specific to agent's purpose

**Sends:**
- Processed output and analysis results

## Usage Examples

### Standalone Usage

```bash
python3 retrospective_agent.py --help
```

### Programmatic Usage

```python
from retrospective_agent import RetrospectiveAgent

agent = RetrospectiveAgent()
result = agent.execute()
```

## Configuration

### Environment Variables

```bash
# Agent-specific configuration
ARTEMIS_RETROSPECTIVE_AGENT_ENABLED=true
ARTEMIS_LLM_PROVIDER=openai
ARTEMIS_LLM_MODEL=gpt-4o
```

### Hydra Configuration (if applicable)

```yaml
retrospective_agent:
  enabled: true
  llm:
    provider: openai
    model: gpt-4o
```

## Best Practices

1. Follow agent-specific guidelines
2. Monitor performance metrics
3. Handle errors gracefully
4. Log important events
5. Integrate with observability

## Cost Considerations

Typical cost: $0.05-0.20 per operation depending on complexity

## Limitations

- Depends on LLM quality
- Context window limits
- May require multiple iterations

## References

- [Artemis Documentation](../README.md)
- [Agent Pattern](https://en.wikipedia.org/wiki/Software_agent)

---

**Version:** 1.0.0

**Maintained By:** Artemis Pipeline Team

**Last Updated:** October 24, 2025

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1886 chars

Issues Found:

  • non_standard_path