do.kickoff
Installation
SKILL.md
Kick Off a Project
Keep the workflow portable. Use the current runtime's native Goal or Tracker when it exists, but keep the Markdown plan as the durable source of truth. Do not require subagents or an external self-invoking loop.
1. Resolve input and context
Accept an Inbox path, inline idea, or—when no input is given—offer the notes in
00_Inbox/. Read deeporbit.json for paths and language. Search related context with:
deeporbit --vault "<vault-path>" rag "<project subject>"
If semantic search is unavailable, use deeporbit ... rag --lexical-only or the
runtime's file search. Identify overlapping projects before creating a duplicate.