원클릭으로
simplify-jules
On-demand config hygiene — analyzes cold-start bundle for waste, duplication, and stale content
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
On-demand config hygiene — analyzes cold-start bundle for waste, duplication, and stale content
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-of-conversation shipping and review workflow. Use when the user says wrap up, close out, end session, ship this, commit and push, prepare handoff, or asks for a session closeout. Runs a scheduler-safe preflight, verifies work, commits and pushes specific files when appropriate, captures open loops and improvement candidates, and ends with a clear handoff.
Software development end-to-end: scope -> design -> plan -> execute -> deploy. Merges scope, writing-plans, executing-plans, and subagent-driven-development. Use when the user says 'build', 'implement', 'code', 'write a script', 'create a feature', or when /think chains here after identifying a concrete software deliverable.
Structured debugging methodology that finds root causes before attempting fixes. Reproduces issues, traces data flow, forms hypotheses, and tests one variable at a time. Use when encountering any bug, test failure, unexpected behavior, or error message. Triggers on 'debug', 'fix this bug', 'why is this failing', 'test failure', 'error', or any unexpected behavior. Do NOT use for feature requests (use /build) or general code questions.
Personal finance planning system for initial setup (interview), full reviews, and quick analysis. Tracks net worth, runway, spending, taxes, investments, and retirement projections. Generates an HTML dashboard. Triggers on 'financial advisor', 'analyze my finances', 'review my finances', 'what's my runway', 'look at these statements', or when financial documents are dropped. Do NOT use for business revenue analysis or general math questions.
Present the daily operational briefing and start-of-day context. Use when the user says "good morning", "morning briefing", "what's today look like", "what do I have today", "morning rundown", "what's on my plate", "start of day", "weekly review", "weekly briefing", or "give me the weekly". Do NOT activate for casual mid-conversation "good morning" greetings when already deep in a task.
Plane.so project management interface via direct API scripts. Use when user says 'plane', 'check plane', 'update plane', 'GP-42', 'plane status', 'sync to plane', 'look up task', or any Plane-related project management action.
| name | simplify-jules |
| description | On-demand config hygiene — analyzes cold-start bundle for waste, duplication, and stale content |
On-demand config hygiene tool. Analyzes the full cold-start file bundle for waste, duplication, stale content, and consolidation opportunities. All proposals require [Your Name]'s approval — never auto-edit any file.
Read and count lines in every cold-start file:
~/.claude/CLAUDE.md and all @-imported files it referencesActive-Work/CLAUDE.md and all @-imported files it references.claude/rules/*.md files@-tagged profile files (Profiles/*.md)For each file, record: file path, line count.
Report:
Cold-Start Budget: X lines
Files scanned: N
Largest files: [top 5 by line count]
For each file, read every section (heading or logical block) and classify it:
| Classification | Definition |
|---|---|
| ACTIONABLE | Directly changes agent behavior — keep as-is |
| DOCUMENTATION | Describes or explains but doesn't change behavior — propose move to Documents/ |
| REDUNDANT | Already said elsewhere — propose cut, cite exact duplicate (file:line) |
| VAGUE | Too abstract to change behavior — propose cut or rewrite |
Output one table per file:
### ~/.claude/CLAUDE.md
| Section | Lines | Classification | Notes |
|---------|-------|----------------|-------|
| User Preferences | 1-3 | DOCUMENTATION | Says "see project CLAUDE.md" |
...
Cite line numbers for every section.
After reading all files, scan for:
Format:
### Duplicates
- "Stage specific files for commits" — rules/safety.md:12 AND CLAUDE.md:47
### Conflicts
- "Use Opus for complex analysis" (CLAUDE.md:89) vs "Default to Sonnet" (rules/models.md:5) — unclear precedence
### Consolidation
- Agent delegation rules split across CLAUDE.md:82-95 and rules/request-routing.md:44-60 — could merge
Flag the following:
personal-finance-health.md and any embedded financial data; flag if last review date is >30 days agoDocuments/Field-Notes/Logs/ for skill invocation history. Cross-reference against all @-tagged skills and skill references in CLAUDE.md. Flag skills with no invocation record in the last 30 days.Format:
### Stale Dates
- rules/personal-finance-health.md:5 — "Last updated: 2026-03-27" (N days ago)
### Stale Financial Data
- rules/personal-finance-health.md — last review 2026-03-27, N days ago. Flag for /financial-advisor refresh.
### Underused Skills (30+ days no invocation)
- /good-morning-demo — no log entry found
- /write-demo — no log entry found
Generate an IVE-scored proposal list:
IVE = Impact × Velocity × Efficiency (each 1–3, product 1–27)
| Dimension | 1 | 2 | 3 |
|---|---|---|---|
| Impact | Minor improvement | Moderate improvement | Significant improvement |
| Velocity | Slow to implement | Medium effort | Quick win |
| Efficiency | Few lines saved | Moderate savings | Many lines saved |
Sort proposals descending by IVE score.
For each proposal:
## [IVE: 18] Cut redundant safety rules from CLAUDE.md
**What:** Remove lines 44-52 in Active-Work/CLAUDE.md (git staging rules)
**Why:** REDUNDANT — identical content at rules/safety.md:10-18
**Lines saved:** 9
**Risk:** Low — content preserved at canonical location
**Cite:** Active-Work/CLAUDE.md:44-52 duplicates .claude/rules/safety.md:10-18
End with:
### Projected Budget
Before: X lines
After (if all proposals accepted): Y lines
Savings: Z lines (N%)
Write the full report to:
Documents/Field-Notes/Research/YYYY-MM-DD-Simplification-Scan.md
Use today's date. If a file with today's date already exists, append a new timestamped section rather than overwriting.
Report header format:
# Simplification Scan — YYYY-MM-DD HH:MM
Cold-Start Budget: X lines | Files: N | Run by: /simplify-jules