원클릭으로
qd
Documentation QA audit. Checks for stale docs and code/doc drift.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Documentation QA audit. Checks for stale docs and code/doc drift.
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 | qd |
| description | Documentation QA audit. Checks for stale docs and code/doc drift. |
| argument-hint | [path/to/file-or-dir] |
| agents | [{"name":"qa-docs","model":"sonnet","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 auditing and how to split the work.
If $ARGUMENTS is a directory, Glob for all implementation files under it (exclude *.test.*, tests_*/, docs_*/, __tests__/, mocks/). If it's a single file, audit that file only (one teammate, skip splitting).
Grouping rules (apply in order):
List each group with its files before proceeding.
activeForm: Spawning auditors
description: Use TeamCreate with name qd. Create one task per teammate using TaskCreate, listing its assigned files in the task description. Each teammate must use subagent_type: qa-docs, model: sonnet, and mode: bypassPermissions.
Spawn prompt template:
Audit documentation for the following files:
[LIST OF ASSIGNED FILES]
When done, mark your task as completed and message the lead with your report.
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.