一键导入
install
Install Valence — Spec-driven Claude Code workflow with adversarial review, QA agents, and orchestrated builds
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install Valence — Spec-driven Claude Code workflow with adversarial review, QA agents, and orchestrated builds
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Post-implementation cleanup using the code-simplifier plugin.
| name | install |
| description | Install Valence — Spec-driven Claude Code workflow with adversarial review, QA agents, and orchestrated builds |
| allowed-tools | Bash(npx skillsets@latest *), Read, Glob |
Install Valence from the skillsets.cc registry into the current project directory.
Create ALL tasks upfront 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.
references/INSTALL_NOTES_VALENCE.md. Print: "Before installing Valence, review what's included:" followed by the ENTIRE install notes content VERBATIM — every line, every table, every paragraph of prose below the tables. Do NOT summarize, truncate, or omit any content. The prose paragraphs after tables contain critical reputation and context information that users need. Then note: "This skillset declares external dependencies listed above. Proceeding will install them." Then note the external plugin dependencies listed below. Ask the user to confirm they want to proceed. If confirmed: run npx skillsets@latest install @supercollectible/Valence --accept-mcp --accept-deps. If declined: stop.This skillset also uses external Claude Code plugins that are not bundled:
QUICKSTART_VALENCE.md — every skillset ships one. Identify each section that needs interactive walkthrough with the user. Sections vary by skillset but typically cover project configuration, style guides, agent tuning, templates, and infrastructure setup.AskUserQuestion — explain what needs customizing, present the options, and let the user decide. Only apply changes the user explicitly chooses. Never edit files autonomously — the user drives, you guide.npx skillsets@latest install @supercollectible/Valence [options]
| Flag | Description |
|---|---|
-f, --force | Overwrite existing files without prompting |
-b, --backup | Backup existing files before installation |
--accept-mcp | Accept MCP servers without interactive prompt |
--accept-deps | Accept runtime dependencies without interactive prompt |
The CLI handles:
--force or --backup