requirements-analysis

requirements-analysis is a skill for Claude Code from JeonJe/claude-plugins. It costs 69 tokens per session (1,754 once invoked), scanned A, original, MIT.

A requirements-analysis workflow that turns a product requirements document, or PRD, into clear, testable work items and a plan starting point.

In plain words
What is it for?
Use it to analyze or clarify a PRD or feature request before coding. It does not implement the feature.
Why use it?
It exposes missing decisions, separates facts from assumptions, and makes vague requests easier to implement correctly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dev-kit plugin — 6 skills shipped together

Good fit Use it to analyze or clarify a PRD or feature request before coding. It does not implement the feature.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeonje/claude-plugins/requirements-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JeonJe/claude-plugins --skill requirements-analysis
Clone the repo
git clone --depth 1 https://github.com/JeonJe/claude-plugins

Made for: Claude Code.

Or install dev-kit, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for requirements-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonje/claude-plugins/requirements-analysis.svg)](https://agentmods.dev/skills/jeonje/claude-plugins/requirements-analysis)
Your own site
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/requirements-analysis"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/requirements-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,754 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.01754
Opus 5 $0.00034 $0.00877
Sonnet 5 $0.00014 $0.00351
Haiku 4.5 $0.00007 $0.00175

Measured 7d ago against content hash d6241c245c07, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

requirements-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dev-kit/skills/requirements-analysis/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Requirements Analysis (PRD + Plan-Ready)

PRD/요청을 분석해 모호함을 제거하고, Claude가 바로 계획을 세울 수 있는 Requirements Analysis Packet을 만든다. 이 단계에서는 코드 구현을 하지 않는다 — 분석 결과의 신뢰가 후속 plan/구현 품질을 결정한다.

Use Cases

Input Action Output
"PRD 분석해줘" + PRD 텍스트/파일 PRD 요약 → scope 분해 → gap 탐지 → 수용기준 → Plan Seed Requirements Analysis Packet 8 섹션 (요구사항 매트릭스 + Decision + Plan Seed)
"요구사항 명확히" + 모호한 기능 요청 갭 식별 → 옵션 2-3개 + 권장안 Decision 목록 + 사용자 확인 후 packet 갱신
"Plan Seed 생성" + 확정 PRD acceptance criteria + constraints + risks 정리 계획 단계 입력용 텍스트 블록

Goal

  • PRD를 구현 가능한 단위로 분해
  • 누락된 의사결정을 드러내고 질문으로 확정
  • 작업계획 품질이 높아지도록 입력 품질을 고정

Quality Bar

  1. 요구사항은 검증 가능한 문장(pass/fail)이어야 한다.
  2. 사실(Fact)과 가정(Assumption)을 분리한다.
  3. 범위(In/Out)를 분명히 나눈다.
  4. 핵심 리스크와 대응을 우선순위로 제시한다.
  5. 다음 단계(계획)에서 바로 쓸 수 있는 패킷으로 끝낸다.

Workflow

  1. (조건부) 환경 제약사항 조사 — 외부 평가자가 있거나 시간이 제한된 작업(코딩 테스트, 해커톤, 클라이언트 데모)일 때만. 착수 전에 작업 환경의 제약을 조사해 packet의 제약·우선순위로 주입한다:
    • 형식: 제한 시간, 필수/선택 과제 분리 여부와 개수, 제출 후 구술 질문(내 산출물 설명) 유무
    • 도구 정책: AI 도구 허용 범위, 평소 쓰던 개인 하네스·설정·플러그인 반입 가능 여부 (가능하면 반입이 곧 준비)
    • 평가 신호: 주최측 기술 블로그의 채점 파이프라인/평가 철학 글, 이전 회차 응시 후기, 회사 스택 — "무엇을 채점하나"(코드 완성도만인가, 문제 정의·프롬프트·검증 과정까지인가)를 추정
    • 과정 기록형 평가 도구(전용 IDE/평가 솔루션에서 프롬프트·반복 과정 자체가 기록·채점되는 형식)가 확인되면: AI 협업 기록은 제출용으로 나중에 정리하는 게 아니라 작업 중 실시간으로 남는 것 — 프롬프트 하나하나가 채점 대상이라는 전제로 작업한다
    • 조사 결과 → §4 Constraints에 "환경 제약"으로, 필수/선택 구조 → 계획 단계의 Cutline에 매핑
  2. PRD 요약: 문제/목표/대상 사용자/성공지표를 1-2문장으로 재정의
  3. 요구사항 분해: 기능/비기능/제약(기술, 일정, 정책) 분리
    • (조건부) 기능 What tree: 기능 3개 초과 또는 In/Out 경계 모호 시, 요청 목표 → 하위기능 → leaf로 분해하는 What tree 1장을 먼저 그린다. 각 leaf가 §3 Requirement Matrix의 한 행 — 분해 완전성("빠짐없이 덮었나")을 강제. 기능이 단순·명백하면 생략하고 바로 매트릭스로.
  4. 갭 탐지: 누락 결정사항과 모호한 표현 식별
    • (조건부) 퀘스천맵: 빠진 관점 발굴이 목적일 때, 중심 "이 PRD에서 무엇을 물어야 하나"에서 scope / behavior / data / constraints / edge / 실패모드로 방사한다. 미응답으로 남은 가지(갭)가 §5 Decision 항목으로 승격. (대화형 명확화가 이미 진행 중이면 생략 — 정적 분석용일 때만)
  5. 의사결정 제안: 각 갭마다 옵션 2-3개 + 트레이드오프 + 권장안
  6. 수용기준 작성: Given/When/Then 또는 측정 가능한 pass/fail 기준으로 명시 — 비검증 가능한 문장은 후속 단계에서 해석 차이 유발
  7. 계획 입력 패킷 생성: 아래 고정 포맷으로 출력
  8. 본 단계에서 코드 구현 금지 — 패킷 신뢰가 후속 plan/구현 품질을 결정

Read the full file on GitHub · 138 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 138 lines · 69 tokens per session scan A d6241c245c07

Subscribe to this mod's changes

requirements-analysis is a skill published in the GitHub repository JeonJe/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 1,754 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.