By chkim-su
Strict migration plugin with bootstrap requirement: /bootstrap must run first, manual workarounds blocked, enforcement scripts must exist for /migrate to work
A Claude Code plugin that enforces strict implementation standards during refactoring and migration work.
claude plugins install chkim-su/migration
Clone this repository to your Claude plugins directory:
git clone https://github.com/chkim-su/migration ~/.claude/plugins/local/strict-migration
Then enable in settings:
{
"enabledPlugins": {
"strict-migration@local": true
}
}
| Command | Description |
|---|---|
/strict-migration:migrate | Full migration workflow with all enforcement |
/strict-migration:analyze | Quick SOLID violation analysis |
/strict-migration:audit | Implementation quality audit |
1. /strict-migration:migrate src/
2. Select scope: MVP or Full (BINDING)
3. Define features in scope
4. SOLID analysis runs
5. Migration plan created
6. For each implementation phase:
└→ Implement
└→ Audit checkpoint (MUST PASS)
└→ Continue
7. Final audit (MUST PASS)
8. Two-phase testing:
└→ Phase 1: Static tests
└→ Phase 2: Real simulation
9. Complete (only if all pass)
| Pattern | Reason |
|---|---|
// TODO | Incomplete work |
// FIXME | Known issues not fixed |
throw NotImplementedException | Placeholder code |
return null (without logic) | Dummy implementation |
| Hardcoded API URLs | Configuration violation |
| Scope reduction without approval | Contract violation |
solid-design-rules - SOLID principles and TDD enforcementstrict-implementation-rules - MVP/Full scope and anti-dummy rulessolid-analyzer - SOLID violation detectionmigration-planner - Safe migration planningimplementation-auditor - Dummy/hardcode detectiontest-executor - Two-phase test executionpre-test-audit - Blocks testing until audit passes"If you haven't tested it like a real user would use it, you haven't tested it at all."
This plugin ensures that:
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chkim-su/migration --plugin strict-migrationMulti-command workflow system for creating Claude Code plugin components with daemon-owned policy and explicit phase transitions
Oracle-powered autonomous development pipelines with Gemini-Claude orchestration
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.