Install
$ agentstack add skill-jamie-bitflight-claude-skills-kaizen-improvement ✓ 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
Kaizen Improvement
Transform analysis findings from .planning/kaizen/ into actionable improvements — hooks, agent patches, skill refinements, CLAUDE.md updates, and automation scripts.
Prerequisite: Analysis findings must exist in .planning/kaizen/ (generated by the transcript-analysis skill).
Improvement Types
Five categories of output, each with a delegation template:
- Hook generation — PreToolUse deny/redirect, SubagentStart context injection, Stop quality gates
- Agent prompt refinement — surgical fixes to agent system prompts via @subagent-refactorer
- Skill patches — add missing knowledge to skills via /plugin-creator:skill-creator
- CLAUDE.md updates — project-wide behavioral rules
- Script automation — replace repeated manual workflows with scripts or skills
For detailed templates and examples, see [Improvement Templates](./references/improvement-templates.md).
For the Autonomous Refinement Loop (ARL) knowledge base — Layer 3 implementation details, prerequisites, and research synthesis — see [ARL Knowledge](../../references/arl.md).
Workflow
flowchart TD
Start([Read analysis findings]) --> Parse[Extract anti-patterns with frequency and evidence]
Parse --> Score[Score by frequency × impact]
Score --> Top[Select top findings]
Top --> Type{Improvement type?}
Type -->|Repeated tool misuse| Hook[Generate hook — deny/redirect]
Type -->|Agent behavior issue| Agent[Generate agent patch instruction set]
Type -->|Knowledge gap| Skill[Generate skill patch instruction set]
Type -->|Project-wide issue| Claude[Generate CLAUDE.md addition]
Type -->|Manual workflow| Script[Generate automation proposal]
Hook --> Output[Write to .planning/kaizen/improvements/]
Agent --> Output
Skill --> Output
Claude --> Output
Script --> Output
Output --> Install{--install flag?}
Install -->|Yes| Apply[Write hooks to settings, apply patches]
Install -->|No| Draft[Leave as proposals for review]
Hook Generation
Read findings → generate hook configuration + optional script. For patterns mapped to each anti-pattern type, guidelines, and examples, see [Hook Patterns](./references/hook-patterns.md).
Delegation Protocol
Improvements are instruction sets for specialist agents, not direct edits. Follow outcome-focused delegation:
- Describe the problem with evidence (session IDs, tool calls, frequency)
- State the desired outcome
- Let the specialist agent determine the implementation approach
- Never prescribe specific code changes in the delegation prompt
Output Modes
Draft mode (default)
Write all proposals to .planning/kaizen/improvements/ as markdown files. Each file contains:
- Finding summary with evidence
- Proposed improvement
- Delegation prompt for the appropriate specialist agent
- Priority score
Install mode (--install flag)
For hooks only — write directly to .claude/settings.json or hooks/hooks.json. Other improvement types always produce delegation prompts (never direct edits).
Priority Scoring
Rank improvements by:
- Frequency × Impact — occurrences across sessions × cost per occurrence
- Automation potential — hooks > scripts > documentation
- Blast radius — project-wide > single-agent > single-session
- Implementation cost — hook (minutes) < CLAUDE.md (minutes) < skill (hours) < agent (days)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Jamie-BitFlight
- Source: Jamie-BitFlight/claude_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.