retrospective — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited retrospective (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Analyze accumulated PLAN/ACT/EVAL session data from context archives to surface coding habits, recurring patterns, and actionable improvement suggestions. Transforms passive session history into data-driven growth insights.
Core principle: Decisions improve when informed by patterns, not just memory. Review what actually happened, not what you think happened.
systematic-debugging instead)docs/codingbuddy/archive/get_context_history, search_context_archivesGather session archives and extract structured data.
get_context_history with appropriate limit (default: 20)Analyze collected data across five dimensions.
#### 2a. Mode Usage Patterns
EVAL sessions / total sessions#### 2b. Agent Utilization
#### 2c. TDD Cycle Indicators
Search archives for TDD-related patterns:
search_context_archives with keywords: "TDD", "test", "RED", "GREEN", "REFACTOR"#### 2d. Recurring Issues
Search for repeated problems:
search_context_archives with keywords: "blocked", "failed", "error", "issue", "bug"#### 2e. Decision Patterns
Analyze decisions across sessions:
Generate a structured markdown report.
# Session Retrospective Report
> Period: {start_date} - {end_date}
> Sessions analyzed: {count}
> Generated: {current_date}
## Summary Statistics
| Metric | Value |
|--------|-------|
| Total sessions | {n} |
| PLAN sessions | {n} |
| ACT sessions | {n} |
| EVAL sessions | {n} |
| AUTO sessions | {n} |
| EVAL adoption rate | {n}% |
| Completion rate | {n}% |
## Top Agents
| Rank | Agent | Sessions | % |
|------|-------|----------|---|
| 1 | {agent} | {n} | {n}% |
| ... | ... | ... | ... |
## TDD Health
- Adherence rate: {n}%
- Test-first sessions: {n}
- Test-after sessions: {n}
- No-test sessions: {n}
## Recurring Issues
### {Issue Category}
- **Frequency**: {n} sessions
- **Pattern**: {description}
- **Impact**: {assessment}
## Key Decisions Timeline
| Date | Decision | Mode | Validated? |
|------|----------|------|------------|
| {date} | {decision} | {mode} | {yes/no} |
## Improvement Suggestions
### High Priority
1. {suggestion with rationale}
### Medium Priority
1. {suggestion with rationale}
### Process Observations
1. {observation}Generate actionable suggestions based on findings.
Auto-generate suggestions for:
| Pattern Detected | Suggestion |
|---|---|
| EVAL rate < 30% | Increase EVAL usage for quality gates |
| Single agent > 60% | Diversify specialist agents for broader coverage |
| TDD adherence < 50% | Reinforce test-first discipline with TDD skill |
| Same issue 3+ times | Create a checklist or rule to prevent recurrence |
| Blocked sessions > 20% | Investigate common blockers and add preventive steps |
| No decisions recorded | Improve decision documentation in context |
| Decisions reversed > 2x | Add EVAL validation before major decisions |
docs/codingbuddy/retrospective-{YYYY-MM-DD}.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.