skills/strategy-impact-log/exports/claude/SKILL.md
Record and track strategy proposals, code changes, performance metrics, issues encountered, and their cumulative effects on final results to maintain a durable audit trail of what was tried, what worked, and what didn't.
npx skillsauth add balandongiv/agent-skillbook strategy-impact-logInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to maintain a durable, auditable record of strategies proposed, code changes made, performance observations, issues encountered, and how these decisions have affected final results. The goal is to make it easy for you or anyone reviewing the work later to understand not just what was tried, but why it was tried, whether it worked, and how it shaped the final solution.
Rather than treating strategy decisions as ephemeral conversation, record them as first-class artifacts that can be referenced, compared, and reasoned about later.
When you propose a new approach, alternative direction, or significant change in how to solve the problem, create an entry. Do not assume you will remember the reasoning later—document it now.
Do not just describe a strategy in isolation. Record:
After a strategy is implemented, capture its effects:
Not every strategy works perfectly. Document:
When multiple approaches exist, the log enables side-by-side comparison:
Document how strategies evolved over time:
When you propose or identify a new strategy, create a markdown entry in the strategy log with:
## Strategy: [Clear, concise strategy name]
**Date**: YYYY-MM-DD
**Proposal**: [What is the core idea? Why consider this approach?]
**Rationale**: [Why might this work? What problem does it solve?]
**Status**: Proposed / In Progress / Completed / Abandoned
### Implementation
**Files Changed**:
- `path/to/file.py` (lines X-Y): [brief change description]
- `path/to/module/`: [file or module pattern affected]
**Commits**:
- `abc1234`: [commit message]
- `def5678`: [commit message]
### Performance & Metrics
**Before**: [old metric values with sources]
**After**: [new metric values with sources]
**Change**: [+X%, improvement/regression description]
### Issues Encountered
- **Issue 1**: [description and impact]
- **Issue 2**: [description and impact]
### Outcome
[Did it succeed? Fail? Partially? Why?]
### Learnings
[What did we learn from this attempt? What would you do differently next time?]
As you make code changes in service of the strategy:
Once the strategy is implemented, run the relevant tests, evaluations, or observations:
As you implement, issues will emerge. Record them:
Once the strategy is fully executed or abandoned:
When new strategies are proposed, consult the log:
When testing two approaches:
## Strategy: Approach A vs Approach B
**Proposal**: Compare two implementations to determine which is better.
### Approach A: [Name]
- Implementation: [details]
- Metrics: [numbers]
- Trade-offs: [description]
### Approach B: [Name]
- Implementation: [details]
- Metrics: [numbers]
- Trade-offs: [description]
### Decision
[Which won? Why? What clinched it?]
When a strategy needs multiple attempts:
## Strategy: [Name] — Iteration 1/2/3
**Date**: YYYY-MM-DD
**Previous Attempt**: [Link to earlier iteration]
**Change From Last Attempt**: [What specifically did we try differently?]
**Status**: Completed
### Results
[How did this iteration perform compared to the last?]
### Next Steps
[Do we need iteration 4? Or is this approach done?]
When a strategy doesn't work out:
## Strategy: [Name]
**Proposal**: [What we tried]
**Status**: Abandoned
**Reason**: [Why we stopped pursuing this]
### What We Learned
[Even though it didn't work, what was valuable to discover?]
### Why This Matters
[Could it be useful in the future? What would need to change?]
tools
One-sentence description of what this skill does and when to use it.
tools
One-sentence description of what this skill does and when to use it.
documentation
Review per-subject performance to identify likely outliers, distinguish bad data from difficult but valid cases, and document whether subject exclusion is justified before any filtered rerun.
documentation
Review per-subject performance to identify likely outliers, distinguish bad data from difficult but valid cases, and document whether subject exclusion is justified before any filtered rerun.