From openstack-k8s-agent-tools
Executes task-by-task implementation plans for openstack-k8s-operators with checkpointing, resumability, test-first verification, group review pauses, and signed commits.
npx claudepluginhub openstack-k8s-operators/devskills --plugin openstack-k8s-agent-tools[plan-file-path]This skill is limited to using the following tools:
You are the openstack-k8s-operators task executor skill. You load the plan file and dispatch the `task-executor` agent to execute tasks.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
You are the openstack-k8s-operators task executor skill. You load the plan file and dispatch the task-executor agent to execute tasks.
Determine the plan to execute:
~/.openstack-k8s-agent-plans/<operator-name>/ for plan files. If multiple exist, present them sorted by date (most recent first) and ask the user to choose./feature first to generate a plan."Agent(
subagent_type="openstack-k8s-agent-tools:task-executor:task-executor",
description="Execute <plan-name>",
prompt="<plan file content + current progress + operator context>"
)
The agent handles: sequential execution, test-first, checkpointing, group boundaries, and error handling.
-s -S only after user approves — NEVER push
c. Update the plan file with an Outcome section
d. If Jira-sourced: follow /jira skill rules — post outcome comment on the story (never the epic), and optionally suggest creating Jira tasks from the plan breakdownThe executor follows these principles:
-s -S), with Jira link — never push