context-chain

Propagate session context across Nova sessions via NOVA-STATE.md state and event updates.

2|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/TeamSPWK/nova --skill context-chain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-chain
Source: https://github.com/TeamSPWK/nova/tree/main/.claude/skills/context-chain
Command: npx skills add https://github.com/TeamSPWK/nova --skill context-chain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

세션 간 맥락 연결이 필요할 때, Nova 세션 사이의 정보를 지속적으로 유지하기 어렵습니다. 이 스킬은 NOVA-STATE.md를 중심으로 현재 상태를 공유하고, 스프린트 전환 및 커밋 후 상태 갱신을 통해 맥락의 연속성을 확보합니다.

Core Features & Use Cases

  • 세션 시작 시 NOVA-STATE.md를 읽어 현재 상태를 파악합니다.
  • 커밋 시 관련 상태를 갱신하고 최근 활동을 기록합니다.
  • 스프린트 전환 및 세션 재개 시 컨텍스트를 유지하여 작업 흐름의 연속성을 보장합니다.

Quick Start

Ask Nova to set up a session context bridge by reading NOVA-STATE.md on session start and updating state after commits.

Frequently Asked Questions about context-chain

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

FAQPage Schema
How do I keep session context alive across Nova sessions?

To keep session context alive across Nova sessions, this Skill links NOVA-STATE.md state and event updates. It propagates current state by reading the file on session start and updating it after commits.

What is the best way to manage state during sprint transitions in Nova?

Managing state during sprint transitions in Nova is handled by linking NOVA-STATE.md state updates. The Skill propagates context continuity by applying a structured protocol for state maintenance during these workflows.

Does this context propagation approach work with commit-bound workflows?

Yes, context propagation works with commit-bound workflows by updating relevant state and logging recent activity upon commits. This ensures continuity of context is maintained across critical development boundaries.

Do I need YAML frontmatter to maintain session context in Nova?

You need YAML frontmatter for discovery and on-demand loading rules when maintaining session context in Nova. It defines the structured protocol required to properly propagate state across session boundaries.

Why does my Nova session lose context after a restart?

Your Nova session loses context after a restart because state is not actively propagated between sessions. Linking NOVA-STATE.md event updates ensures current status and recent activity are continuously maintained.