context-load

Read project state files and output a structured agent briefing.

20|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/DVNghiem/FlowDeck --skill context-load-dvnghiem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-load
Source: https://github.com/DVNghiem/FlowDeck/tree/main/src/skills/context-load
Command: npx skills add https://github.com/DVNghiem/FlowDeck --skill context-load-dvnghiem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load the full project context at session start to brief agents on current state and what comes next. This reduces ramp-up time and helps avoid misalignment when multiple agents act in parallel.

Core Features & Use Cases

  • Read STATE.md to determine the current phase, active plan, and blockers.
  • Read the active PLAN.md to understand next tasks and success criteria.
  • Read .planning/PROJECT.md, .codebase/CONVENTIONS.md, and .codebase/ARCHITECTURE.md to surface project constraints and design context.
  • Output a structured briefing that informs all actors and surfaces blockers before execution.

Quick Start

Activate at the start of every session to load context and brief agents on the current state.

Frequently Asked Questions about context-load

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

FAQPage Schema
How do I load project context to brief AI agents at the start of a coding session?

To brief agents on project context, you can load STATE.md, PLAN.md, PROJECT.md, CONVENTIONS.md, and ARCHITECTURE.md to generate a structured briefing that surfaces blockers and preserves context order.

Why do my parallel agents lose alignment and miss current project blockers?

Agents lose alignment without a structured briefing of the current state. Loading project context at session start reduces ramp-up time and informs all actors of active blockers before execution.

What's the best way to onboard a new agent to existing architecture and conventions?

The best way to onboard a new agent is to read .codebase/ARCHITECTURE.md and .codebase/CONVENTIONS.md, which surfaces project constraints and design context to immediately bring the agent up to speed.

How does state management for agent sessions handle next tasks and success criteria?

State management for agent sessions reads the active PLAN.md to understand next tasks and success criteria, ensuring the agent knows exactly what comes next during execution.

Do I need specific planning files to generate a structured agent briefing?

Yes, generating a structured agent briefing requires specific planning files like STATE.md for current phases and PLAN.md for active tasks, alongside project and codebase documentation.

Can I apply context loading automatically every time an OpenCode session starts?

Yes, you can apply context loading automatically at the start of every OpenCode session to load context and brief agents on the current state before any actions are taken.