ai-oc-kimi

Classify user requests and route them to OpenCode-powered workflows.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-marketplace --skill ai-oc-kimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-oc-kimi
Source: https://github.com/EndUser123/cc-marketplace/tree/main/plugins/cc-skills-ai-cli/skills/ai-oc-kimi
Command: npx skills add https://github.com/EndUser123/cc-marketplace --skill ai-oc-kimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Soft-routed task assistant that classifies user requests on every invocation and routes them to the appropriate OpenCode-powered workflow (RESEARCH, ENGINEERING, DESIGN, or RCA), grounding outputs in source material and enabling safer, faster decisions.

Core Features & Use Cases

  • Soft triage: Classify tasks as RESEARCH, ENGINEERING, DESIGN, or RCA on every invocation.
  • Routing via ACG/TDD/Adversarial Review: Recommend and execute the best workflow path for each task.
  • Verification pyramid: Apply a Tiered verification approach for ENGINEERING paths (Unit, Integration, E2E).
  • Grounded outputs: Leverage Kimi K2.5 through Chutes to ground results in sources.
  • Use cases: Researchers get architecture analysis; engineers implement changes with verification; design reviews receive adversarial prompts.

Quick Start

Provide a task description and let ai-oc-kimi triage it and route to the appropriate workflow (ACG for RESEARCH, TDD for ENGINEERING, Adversarial Review for DESIGN, or 5-Why + hypothesis ledger for RCA).

Frequently Asked Questions about ai-oc-kimi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task triage and routing for software engineering workflows?

Automated task triage classifies user requests on every invocation and routes them to the appropriate OpenCode-powered workflow, such as RESEARCH or ENGINEERING, to ground outputs and enable safer decisions.

What is the best way to run an adversarial review for software design tasks?

The best way to run an adversarial review is to route design tasks via soft triage to the Adversarial Review workflow, which applies specific prompts to challenge and validate design decisions.

How does a verification pyramid work for engineering changes?

A verification pyramid applies a tiered verification approach to ENGINEERING workflow paths by running Unit, Integration, and E2E tests to validate implemented changes.

Can I use Kimi K2.5 for grounded research analysis in software projects?

Yes, you can use Kimi K2.5 through Chutes to ground research results in source material, providing architecture analysis and context-aware outputs for software projects.

Does this task routing assistant handle RCA and root cause analysis?

Yes, the task routing assistant handles RCA by triaging relevant requests and routing them to a specific workflow that applies 5-Why analysis and a hypothesis ledger.

Do I need OpenCode to run the TDD and ACG workflows?

Yes, OpenCode is required as the underlying engine to execute the routed workflows, including ACG for RESEARCH and TDD for ENGINEERING paths.