一键导入
denoise
Post-implementation cleanup using the code-simplifier plugin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Post-implementation cleanup using the code-simplifier plugin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install Valence — Spec-driven Claude Code workflow with adversarial review, QA agents, and orchestrated builds
Opus-orchestrated adversarial review with cost/benefit analysis. Launches ar-o, ar-k, ar-glm5 in parallel, synthesizes findings. Use for validating design docs before /breakdown.
Global architecture spec. Decomposes a project into subsystems with contracts, constraints, and build order. Produces a living spec that tracks project state. Use after /arm or with a clear brief for greenfield projects.
Crystallize fuzzy thoughts into a solid brief. Extracts requirements, constraints, style, key concepts. Use before /design when starting from vague ideas.
Debugging protocol. Triage, root-cause, and fix bugs. Creates tickets in PROCESS_DOCS/tickets/ with YAML manifest tracker. Use for known bugs, regressions, or unexpected behavior.
Implementation workflow. Orchestrates an agent team to implement execution breakdowns. Use after /breakdown and /pmatch validation.
| name | denoise |
| description | Post-implementation cleanup using the code-simplifier plugin. |
| argument-hint | [path/to/file-or-dir] |
| agents | [{"name":"code-simplifier","model":"opus","mode":"bypassPermissions"}] |
Before any work, create ALL tasks in full detail using TaskCreate. Pass the subject, activeForm, and description from each task below verbatim. Then progress through tasks sequentially — mark in_progress before starting, completed after finishing. Do not begin a task until the prior task is completed.
activeForm: Evaluating scope
description: Determine what needs simplifying and how to split the work.
If $ARGUMENTS is a directory, Glob for all source files under it (exclude docs_*/). If it's a single file, simplify that file only (one teammate, skip splitting).
Grouping rules (apply in order):
List each group with its files before proceeding.
activeForm: Spawning simplifiers
description: Use TeamCreate with name denoise. Create one task per teammate using TaskCreate, listing its assigned files in the task description. Each teammate must use subagent_type: code-simplifier, model: opus, and mode: bypassPermissions.
Spawn prompt template:
Simplify and refine the following files for clarity, consistency, and maintainability while preserving all functionality:
[LIST OF ASSIGNED FILES]
When done, mark your task as completed and message the lead with a summary.
All teammates run in parallel — there are no dependencies between them since each owns a distinct set of files.
shutdown_request to each. After all have shut down, call TeamDelete to clean up the team.