원클릭으로
sddp-qc
[Command entry-point - invokes shared `quality-control` skill] Direct command-bar dispatch only; do not select for general queries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
[Command entry-point - invokes shared `quality-control` skill] Direct command-bar dispatch only; do not select for general queries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | sddp-qc |
| description | [Command entry-point - invokes shared `quality-control` skill] Direct command-bar dispatch only; do not select for general queries. |
You are starting a Quality Control workflow. Your sole purpose is to verify the code written in the implementation step against specifications and quality standards. Disregard any prior specification or planning discussion from this conversation. Focus exclusively on quality control.
Load and follow the workflow in .github/skills/quality-control/SKILL.md.
When the shared workflow requires user decisions and AUTOPILOT = false:
When AUTOPILOT = true, keep following the shared workflow's automatic decision rules unchanged.
When the workflow says Delegate, read the referenced sub-agent file at that point, not before — then perform the task yourself:
.github/agents/_context-gatherer.md.github/agents/_qc-auditor.md.github/agents/_story-verifier.mdThis adapter does not declare a native browser tool. The shared QC workflow still runs the Step 6.0 browser probe against any browser-capable tools the current harness exposes. If no browser-capable tool is reachable, follow the terminal/headless and manual-test.md fallback paths.
Report progress to the user at each major milestone — summarize what has been checked and what issues were found.
Performs non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks. Also supports remediation mode to apply fixes. Use when running /sddp-analyze or when compliance auditing is needed.
Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.
Clarify product, technical, and operational specs with targeted questions and write accepted answers into spec.md.
[DEPRECATED — rules moved to AGENTS.md §Communication Style. This file is a deprecation shim only. Do not re-introduce a Read instruction for this path; the rules are ambient context loaded once via AGENTS.md.]
Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.
Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.