원클릭으로
source-command-qa-test-plan
QA — generate a 3-layer test plan (happy / edge / failure) for a scope, before writing test code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
QA — generate a 3-layer test plan (happy / edge / failure) for a scope, before writing test code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Domain Engineering diagnostic — shows what the classifier decides for an objective (CMIS/DAS/profile/skills/mode). Observation-only; never mutates or blocks.
Business-driven methodology entry point — classify (intake), create/advance an Operation or Business work context, and drive the intake → operation → nested-workflow flow. Host-neutral; dry-run by default.
Workflow Navigator — shows the current phase, deliverables, and next commands for an ADR-0057 workflow. Read-only; never mutates state.
Start a focused session on one objective — locks scope, blocks opportunistic refactors.
Deterministic QA gate (ADR-0055) — run the project suite; green + complete acceptance criteria ⇒ qa-approve testing cards into conclusion; red ⇒ report (and qa-reject only attributable failures).
L6 — autonomous feature pipeline. Drives the full squad: design → implement → review → test → log. Checkpoints can be manual or automatic.
| name | source-command-qa-test-plan |
| description | QA — generate a 3-layer test plan (happy / edge / failure) for a scope, before writing test code. |
Use this skill when the user asks to run the migrated source command test-plan.
Produce a shift-left test plan for: $ARGUMENTS (if empty, infer from the current change / recent edits).
Act as qa-orchestrator:
node contextkit/tools/scripts/scaffold-tests.mjs plan "$ARGUMENTS" --json
and use the detected stacks/runners as the deterministic starting point.contextkit/config.json → qa (criticalPaths, coverageTarget) and the
project's existing test setup so the plan fits the stack.qa.criticalPaths (these get priority)./scaffold-tests can route it.Do not write test code here — this is the plan. Offer /scaffold-tests next.