better-coding-orient
防止过度或不足流程,适合任务评估。
为新任务确定合适的流程层级并引导后续工作与项目规则设定。
当一个编码任务还没定级或流程不明确时,评估任务规模(trivial/small/medium/large),决定应该走哪套流程并把后续工作的技能链路路由到合适环节。首次运行还能引导建立项目宪章(如 CLAUDE.md/AGENTS.md)并校对已有规范,但不会替你写代码或做详细实现。作用是防止把小事搞得过度流程化或把大事直接上手带来风险。
▸ 展开 SKILL.md 英文原文
Route every new or not-yet-scoped coding task to the right process level — the entry point when work arrives that has no route yet. MUST be used when a feature request, bug report, refactor, or vague task arrives and no task size has been assessed, or when a new/unfamiliar codebase must be understood before changing it — even if the user does not say orient or plan. Assesses task size (trivial/small/medium/large), picks the skill chain, bootstraps a project constitution (CLAUDE.md/AGENTS.md) on first run, and cross-checks existing spec/plan/tasks artifacts. Routes and hands off; does not plan or code itself. If the task arrives already clearly scoped — a named one-line fix, a concrete failing test — the matching skill may run directly without this router. Trigger: /better-coding-orient
帮我安装这个 skill:https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-orient/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-orient/SKILL.md"# Better Coding Orient The router and steering skill — the first thing that runs when a coding task arrives. Without it, the agent either applies heavy ceremony to a one-line fix (overhead) or skips planning on a new subsystem (danger). This skill makes the rigor-scaling decision explicit and bootstraps the project rules that every later phase references. **Primary objective:** route the task to the right process level, and ensure the project has a constitution before any design work begins. --- ## Activation Begin the first response after loading with exactly this line: ▸ better-coding-orient active — route, assess, steer Emit it once, then proceed. --- ## Part 1 — Routing (every ta