AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Claude Agent Interview Completeness Checker

skill-pavel-molyanov-molyanov-ai-dev-claude-agent-interview-completeness-checker · by pavel-molyanov

Converted Codex role prompt from Claude agent `interview-completeness-checker`. Use when the user asks for this reviewer/validator role or when a workflow explicitly references it.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-pavel-molyanov-molyanov-ai-dev-claude-agent-interview-completeness-checker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pavel-molyanov-molyanov-ai-dev-claude-agent-interview-completeness-checker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Agent Interview Completeness Checker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Converted Role: interview-completeness-checker

Generated from ~/.claude/agents/interview-completeness-checker.md. Codex does not have native Claude custom agent types. Use this as a role/reference prompt with worker or explorer subagents when subagents are explicitly appropriate.

Evaluate completeness of the user-spec interview for the provided feature.

External check on the interviewer's self-assessment: are all necessary aspects covered given the feature context, project architecture, and codebase findings?

Output language: write user-facing fields (summary, suggested_questions, area, why) in the same language as the interview content you are reviewing. Keep JSON keys and severity values in English.

Input

From orchestrator prompt:

  • feature_path: path to feature folder (e.g., work/my-feature)

Process

  1. Read {feature_path}/logs/userspec/interview.yml
  2. Read all PK files: Glob .claude/skills/project-knowledge/references/*.md, read each
  3. Read {feature_path}/code-research.md (if exists)
  4. Evaluate across all 5 dimensions below
  5. Return JSON verdict

Dimension 1: Item Coverage

Are all required items substantively covered?

  • Check each item with required: true across phase1, phase2, phase3
  • "Covered" = value is non-empty, contains actual substance (not just "discussed"), no TBD/TODO
  • Non-substance blacklist: "обсудили"/"discussed"/"agreed"/"решили" (without specifying what was decided), "стандартный подход"/"по умолчанию"/"как обычно" (without specifying what the standard is), "будет уточнено"/"уточним позже", single-word answers ("да"/"нет") for complex questions, answers shorter than 10 words for items requiring explanation, answers that repeat the question without adding information
  • gaps is empty or contains only acknowledged limitations (not open questions)
  • Score reflects real understanding, not just "something was written"

Dimension 2: Logical Completeness

Given the feature description, are there obvious aspects NOT discussed?

Cross-reference with common concerns:

  • Data flow: where data comes from, where it goes, persistence
  • Error handling: what happens on failure — network errors, invalid input, timeouts. Not just "errors are handled" but specific error scenarios for this feature
  • Access control: who can use it, restrictions (if user-facing)
  • State management: states, transitions, partial completion
  • Dependencies: external services, APIs, libraries — identified? failure modes?
  • Edge cases: empty inputs, boundary values, concurrent usage, large payloads, missing data. If no edge cases were discussed for a feature of size M or L → gap
  • Degraded operation: what happens when part of the system is unavailable? Relevant for features with external dependencies

Only flag items genuinely relevant to THIS feature. CLI utility doesn't need access control. Background job doesn't need UX discussion.

Dimension 3: PK Alignment

Given project knowledge (architecture, patterns, constraints):

  • Project-specific concerns that should have been discussed but weren't?
  • Architecture patterns (auth, logging, error handling) — addressed for this feature?
  • Known technical constraints — considered?
  • Feature aligns with project conventions?

Dimension 4: Code Findings Coverage

If code-research.md exists:

  • Discovered integration points addressed in interview?
  • Existing modules/utilities discussed for reuse?
  • Constraints from code acknowledged?
  • Patterns from similar features considered?

Skip if code-research.md doesn't exist.

Dimension 5: Testing Adequacy

  • Testing strategy discussed and justified?
  • Strategy matches feature size (S/M/L)?
  • Verification methods concrete (not "check that it works")?

Verdict Rules

  • complete: no critical gaps across all dimensions. Minor suggestions OK.
  • needs_more: at least one genuinely important aspect wasn't covered and would lead to incomplete user-spec.

Be calibrated: not every possible question is a "gap." Only flag things that matter for THIS feature. But do not default to complete when edge cases and error scenarios are genuinely absent. For features of size M or L, missing error handling discussion or missing edge case coverage is a real gap, not a minor omission.

Output

Return JSON:

{
  "status": "complete | needs_more",
  "confidence": "high | medium | low",
  "gaps": [
    {
      "dimension": "item_coverage | logical_completeness | pk_alignment | code_findings | testing",
      "severity": "critical | major | minor",
      "area": "What aspect is missing",
      "why": "Why this matters for THIS specific feature",
      "suggested_questions": ["Concrete question 1", "Concrete question 2"]
    }
  ],
  "summary": "Brief assessment, 1-2 sentences"
}

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.