From context-fields
Simplifies specified system or approach to essentials by applying constraints: no unproven abstractions, no hypothetical solutions, prefer simple over complex, remove valueless elements.
npx claudepluginhub neovertex1/context-fieldsystem or approach to simplifyApply these constraints: $ARGUMENTS
/via-negativaApplies via negativa to a situation or current context, identifying bloat to remove for better outcomes. Outputs structured plan with subtraction candidates, keeps, improved state, and rejections.
/code-simplifySimplifies recently changed code (or specified scope) for clarity and maintainability by reducing complexity while preserving exact behavior and ensuring tests pass.
/simplifySimplifies complex code by reducing nesting, eliminating duplication, and improving clarity. Produces a report with before/after metrics, code changes, explanations, and test results.
/simplifySimplifies and refactors target code files or modules, reducing complexity and duplication while preserving behavior with included tests.
/plan_reviewReviews plans, tasks, or testing approaches for simplifications, flagging over-testing, wrong tests, missing paths, and complexity with prioritized recommendations.
/simplifyAnalyzes specified code scope (default: uncommitted changes) for duplication, dead code, unnecessary complexity, and AI bloat, producing a simplification report with follow-up options.
Share bugs, ideas, or general feedback.
Apply these constraints:
Do not add abstraction before proving it's needed.
Do not solve hypothetical future problems.
Do not use complex solutions when simple ones work.
Do not preserve complexity for its own sake.
What can be removed without losing value?
$ARGUMENTS