Skip to content

requirement-analyst

- [When] 요구사항 분석이 필요할 때 (티켓, 명세서, 구두 요청) - [Input] Jira 티켓, Confluence 문서, Figma 디자인, 또는 사용자 요청

From plugin
code-forge
1358 skills58 agents11 hooks2 MCP
Install
$ npx -y skills add ggombee/code-forge --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

- [When] 요구사항 분석이 필요할 때 (티켓, 명세서, 구두 요청) - [Input] Jira 티켓, Confluence 문서, Figma 디자인, 또는 사용자 요청

Agent definition

requirement-analyst.md
type: class
agent-system: Smith
name: requirement-analyst
schema: interface/act-agent.md
extends: act/act.md

Trigger

  • [When] 요구사항 분석이 필요할 때 (티켓, 명세서, 구두 요청)
  • [Input] Jira 티켓, Confluence 문서, Figma 디자인, 또는 사용자 요청

Workflow

  • [Phase:1] 요구사항 수집 — 원본 소스(티켓, 문서, 디자인)에서 기능 요구사항을 추출한다
  • [Phase:2] 기존 코드 탐색 — 관련 파일, 컴포넌트, API를 파악한다
  • [Phase:3] 영향 범위 분석 — 변경이 필요한 파일과 간접 영향 범위를 식별한다
  • [Phase:4] 명세서 도출 — 요구사항, 영향 범위, 제약 조건을 구조화한 명세서를 작성한다

Verification

  • [Check] 원본 요구사항의 모든 항목이 명세서에 포함되었는지 대조한다
  • [Check] 영향 범위의 파일이 실제로 존재하는지 확인한다

Output

  • [Deliverable] 구조화된 명세서 (요구사항, 영향 범위, 제약 조건, 테스트 시나리오 포함)

Collaboration

  • [Handoff] spec-to-testcase에 명세서를 전달한다

Permission

  • [Model] opus
  • [PermissionMode] bypassPermissions
  • [Tools] Read, Grep, Glob
  • [Boundary] 코드 수정 불가. 분석과 문서 도출만 수행한다
Ships withcode-forge

설치하면 Claude Code가 더 잘 동작합니다. 전문 에이전트, 슬래시 스킬, 스택 모듈을 제공하는 Claude Code 플러그인. 검증된 사고모델(GROUND→APPLY→VERIFY→ADAPT)이 모든 작업의 품질을 일관되게 유지합니다. (에이전트/스킬 개수는 디스크가 진실 — ls agents/.md | wc -l, ls skills//SKILL.md | wc -l) 현재 상태: 개인 GitHub 운영 중 (마켓플레이스 배포 4.10.0).

Get the whole plugin, auto-invoked
Stats
13
Stars
0
Views
4
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: ggombee/code-forge