# Hypothesis Formation Quality Gate Check

> Shared SOP: General quality-gate check (format completeness, logical consistency)

- Skill: `yogsoth-ai/hypothesis-formation-quality-gate-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/hypothesis-formation-quality-gate-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/hypothesis-formation-quality-gate-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/hypothesis-formation-quality-gate-check

---


# Quality Gate Check

General quality-gate check — verify the format completeness and logical consistency of a deliverable.

## HARD-GATE

<HARD-GATE>
Input must contain: at least 1 deliverable to check.
</HARD-GATE>

## Pipeline

1. **Precondition check**: Is the deliverable non-empty
2. **Format completeness**: Does it contain all required fields
3. **Logical consistency**: Are the parts contradictory
4. **Citation completeness**: Do the cited sources exist
5. **Actionability**: Is the deliverable specific and executable enough
6. **Overall determination**: PASS / FAIL
7. **Output**: Determination + issue list (if any)

## Check Dimensions

| Dimension | What is checked | FAIL condition |
|------|---------|----------|
| Format completeness | Are all required fields present | Missing required fields |
| Logical consistency | Are the parts contradictory | Internal contradiction exists |
| Citation completeness | Are cited sources traceable | Citation cannot be verified |
| Actionability | Is it specific enough | Too abstract to execute |
| Unambiguity | Are there multiple interpretations | Key terms are ambiguous |

## Output Format

```
Judgment: PASS / FAIL
Issues found: [count]
Issue list:
  1. [dimension]: [specific issue] — [correction suggestion]
  2. ...
Severity: CRITICAL / MINOR (per issue)
```

