featureplan-kickoff

Solid

VNX feature-execution kickoff preflight. USE THIS when starting or resuming a feature or track from its plan: checking worktree/queue/staging health, finding the first promoteable dispatch, and handing off to @t0-orchestrator. Reads the feature's track + plan doc from Horizon's tracks DB (`vnx horizon`, alias `vnx objective`); the repo FEATURE_PLAN.md/PR_QUEUE.md are generic examples, not the source.

AI & Automation 51 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 resume per role-orchestrator.md's Mandatory Startup (Sessi...

Details

Author
Vinix24
Repository
Vinix24/vnx-orchestration
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

planner

Planning specialist for PR-based feature breakdown and FEATURE_PLAN.md generation

51 Updated today
Vinix24
AI & Automation Solid

horizon

Strategic owner of Horizon, the VNX future-state layer (roadmap -> tracks -> deliverables) and the plan-first gate. USE THIS when the user wants to plan the next VNX feature, decide what to build next, add something to the roadmap, prioritize or schedule (inplannen) work into now/next/later horizons, break a feature into deliverables, set the routing FLOOR, or run the plan-gate on a feature. The tracks DB (`vnx horizon`, alias `vnx objective`) is the source of truth; the repo ROADMAP.yaml is a generic example, not the SSOT. Plans and gates only: never dispatches, never closes open-items. The heavy multi-model plan-gate panel runs only on an explicit plan-gate step. (Renamed from `pm` 2026-07-05 — `/pm`/`@pm` still resolve via the backward-compat alias in `.claude/skills/pm/SKILL.md`.)

51 Updated today
Vinix24
AI & Automation Listed

feature-start

Starts implementation of one decomposed task: isolates a workspace (a feature branch by default; a git worktree only when isolation is critical), loads the relevant PRD, ADR, and frozen contract into context, then enters plan mode and proposes a per-task plan for approval before any code is written. Use at the start of Stage 4 (Implement) once scope is approved, or when the user says "start working on issue #N", "begin this task", or "let's implement {feature}".

1 Updated 1 weeks ago
enocgit