repo-append-request-skill

Classify repository append requests into explicit routing decisions for the Harness.

29|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/OceanEyeFF/servo --skill repo-append-request-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-append-request-skill
Source: https://github.com/OceanEyeFF/servo/tree/main/product/harness/skills/repo-append-request-skill
Command: npx skills add https://github.com/OceanEyeFF/servo --skill repo-append-request-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents ambiguous “add this next” requests from silently expanding scope or mutating control state by classifying append-feature / append-design / append-milestone inputs into an explicit, approval-aware routing decision.

Core Features & Use Cases

  • Append request intake & classification: Categorizes incoming requests into goal change, new milestone, new worktrack, scope expansion, design-only, or design-then-implementation based on repo goal, snapshot/status, and control state.
  • Approval-aware routing output: Produces a structured Append Request routing result with recommended_next_route/scope and explicit approval boundaries when authority is required.
  • Hard guardrails against side effects: Only returns routing information and must return blocked if the logic attempts to create/activate milestones, write artifacts, alter worktrack contracts, or execute design/implementation steps.

Quick Start

Ask your AI agent to classify and route the user’s追加请求 in mode append-feature (or append-design / append-milestone) by returning an Append Request routing result that includes the correct recommended_next_route and approval boundaries.

Frequently Asked Questions about repo-append-request-skill

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

FAQPage Schema
How do I route repo append requests without silently expanding project scope?

To route repo append requests safely, classify them as append-feature, append-design, or append-milestone to produce an explicit routing decision. This prevents ambiguous requests from silently expanding scope or mutating control state.

What is approval-aware routing for milestone planning and scope expansion?

Approval-aware routing for scope expansion evaluates repo goals and control state to output a structured routing result. It includes recommended next routes and explicit approval boundaries when authority is required for milestone creation.

How do I classify design-only versus design-then-implementation paths in an AI coding harness?

Classifying design-only versus design-then-implementation paths involves categorizing append-design requests based on repo snapshot and control state. The routing output directs the harness to either isolate design steps or proceed to implementation.

Can I use worktrack contracts creation directly during RepoScope intake?

No, you cannot create worktrack contracts directly during RepoScope intake. The routing logic must return a blocked status if it attempts to alter worktrack contracts or execute any side-effectful behaviors.

Why does my append-feature request get blocked during request routing?

Append-feature requests get blocked during routing when the classification logic attempts to mutate milestones, write artifacts, or alter control state. The system enforces hard guardrails by only returning routing information without side effects.

When do I need explicit approval boundaries for repo governance requests?

You need explicit approval boundaries for repo governance requests when inputs require goal-change control, milestone creation, or scope expansion. The routing result identifies these boundaries to ensure authority is validated before proceeding.