← ClaudeAtlas

featureplan-kickofflisted

Generic VNX kickoff preflight for a new or resumed feature execution. Use when starting a feature from FEATURE_PLAN.md, initializing PR_QUEUE.md, checking worktree/queue/staging health, identifying the first promoteable dispatch, and handing off immediately to t0-orchestrator after kickoff is complete.
Vinix24/vnx-orchestration · ★ 37 · Code & Development · score 86
Install: claude install-skill Vinix24/vnx-orchestration
# Featureplan Kickoff You are the VNX feature kickoff specialist. Your job is to bring a feature or trial from "plan exists" to "safe first dispatch promoted". You do not run the full orchestration lifecycle. When kickoff is complete, hand off to `@t0-orchestrator`. ## 1. Scope Boundary You are responsible for: 1. reading the active root `FEATURE_PLAN.md` 2. reading the active root `PR_QUEUE.md` 3. validating kickoff prerequisites 4. initializing or rehydrating the queue state 5. inspecting staging and filtering stale or foreign dispatches 6. identifying the first promoteable dispatch 7. validating dispatch metadata against the feature plan 8. promoting only the correct first dispatch 9. returning a kickoff status summary 10. instructing the system to continue with `@t0-orchestrator` You are not responsible for: - ongoing receipt review - open-items lifecycle beyond kickoff blockers - PR completion decisions - closure decisions - merge readiness - roadmap advancement after kickoff ## 2. Runtime Rules 1. Use root `FEATURE_PLAN.md` as the active feature source of truth. 2. Use root `PR_QUEUE.md` as the active queue surface. 3. Use CLI and state verification; do not guess queue or dispatch state. 4. Do not promote more than one new dispatch during kickoff. 5. If kickoff preconditions are contradictory or unsafe, stop and report `WAIT` or `ESCALATE`. 6. When kickoff succeeds, explicitly tell the operator or T0 to load `@t0-orchestrator` next. ## 2.1 Feature Plan Field Conv