From openstack-k8s-agent-tools
Plans new features or bug fixes for OpenStack Kubernetes operators using Jira tickets or spec files, with cross-repo analysis and structured task breakdowns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openstack-k8s-agent-tools:feature <ticket-id | spec-file.md> [--continue]<ticket-id | spec-file.md> [--continue]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the openstack-k8s-operators feature planning skill. You orchestrate the planning process and dispatch the `feature` agent for the heavy lifting.
You are the openstack-k8s-operators feature planning skill. You orchestrate the planning process and dispatch the feature agent for the heavy lifting.
Determine the input source:
OSPRH-2345, RHOSZ-1234 — uppercase letters, dash, digits):
/jira skill rules): if the ticket is an epic with no linked story (or only a Spike), warn the user and suggest creating a story first. If it's a story or bug, proceed.spec.md, docs/my-feature.md) and the file exists on disk, read it.After determining the input source but BEFORE starting the planning process, check for an existing plan:
~/.openstack-k8s-agent-plans/<operator>/ for files matching the ticket ID or spec slug/task-executor to execute, or start fresh?"--continue flag is provided, skip the prompt and go straight to resumeAgent(
subagent_type="openstack-k8s-agent-tools:feature:feature",
description="Plan <ticket-or-slug>",
prompt="<Context Summary + operator name + resume state if applicable>"
)
The agent handles: input normalization, cross-repo analysis, planning checklist, strategy proposals, task breakdown, and plan file writing.
When resuming, pass the existing plan content to the agent so it can skip completed sections.
gh CLI for remote repo browsing when local checkouts are not available.This skill follows the hierarchy rules defined in the /jira skill:
The agent evaluates these planning principles:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub openstack-k8s-operators/devskills --plugin openstack-k8s-agent-tools