Kaos Composition Debug
Crossplane composition-specific debugging. Validates composition-XRD alignment, traces patch chains, checks runtime providers, compares rendered vs expected manifests, and verifies RBAC and ProviderConfig.
Kaos Prd Sprint
PRD workflow orchestrator. Picks next AC, generates plan, delegates to agent, verifies, and auto-updates PRD progress. Replaces manual invocation of kaos-prd-next → plan → delegate → kaos-prd-update-progress.
Kaos Prd Create
Create a new KAOS PRD file with RAG-optimised structure, open a GitHub issue with business summary, and apply the correct labels to trigger the extraction pipeline.
Kaos Prd Update Decisions
Capture architectural decisions, design changes, and strategic choices made during implementation or design conversations. Updates the PRD's decision log, rationale sections, constraints, and open questions. Validates new decisions against KAOS schemas.
Kaos Plan And Delegate
Streamlined plan-then-delegate workflow. Generates plans with acceptance criteria and no assumptions, waits for single approval, then auto-spawns the right agent type. All agents default to Sonnet 4.6.
Kaos Prd Next
Analyse current PRD state and platform reality to identify and recommend the single highest-priority task to work on next. Uses KAOS MCP to verify platform state before making recommendations.
Kaos Prd Complete
Finalise a PRD that is fully implemented or close one that is no longer needed. Archives the PRD file, updates the GitHub issue with a completion summary, and closes the issue. Two modes - implemented and closed.
Kaos Pr Summary
Generate a structured PR summary for KAOS platform changes with PRD alignment and knowledge capture. Use when creating or reviewing pull requests.
Kaos Prd Start
Validate PRD readiness, check platform state against requirements, create the implementation branch, and hand off to kaos-prd-next.
Kaos Debug
Structured debugging that breaks the 3-5 iteration debug loop. Auto-gathers platform state, enforces root cause analysis before fixes, tracks attempts, and requires verification evidence.
Kaos Prd Update Progress
Update PRD acceptance criteria statuses, threat statuses, and open question statuses based on completed implementation work. Uses KAOS MCP to verify criteria against real platform state where possible.
Kubeapp Crud
Full lifecycle management of KubeApps on the KAOS platform — create, read, update, delete, and deep-verify. Use this skill whenever the user wants to create a new KubeApp, deploy an application, check KubeApp status, modify KubeApp configuration, delete a KubeApp, or verify that all provisioned resources (CI pipeline, registry, deployment, ConfigMap, ingress) are healthy. Also use when the user m…