Skip to content

Context Action타입 안전한 액션 파이프라인 관리 시스템

React 통합, implementation playbook, 재사용 가능한 시나리오 데모를 위한 TypeScript 모노레포

Context Action

추천 학습 경로

  1. Implementation Convention을 읽습니다.
  2. Canonical Order Form으로 기본 구조를 봅니다.
  3. Playbook 시나리오 라이브러리로 다른 도메인 확장을 봅니다.
  4. 라이브 데모를 따라가 봅니다.

repo-local skill 경로: skills/context-action-implementation-playbook/SKILL.md

<style> .VPFeature .icon { font-size: 2rem; margin-bottom: 1rem; }

.VPFeatures .VPFeature { transition: transform 0.2s, box-shadow 0.2s; }

.VPFeatures .VPFeature:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } </style>

Released under the Apache-2.0 License.