Install
$ agentstack add skill-netanel-abergel-pa-skills-self-reflection ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Self-Reflection
Use this when the owner wants a real operating change, not just a nicer reply.
Goal
Convert vague dissatisfaction into technical updates to prompts, memory, skills, config, tooling, or routines.
1. Understand the Problem
Ask at most 2-3 focused questions, only if needed:
- What specifically went wrong?
- What should have happened instead?
- Is this a local tweak or a deeper operating issue?
If the failure is already clear from context, skip the questions and move to diagnosis.
2. Deep System Scan
Read broadly before changing anything.
Core behavior
Check the relevant parts of:
SOUL.mdIDENTITY.mdUSER.mdMEMORY.md- relevant daily notes
- tool or channel instructions that affect the behavior
Skills
Check:
- the directly related workspace skills
- any bundled skill that overlaps
- collisions where a workspace skill overrides a bundled one
Runtime / config
Check anything relevant to the issue:
- model or routing settings
- channel behavior
- queue / heartbeat behavior
- crons
- helper scripts or hooks
3. Diagnose
Present a short diagnosis before editing behavior-critical files:
- Root cause — what produced the bad behavior
- Proposed changes — exact files to change
- Side effects — what else those changes might affect
- Alternatives — only if there are real tradeoffs
Do not offer fake fixes like "I'll be more careful" unless that is backed by a concrete system change.
4. Implement After Approval
Once approved, make the changes concretely:
- edit prompts or memory files
- create or update skills
- adjust scripts, hooks, or config
- add/remove cron behavior if timing is the issue
Prefer the smallest durable fix that prevents repeat failures.
5. Verify
- Re-read the changed files for consistency.
- Run a small proof when possible: test, grep, diff, or reproduction check.
- Document what changed and why.
- Commit the changes.
Principles
- Scan everything relevant, then change only what matters.
- Behavioral fixes need technical artifacts.
- Owner approval is required before changing core behavior rules.
- If a limitation is model-level, say that plainly.
- The output of reflection is a durable improvement, not a performance of regret.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: netanel-abergel
- Source: netanel-abergel/pa-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.