| 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:
- Ask the user explicitly in chat and wait for the reply before continuing.
- Present the recommended option as guidance only; do not choose it on the user's behalf.
- Allow free-form answers anywhere the shared workflow allows them.
- Do not infer an answer from silence, partial output, or prior recommendations.
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:
- Delegate: Context Gatherer →
.github/agents/_context-gatherer.md
- Delegate: QC Auditor →
.github/agents/_qc-auditor.md
- Delegate: Story Verifier →
.github/agents/_story-verifier.md
This 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.