wrap

Orchestrates five parallel sub-agents to finalize SSOT-driven session documents and workflows.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill wrap-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/wrap
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill wrap-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

세션 마무리 시 다섯 개의 서브에이전트를 병렬로 실행하여 문서를 업데이트하고, 자동화 제안을 도출하며, TIL을 추출하고, 후속 작업을 관리하고, 중복을 검증하는 일련의 프로세스를 자동화하고, 결과를 객관식으로 제시합니다.

Core Features & Use Cases

  • 다섯 개 서브에이전트를 병렬 실행하여 문서 업데이트의 정확성과 속도를 높입니다.
  • 자동화 제안 생성, TIL 추출, 후속 작업 생성, 중복성 검증까지 한 워크플로우에서 처리합니다.
  • 세션 종료 시 신뢰성 있는 결과를 비선형 없이 일관성 있게 제공합니다.

Quick Start

세션 종료 시 본 스킬을 실행하여 다섯 서브에이전트를 병렬로 작동시키고 문서 업데이트와 후속 작업을 자동으로 수행하라.

Frequently Asked Questions about wrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate session-end documentation updates using parallel sub-agents?

Parallel sub-agents automate session-end workflows by simultaneously updating documents, proposing automation, extracting TILs, tracking follow-ups, and deduplicating results to produce objective, structured outputs.

What is the best way to extract TILs and track follow-ups after a coding session?

The best way to extract TILs and track follow-ups is running a parallel multi-agent orchestration workflow that processes these tasks simultaneously alongside document updates and deduplication for consistent session-end results.

How does multi-agent orchestration handle deduplication for documentation?

Multi-agent orchestration handles deduplication by running a dedicated sub-agent in parallel with other tasks, verifying results against the source of truth to avoid redundant entries and ensure reliable, objective outputs.

Can I use SSOT-driven instructions to manage session-end workflows?

Yes, you can use SSOT-driven instructions to manage session-end workflows. The system reads the source of truth and honors user arguments to execute deterministic, instruction-driven processes while avoiding unsafe ad-hoc changes.

Do I need any additional dependencies to run parallel sub-agents for document automation?

No additional dependencies are required to run parallel sub-agents for document automation. The workflow operates independently, orchestrating five sub-agents to finalize documents and generate structured outputs without external component prerequisites.