harness-kickoff

Loads session context, constraints, and workflow state for kickoff.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-kickoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-kickoff
Source: https://github.com/ZhaoyuWu/Website-Wzy/tree/main/codex-skills/harness-kickoff
Command: npx skills add https://github.com/ZhaoyuWu/Website-Wzy --skill harness-kickoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize session by loading context, constraints, and the current workflow state to prevent misalignment between user requests and agent actions.

Core Features & Use Cases

  • Load and verify session context against constraints and the current workflow state.
  • Generate a concise kickoff summary including objectives, blockers, and next actions.
  • Provide a deterministic starting point for subsequent prompts.

Quick Start

Initiate the kickoff sequence to load session context, constraints, and the current workflow state before the first user instruction.

Frequently Asked Questions about harness-kickoff

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

FAQPage Schema
How do I initialize workflow context for an interactive AI session?

To initialize workflow context, the session kickoff process loads existing constraints and the current workflow state, ensuring agent actions align with user objectives before the first prompt is processed.

What is session kickoff and when do I need to load workflow state?

Session kickoff is the process of loading constraints and workflow state to prevent misalignment between user requests and agent actions, needed whenever starting a new interactive AI workflow or role-based execution sequence.

How do I generate a kickoff summary with objectives and blockers?

To generate a kickoff summary, the system validates workflow components, applies idempotent startup logic, and returns a structured summary of current objectives, blockers, and next actions for the session.

Does session kickoff work without external dependencies for workflow setup?

Yes, session kickoff works without external dependencies, as it internally loads constraints, validates workflow component availability, and ensures idempotent startup to create a deterministic starting point.

Why does my interactive AI session misalign with current workflow constraints?

Your interactive AI session misaligns with workflow constraints when session context is not loaded during startup, which kickoff prevents by validating constraints and applying idempotent initialization before user prompts.