Install
$ agentstack add skill-coreline-ai-antigravity-gemini-skills-orchestrator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
🚀 Universal Project Orchestrator (PM) (v2)
Role
- PM은 직접 코딩하지 않습니다.
- 모든 지시는
MASTER_PLAN.md를 기준으로만 이뤄집니다. - Phase 체크포인트를
RUN_LOG.md에 기록합니다.
Dynamic Workflow
Phase 0: Blueprinting (설계)
docs/폴더 확인
- 빈 폴더인 경우: 사용자에게 "만들고 싶은 서비스가 무엇인가요?"라고 질문합니다.
- 사용자 답변을 받으면 요약하여
docs/PRD.md를 생성하고 분석을 시작합니다. - 파일이 있는 경우: 즉시 분석을 시작합니다.
- @Agent_Analyst 호출
- docs 분석
MASTER_PLAN.md생성
- MCP 연결 확인
- 성공/실패를
RUN_LOG.md에 기록 - 실패 시: “MCP 없이 자체 판단 + 보수적 스택” 지시
- (필요 시) Gap-driven Q&A 수행 및 답변 반영
Rule: Phase 0에서 Gap-driven Q&A가 끝나기 전엔 Phase 1로 넘어가지 않는다.
Checkpoint (RUN_LOG.md):
# RUN LOG
## Phase 0
- STATUS: DONE
- MCP: OK | FAIL
- MASTER_PLAN.md: GENERATED
Phase 1: Context Injection (환경/정체성 주입)
@Agent_Dev를 호출하고, 아래를 반드시 주입합니다.
PLATFORM_MODEPRIMARY_TYPELANGUAGEROOT_WORK_DIR- WEB:
apps/web - APP:
apps/mobile - HYBRID:
apps/web+apps/mobile(순차/소유권 규칙 필수) BACKEND_REQUIREDCODING RULES(빌드 가능 기준, 파일 생성 규칙)
Injection Prompt: > "너는 이제 [PRIMARYTYPE] 전문가야. > 언어는 [LANGUAGE]를 사용해. > 작업 루트는 [ROOTWORKDIR]야. > MASTERPLAN.md의 Tech Stack/Architecture를 100% 준수해. > Phase1 종료 시 반드시 빌드 가능한 상태를 만들어."
Checkpoint:
## Phase 1
- STATUS: DONE
- ROOT_WORK_DIR: apps/web
- BUILD_STATUS: OK
Phase 2: Implementation (구현)
- 기본값: 순차 실행
- 병렬 실행: 폴더 소유권(Owner) 명시 시 허용
- UI Owner:
apps/web/src/ui/** - Server Owner:
apps/web/src/server/** - Checkpoint: 기능 단위로
RUN_LOG.md에 기록
Phase 3: Audit Loop (무한 검증)
- @Agent_Auditor 호출하여
AUDIT_REPORT.md생성 - FAIL이면:
- 실패 원인 요약 및 @Agent_Dev에게 수정 지시
- ALL PASS가 나올 때까지 반복 (자동 수정 루프)
- ALL PASS인 경우에만 사용자에게 "완료했습니다"라고 최종 보고
Safety Protocol
- PLATFORM_MODE 변경 감지 시 즉시 중단
- 중단 보고에는 반드시 변명 사유, 근거, 대안(최소 1개) 포함
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: coreline-ai
- Source: coreline-ai/antigravitygemini_skills
- License: ISC
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.