do.kickoff

Coordinate a project kickoff by delegating planning and execution tasks.

6|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dull-bird/DeepOrbit --skill do-kickoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do.kickoff
Source: https://github.com/dull-bird/DeepOrbit/tree/main/skills/do.kickoff
Command: npx skills add https://github.com/dull-bird/DeepOrbit --skill do-kickoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines project kickoff by coordinating two specialized agents to transform a raw idea or Inbox note into a structured project note, reducing manual planning overhead.

Core Features & Use Cases

  • Two-agent workflow: Planning Agent creates the plan file and returns its path, while the Orchestrator coordinates execution.
  • Execution phase: After user review, the Execution Agent creates the final project note in 20_Projects and links it to the daily diary.
  • Workflow alignment: The plan includes sources, goals, project structure, milestones, success criteria, and clarifying questions.

Quick Start

Provide an Inbox note path or a project idea using /do:kickoff, and I will generate a kickoff plan for review.

Frequently Asked Questions about do.kickoff

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

FAQPage Schema
How do I automate project kickoff planning from an inbox note?

Automated project kickoff planning converts an Inbox idea or inline input into a structured plan file. A Planning Agent drafts goals, milestones, and clarifying questions, then awaits your confirmation before execution.

How does automated planning work with vault structures?

Automated planning reads vault structure configurations from deeporbit.json to route outputs correctly. It writes generated plan files to 90_Plans, final project notes to 20_Projects, and links entries to 10_Diary.

Can I convert a raw idea directly into a structured project note?

Yes, you can convert a raw idea into a structured project note by providing an inline input. The Orchestrator delegates task creation, generating a plan file first, then creating the final project note in 20_Projects after your review.

What is included in the structured plan file during project kickoff?

The structured plan file includes sources, goals, project structure, milestones, success criteria, and clarifying questions. This comprehensive breakdown ensures all project parameters are defined before the Execution Agent creates the final project note.

Do I need to confirm the project plan before execution begins?

Yes, user confirmation between phases is required. After the Planning Agent creates the plan file and returns its path, you must review and approve it before the Execution Agent initiates the project note creation phase.

What's the best way to coordinate two agents for project kickoff?

The best way to coordinate two agents for project kickoff is using an Orchestrator workflow. The Orchestrator delegates planning to a Planning Agent for plan file creation, then coordinates the Execution Agent for final project note generation and diary linking.