Agent skill
obsi-project-kickoff
표준 구조(Overview, Plan 등)를 갖춘 새로운 프로젝트를 자동으로 생성하며, 중복 검사 및 템플릿 선택 기능을 포함합니다.
Install this agent skill to your Project
npx add-skill https://github.com/lastdays03/claude_skills/tree/main/.agent/skills/obsi-project-kickoff
SKILL.md
Expert Project Kickoff Workflow
새로운 프로젝트를 시작할 때 이 워크플로우를 실행하세요. 검증된 절차를 통해 프로젝트 환경을 구축합니다.
1단계: 프로젝트 정의 (Discovery)
- Context Loading:
this document를 읽어 명명 규칙과 구조 표준을 로드합니다. - Input: 프로젝트 이름을 받고(PascalCase 권장),
find_by_name으로 중복 여부를 확인합니다. - Type Selection: 프로젝트 유형(Study/Dev/Writing)을 선택합니다.
2단계: 생성 및 구조화 (Execution)
- Directory Creation:
10_Projects/{Project_Name}폴더를 생성합니다.SKILL.md유형별 표준에 따라 하위 폴더(docs,notes등)를 생성합니다.
- Overview Generation:
resources/overview-template.md를 사용하여Overview.md를 생성합니다.Task목록(task.md)을 초기화합니다.
3단계: 마무리 (Finalize)
- Git Check: 개발 프로젝트인 경우
git init을 제안합니다. - Open: 생성된
Overview.md를 보여줍니다.
Standards & Rules
Project Kickoff Standards
Purpose
To transform random folders into Managed Projects with clear goals, status, and navigation.
Naming Conventions
- Project Folder:
10_Projects/{Project_Name} - Format:
PascalCase(e.g.,AntigravityAgent) orsnake_case(e.g.,antigravity_agent).
Project Types & Structure
- Study/Learning:
docs/plans/: Fordev-study_plannernotes/: Raw learning notes
- Development:
src/,docs/: Standard coding structuregit init: Recommended
Core Files
- Overview.md: The "Home Page" of the project. Must contain tags (
#status/active) and links to key docs. - task.md: Actionable items.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
obsi-concept-distiller
AI를 활용해 핵심 개념을 추출하고, 문맥을 분석하여 지식 베이스(20_Learning)와 양방향으로 연결합니다.
obsi-moc-builder
특정 폴더(Single) 또는 하위 구조 전체(Recursive)를 분석하여 구조화된 MOC(Map of Content)를 자동 생성/갱신합니다.
pro-researcher
웹상의 정보를 '계획(Plan) -> 탐색(Fetch) -> 분석(Synthesize)' 과정을 통해 심층 리서치하고, 출처가 명시된 전문 보고서를 작성합니다.
meta-skill-builder
표준 참조 분리 패턴(Standard Reference Separation Pattern)을 사용하여 워크플로우를 새로 생성하거나 개선합니다.
biz-doc-generator
Word, Excel, PPT, PDF 등 기업용 문서를 생성하고, 결과를 docs/exports에 저장하며 임시파일을 자동 정리합니다.
dev-init
개발 환경(폴더 구조, README)을 신속하게 초기화하는 Dev 전용 워크플로우입니다.
Didn't find tool you were looking for?