sap-session

Solid

Evidence Loop — SAP 운영 진단을 라이브 접근 없이 "확인→수정→재확인" 루프로 수행. 18개 sapstack 모듈과 15개 컨설턴트 에이전트를 오케스트레이션하는 상위 스킬. Turn-aware 응답 포맷 (Hypothesis → Follow-up → Verify → Fix + Rollback). v1.6.0: PM/QM/WM/EWM 모듈 + sap-tutor/hcm/tr/pm/qm/ewm 에이전트 라우팅 추가.

AI & Automation 17 stars 6 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
42
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# sap-session — Evidence Loop Orchestrator ## 🎯 이 스킬의 존재 이유 대기업 SAP 환경에서는 **라이브 시스템 접근이 금지**됩니다. 그래서 AI는 실행기가 될 수 없고, 조언자에 머물 수밖에 없습니다. 이 제약을 **제거하는 대신 수용**하면서도 "조언봇"을 넘어서는 방법이 Evidence Loop입니다: - **운영자가 실행기 역할**을 맡아 SAP에서 증거를 가져오고, - **AI는 각 턴마다 가설·요청·검증·판정**을 담당하며, - **세션 상태는 파일에 저장**되어 중단·재개·인수인계가 가능합니다. 즉, Human-in-the-loop 비동기 루프입니다. 각 턴 사이에 몇 분·몇 시간·며칠이 걸려도 좋고, 다른 운영자가 이어받아도 맥락이 유지됩니다. ## 🔁 네 개의 턴 ``` ┌── Turn 1 · INTAKE ───────────────────────────────────┐ │ 운영자/엔드유저가 초기 증상 + 최소 증거를 업로드 │ │ 산출: Evidence Bundle 1개 │ │ 세션 상태: intake → hypothesizing │ └──────────────────────────────────────────────────────┘ ↓ ┌── Turn 2 · HYPOTHESIS ───────────────────────────────┐ │ AI가 2~4개 가설 + 각 가설의 반증 조건 + Follow-up │ │ Request(운영자가 다음 수집할 체크리스트) 생성 │ │ 산출: hypotheses[] + followup_request 1개 │ │ 세션 상태: hypothesizing → awaiting_evidence │ └──────────────────────────────────────────────────────┘ ↓ ┌── Turn 3 · COLLECT ──────────────────────────────────┐ │ 운영자가 Follow-up Request의 체크리스트를 SAP에서 │ │ 실행하여 새 Evidence Bundle 업로드 │ │ 산출: Evidence Bundle 1개 추가 │ │ 세션 상태: awaiting_evidence → verifying │ └──────────────────────────────────────────────────────┘ ↓ ┌── Turn 4 · VERIFY ───────────────────────────────────┐ │ AI가 새 증거로 가설을 확정/기각. 확정 시 Fix + 필수 │ │ Rollback 플랜. ...

Details

Author
BoxLogoDev
Repository
BoxLogoDev/sapstack
Created
4 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

verify-data-flow

데이터가 입력·계산·저장·재사용 전 과정에서 유효하게 흐르는지 검증한다. 검증 대상 인벤토리 합의 → 데이터 흐름 레이어 매핑(입력→계산→적용→영속→재로드) → 임시 계측 로깅 주입 → 실행 로그/스냅샷 수집 → 의도값↔저장값↔재로드값 대조 + 데이터 품질 차원(완전성·유효성·정확성·일관성·무결성·유일성) 판정 → 검증 리포트 작성 → 임시 계측 회수. 데이터 정합성 / 무결성 / 데이터 흐름 추적 / 저장값 대조 / 입력·계산·저장 검증 / reconciliation / data integrity / 값이 제대로 반영·저장되는지 확인 키워드에서 호출. 코드 변경 후 "데이터가 제대로 들어가는지" 의심되는 모든 상황에서 사용한다.

1 Updated yesterday
ridsync
AI & Automation Listed

audit

vibe-flow harness 자기 진화 감사 (AHE evaluate→analyze→improve). dimension agent 병렬로 4-필드 finding(evidence/root-cause/fix/predicted-impact) 발굴 + 전역 단일 번호 + decision-observability ledger 기록. "내부 감사", "audit", "/audit", "harness 진화", "dimension 점검", "감사 라운드", "self-improvement" 요청 시 사용. retro(프로젝트 회고)·telemetry(사용량)와 구분 — 이건 harness(rules/skills/agents/hooks) 자체를 감사.

1 Updated today
SONGYEONGSIN
Data & Documents Listed

sap-diagnose

Incident triage orchestrator for SAP support. From a single anchor (time window, user, transaction, background job, business-object key, or a known short-dump) it fans out across its read-only evidence readers — the internal RFC set (SM13 update-task failures, SM12 locks, SLG1 application log, SM37 jobs, SMQ tRFC/qRFC queues, Gateway/OData error-log preflight) plus the GUI dump reader /sap-st22 — correlates the evidence into incident clusters, and produces ranked root-cause hypotheses with a recommended fix path. Pass --reader <name> (sm13 | sm12 | slg1 | sm37 | smq | gateway | st22) to run one reader standalone and just print its evidence. PURE READ-ONLY: never writes to SAP; lock remediation is delegated to /sap-sm12 release, stuck-update remediation to manual SM13. With --fix it hands a custom-code-defect top hypothesis to /sap-fix-incident (the gated, write-capable companion) — diagnose itself still writes nothing. Safe to point at production. Prerequisites: a saved /sap-login profile (RFC password); SAP

7 Updated today
sapdev-ai