request

Generate an executable Technical Spec for API creation, modification, review, or debugging.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill request-kangmomin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: request
Source: https://github.com/kangmomin/harness-plugins/tree/main/be-harness/skills/request
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill request-kangmomin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 API 작업을 수행하기 위한 실행 가능한 Technical Spec을 단계적으로 생성하도록 도와줍니다. 시작점에서 요구사항을 명확히 정의하고, 기존 코드베이스를 탐색하며 필요한 정보를 수집합니다.

Core Features & Use Cases

  • Phase 0에서 작업 유형을 선별하고 Phase 1~Phase 3의 흐름으로 명세를 구성합니다.
  • 기존 코드베이스를 탐색하고 필요한 파일과 위치를 제시하여 정책적 규칙과 일치하도록 지원합니다.
  • 프로젝트 로컬 오버라이드 파일(OVERRIDES.md)을 우선 적용하여 스킬 흐름을 커스터마이즈합니다.

Quick Start

Describe the API task and let the Skill guide you through Phase 0 questions to generate a Technical Spec.

Frequently Asked Questions about request

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

FAQPage Schema
How do I turn an API idea into an executable technical spec?

To turn an API idea into an executable technical spec, describe the task to initiate Phase 0 scoping. The skill then guides you through Phase 1 to Phase 3, inspecting the codebase where available to frame concrete requests and record structured implementation decisions.

What is the best way to scope API modification and debugging tasks?

The best way to scope API modification and debugging tasks is using a deterministic flow that identifies the specific task type first. It prompts for required details at each phase and analyzes existing codebase files to ensure policy rule compliance.

Can I customize the API spec workflow for my local project rules?

You can customize the API spec workflow for local project rules by applying an OVERRIDES.md file. This project local override file takes priority during the spec generation process to align the deterministic flow with your specific policy requirements.

How does codebase inspection work when generating API specifications?

Codebase inspection during API specification generation works by exploring the existing project structure to locate necessary files and positions. It presents these locations to help align the new API creation or modification work with established codebase policies.

Do I need any plugins to generate a technical spec for an API?

You do not need any plugins to generate a technical spec for an API, as the skill operates with no dependencies. It independently frames the concrete request and guides the structured spec creation through its internal Phase 0 to Phase 3 steps.