Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/fluxforgeai/ARTEMIS --skill session-end명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Strategic system analysis for health assessment, pattern recognition, component deep dives, risk assessment, and architecture review. Use for proactive system understanding beyond reactive incident response.
Transform a design into an implementation spec. Creates a blueprint document and an implementation prompt for /plan mode. Use after /design or /research.
Cancel the active Wrought implementation/RCA loop
SOC 직업 분류 기준
SKILL.md 표시 중
| name | session-end |
| description | End session and create all handoff documentation |
| disable-model-invocation | false |
| wrought | {"version":"1.0","platforms":{"claude-code":{"disable-model-invocation":false}}} |
Session is ending. Please complete all session end tasks:
Save active plan file (if exists):
~/.claude/plans/ for recent plan files (modified today)~/docs/plans/PLAN_{datetime}_{original_name}.mdCreate new handoff document:
date '+%Y-%m-%d_%H%M'NEXT_SESSION_PROMPT_{datetime}.mdCreate session summary:
SESSION_SUMMARY_{datetime}.mdUpdate CLAUDE.md:
@NEXT_SESSION_PROMPT_*.mdArchive old handoff:
NEXT_SESSION_PROMPT_*.md to docs/archive/sessions/Update Findings Trackers (if applicable):
docs/findings/{datetime}_{name}_FINDINGS_TRACKER.mddocs/findings/*_FINDINGS_TRACKER.md files for trackers related to this session's work- [x] **F1.1**: ...)Status field (Open → In Progress → Resolved → Verified)Stage field to reflect the current pipeline positionResolved in session / Verified in session fields with the session numberLast Updated timestamp at the top of the fileStage reconciliation — Check if artifacts exist that the tracker doesn't yet reflect:
docs/investigations/ matching finding → Stage should be ≥ Investigatingdocs/RCAs/ matching finding → Stage should be ≥ RCA Completedocs/design/ matching finding → Stage should be ≥ Designingdocs/blueprints/ matching finding → Stage should be ≥ Blueprint Readydocs/plans/ matching finding → Stage should be ≥ PlannedResolved
If a stage was missed (artifact exists but no lifecycle row), backfill the lifecycle row with approximate timestamp.GitHub Projects sync (NON-FATAL) — For each finding whose stage changed this session, read docs/reference/github_projects_sync_protocol.md and follow Protocol B to update the board. Key mappings:
9afc76db), Status = In Progress ()IMPORTANT:
After completing all tasks, provide a summary showing:
47fc9ee4c9de0e86), Status = Done (98236657)a20e6ccd), Status = Done (98236657)
If **Project Item ID**: is missing or — in the tracker, skip sync with a note.Output format — Show Stage alongside Status:
Findings Trackers:
{tracker_name}:
F1: {title} — Status: In Progress | Stage: RCA Complete
F2: {title} — Status: Open | Stage: Open