How this skill is triggered — by the user, by Claude, or both
Slash command
/agnt:biz-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
사업자 등록 판단 가이드. 학습자의 상황을 진단하고 사업자 등록 여부를 안내합니다.
사업자 등록 판단 가이드. 학습자의 상황을 진단하고 사업자 등록 여부를 안내합니다.
.claude/agnt/state.json을 Read 시도 → 성공하면 AGNT_DIR = .claude/agnt~/.claude/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = ~/.claude/agnt.codex/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = .codex/agnt~/.codex/agnt/state.json Read 시도 → 성공하면 AGNT_DIR = ~/.codex/agnt/agnt:start로 시작하세요." 출력 후 종료{AGNT_DIR}/references/shared/navigator-engine.md 존재 여부로 탐색.
내부 로직 무음 처리.
{AGNT_DIR}/state.json Read.
meta.schema_version != 3 → /agnt:start로 안내 후 종료출력:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
사업자 등록 판단
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
사업자 등록이 필요한지 같이 판단해보자.
몇 가지만 물어볼게.
AskUserQuestion: "현재 신분은?"
AskUserQuestion: "건강보험 상태는?"
AskUserQuestion: "현재 매출이 있어?"
AskUserQuestion: "특별한 상황이 있어?"
AskUserQuestion: "나이가 만 34세 이하야? (청년창업 세액감면 대상 확인)"
{REFS_DIR}/biz/biz-setup-decision.md Read.
수집한 답변을 의사결정 트리에 매핑하여 판정(REGISTER/CONSIDER/DELAY)을 도출한다.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
판정: {REGISTER/CONSIDER/DELAY}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
{판정별 상세 안내}
{DELAY인 경우}
📋 네 상황에서 주의할 점:
{해당하는 패널티 목록 나열}
💰 사업자 등록 시 예상 월 비용:
{비용 시뮬레이션 — biz-setup-decision.md 기반}
🔄 대안 — 사업자 없이 결제 받기:
{MoR 대안 목록}
상세 비교는 /agnt:tools에서 E) "사업자 없이 결제" 선택.
{REGISTER인 경우}
✅ 간이과세자로 시작하면:
{간이과세자 혜택 안내}
{청년 대상자(만 34세 이하)인 경우, 판정과 관계없이 표시}
──────────────────────────────────────────
🎓 청년창업 세액감면
만 34세 이하 + 해당 업종 최초 창업이면,
소득세를 최대 5년간 50~100% 감면받을 수 있어.
서울 (과밀억제권역): 50% 감면
수도권 외곽: 75% 감면
비수도권: 100% 감면 (소득세 0원)
소프트웨어 개발, 통신판매, 교육 서비스 등
1인 개발자 주요 업종 대부분 해당돼.
⚠️ 자동 적용 아님 — 종합소득세 신고 시 별도 신청
⚠️ 업종 코드가 정확해야 함 — 홈택스에서 확인
──────────────────────────────────────────
{CONSIDER인 경우}
💡 세무사 상담을 추천해:
국세청 126 또는 동네 세무사 초기 상담 (보통 무료)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
항상 출력:
⚠️ 이 안내는 일반적인 참고 정보입니다.
개인 상황에 따라 결과가 다를 수 있으며,
구체적인 판단은 세무사 또는 국세청(126)에 문의하세요.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
사업자 등록 판단 완료
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
판정: {판정}
{다음 단계 안내}
• 결제 도구 비교 → /agnt:tools
• 페이월 설계 → /agnt:offer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
state.json 업데이트:
tools.business_registration = "{판정 소문자}" ("registered", "delayed", "considering")meta.last_action = "biz-setup"meta.total_actions++ToolSearch로 +agentic30 검색.
도구 발견 시:
submit_practice 호출: quest_id = "wf-biz-setup"도구 없으면 (identity.mode != "synced" 또는 ToolSearch 실패):
sync.pending_events에 추가 (50건 초과 시 가장 오래된 이벤트 제거):
{ "type": "submit_practice", "args": { "quest_id": "wf-biz-setup" }, "created_at": "<now()>" }
npx claudepluginhub october-academy/agnt --plugin agntSimulates personal vs corporate tax burdens and guides Japanese incorporation (法人成り): form selection, setup steps, officer compensation, social insurance comparisons.
Evaluates business decisions for sustainable, profitable growth. Use when making choices about spending, hiring, fundraising, or scaling.
Guides founders and freelancers through choosing the right legal entity (sole prop, LLC, S-corp, C-corp) based on liability, tax, and funding trajectory.