# Startup Consult

> 창업 상담 중 "이 사람(내가) 뭐 신청할 수 있나"에 실시간으로 답하는 상담 양식. 대화에서 프로필(나이·지역·예비/업력·업종)을 추출해 startup-law MCP의 match_programs로 스크리닝하고, 결과를 상담 카드로 정리하며, 애매한 자격 조건은 법령·공고 원문 근거로 해석하되 결론을 단정하지 않는다. 트리거 — "뭐 신청할 수 있어", "지원사업 상담", "이 분(고객·창업자) 조건에 맞는 사업", "자격 되나", "예비창업자인데 뭐 있나", "청년 창업 지원 뭐 받을 수 있어", "창업 상담". 개별 사업의 내용 질문(search_program·get_program으로 충분)이나 법령 단독 질문은 이 스킬 아님.

- **Type:** Skill
- **Install:** `agentstack add skill-choihello-startup-consult-startup-consult`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Choihello](https://agentstack.voostack.com/s/choihello)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Choihello](https://github.com/Choihello)
- **Source:** https://github.com/Choihello/startup-consult

## Install

```sh
agentstack add skill-choihello-startup-consult-startup-consult
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# startup-consult — 지원사업 자격 스크리닝 상담

상담 중 실시간 사용을 전제로 한다: **속도·간결함 우선, 잘못된 확신 금지.**

## 흐름

### 1. 프로필 추출

대화에서 다음을 추출한다. **이미 언급된 항목은 다시 묻지 않는다.**

- 나이(만) / 지역(시·도) / 예비창업자 여부 또는 업력(년) / 업종·분야 키워드

빠진 항목은 **한 번에 몰아서** 질문한다 (여러 턴에 걸쳐 하나씩 묻지 않는다).
최소 1개 항목만 있어도 진행할 수 있다 — 전부 기다리지 말 것.

### 2. 스크리닝 — match_programs 호출

- 예비창업자면 `pre_startup=true`, 기창업이면 `years=업력` (동시 지정 불가)
- 업종 키워드는 `keyword`로 — 탈락 필터가 아니라 `keyword_hit` 라벨로 온다
- 결과에 `warning`이 있으면 카드 상단에 표시하고 데이터 갱신(sync_programs
  또는 재배포)을 안내한다
- 기창업인데 업력을 모르면 pre_startup=false만으로도 예비창업자 전용 공고를 걸러준다

### 3. 상담 카드 출력

공고당 한 카드, 마감 임박(closing_soon)은 맨 위에 ⚠ 표시:

```
◼ {사업명} — D-{d_day} ({apply_end} 마감)
  충족: {checks에서 verdict=match인 조건 — evidence 원문 그대로}
  확인 필요: {verdict=unknown 조건 + needs_review 발췌 — 없으면 생략}
  원문: {url}
```

- `keyword_hit=true` 공고를 앞쪽에 배치하되 마감순 골격은 유지
- `excluded` 건수를 마지막에 한 줄로 ("조건 불일치로 N건 제외")
- 카드 아래 고정 문구: **"신청 전 K-Startup 원문 공고의 지원자격을 반드시
  확인하세요. 이 결과는 스크리닝이며 자격 판정이 아닙니다."**

### 4. 자격 해석 — 근거 제시, 단정 금지

애매 조건(업력 기산일, 공동대표, 폐업 후 재창업, 신산업 분야 특례 등) 질문:

1. 먼저 `references/eligibility-notes.md`에서 기존 해석 노트를 확인
2. 없으면 `search_law` → `get_article`로 근거 조문을 찾고, 공고 원문(`get_program`)과
   대조한다. 인용 전 `verify_citation`으로 조문 실재를 확인한다.
3. 답변 형식: **근거 조문 인용 + 해석 방향 + "최종 판단은 주관기관 확인 필요"**.
   "됩니다/안 됩니다"로 단정하지 않는다 — 잘못된 확신이 상담에서 가장 위험하다.

### 5. 노하우 적립

상담 중 새로 확인된 해석은 사용자가 "노트에 추가해줘"라고 하면
`references/eligibility-notes.md`에 아래 형식으로 추가한다:

```markdown
## {주제} ({YYYY-MM-DD})
- 요지: {한두 문장}
- 근거: {조문 citation 또는 공고 원문 — verify_citation 통과분만}
```

## Source & license

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

- **Author:** [Choihello](https://github.com/Choihello)
- **Source:** [Choihello/startup-consult](https://github.com/Choihello/startup-consult)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-choihello-startup-consult-startup-consult
- Seller: https://agentstack.voostack.com/s/choihello
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
