AgentSkillsCN

ksp-module-router

在实施前,将任务路由至处理器、工作负载或共享构建/文档区域,并严格遵守模块边界。

SKILL.md
--- frontmatter
name: ksp-module-router
description: Route tasks to processor, workload, or shared build/docs areas and enforce module boundaries before implementation.

KSP Module Router

Use this skill at the beginning of feature/fix work in this repository.

Routing Heuristics

  • KSP traversal/filtering/code generation behavior -> processor
  • Generated API usage examples or integration-style regressions -> workload
  • Release docs/version matrix/dependency alignment -> root README.md, Gradle files, or scripts

Guardrails

  • Choose one primary module first.
  • Avoid changing workload for processor-only concerns unless a behavior proof is required.
  • Avoid changing processor logic when the task is documentation-only.
  • If task scope is unclear, inspect existing tests before editing.