task-start

Validate session and task IDs, load prior context, and prepare task headers.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/kiran-capoor94/wizard --skill task-start-kiran-capoor94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-start
Source: https://github.com/kiran-capoor94/wizard/tree/main/src/wizard/skills/task-start
Command: npx skills add https://github.com/kiran-capoor94/wizard --skill task-start-kiran-capoor94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Task-start ensures engineers begin work with full context and correct setup, preventing blind investigations and missed context when selecting a task.

Core Features & Use Cases

  • Grounding: loads the current task context, prior notes, and source URLs to align the engineer with ongoing work.
  • Validation and gating: enforces an active session and a valid task_id before investigation begins.
  • Structured kickoff: returns a complete TaskStartResponse with task context, compounding status, and access to recent notes.

Quick Start

Call task_start with a valid task_id from the triage table to begin work on a task, and let the skill load prior context if available.

Frequently Asked Questions about task-start

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

FAQPage Schema
How do I start a task with full context from a triage table?

To start a task with full context, call task_start with a valid task_id from the triage table. The skill validates your session, loads prior context and recent notes, and returns a complete task header for your investigation.

What does a task start session require before investigation begins?

A task start session requires an active session_id and a valid task_id before investigation begins. These hard gates prevent blind investigations and ensure the engineer is aligned with the correct ongoing work.

Why does my task session need compounding context and notes?

Your task session needs compounding context and notes to prevent missed context when selecting a task. Loading prior notes and source URLs aligns you with ongoing work and ensures a structured kickoff for the investigation.

Can I load prior context automatically when I begin work on a task?

Yes, you can load prior context automatically by calling task_start with a valid task_id. The skill loads prior context if available and returns a TaskStartResponse with the compounding flag and recent notes.

What happens if I try to start a task without a valid session or task_id?

If you try to start a task without a valid session or task_id, the validation gating blocks the session. The skill enforces these hard gates to prevent blind investigations and ensure correct setup before returning any context.