Skip to content

Commit 9d60df3

Browse files
committed
Add paid sprint service menu
1 parent b0d8dd6 commit 9d60df3

4 files changed

Lines changed: 50 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Start here:
1818

1919
https://mysubb01.github.io/agent-ops-command-pack-teaser/service.html
2020

21+
Choose a starter scope:
22+
23+
https://github.com/mysubb01/agent-ops-command-pack-teaser/blob/main/SERVICE_MENU.md
24+
2125
Fixed starter requests:
2226

2327
- Bug triage note: https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-bug-triage.yml

SERVICE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Small paid help for teams using AI coding agents in real operations work.
2020
| Small automation spec | Scoped plan and implementation-ready acceptance criteria | 75-200 USD equivalent |
2121
| AI-code cleanup sprint | Small patch or clear handoff after review | Quote after context |
2222

23+
Short buyer menu:
24+
25+
https://github.com/mysubb01/agent-ops-command-pack-teaser/blob/main/SERVICE_MENU.md
26+
2327
## Fixed Starter Requests
2428

2529
- Bug triage note: https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-bug-triage.yml

SERVICE_MENU.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Agent Ops Paid Sprint Menu
2+
3+
Pick the smallest request that matches your current problem. Public GitHub issues are used only for sanitized intake, scope, budget, and acceptance criteria.
4+
5+
Do not post secrets, tokens, private customer data, payment details, or credentials in public issues.
6+
7+
| If you need... | Choose | Suggested budget | Request |
8+
|---|---|---:|---|
9+
| A production symptom explained from public/sanitized context | Bug triage note | 30-75 USD equivalent | [Open bug triage request](https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-bug-triage.yml) |
10+
| A public PR or sanitized diff checked for bugs, regressions, and missing tests | PR risk review | 30-150 USD equivalent | [Open PR review request](https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-pr-risk-review.yml) |
11+
| A release checked after deploy with endpoints, commands, rollback watchpoints, and handoff notes | Deploy smoke pack | 50-150 USD equivalent | [Open deploy smoke request](https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-deploy-smoke.yml) |
12+
| A small automation, workflow prompt, or implementation scope | Custom mini-sprint | Quote after context | [Open custom sprint request](https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=paid-sprint.yml) |
13+
14+
## Samples
15+
16+
- [Bug triage sample](https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/sample-bug-triage-deliverable.html)
17+
- [PR risk review sample](https://mysubb01.github.io/agent-ops-command-pack-teaser/pages/sample-pr-risk-review-deliverable.html)
18+
19+
## How Work Starts
20+
21+
1. Open the matching request with public or sanitized context.
22+
2. I reply with scope, price, acceptance criteria, and expected delivery.
23+
3. If the scope fits, payment link, invoice, or private handoff happens outside the public issue.
24+
4. Work starts only after scope, delivery format, and payment path are agreed.
25+
26+
## Not a Fit
27+
28+
- Requests requiring public posting of secrets, credentials, payment details, or private customer data.
29+
- Large builds without a small paid discovery step first.
30+
- Work where success criteria cannot be verified from shared evidence.

service.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<nav aria-label="Product links">
169169
<a href="index.html">Agent Ops</a>
170170
<a href="buy.html">구매 안내</a>
171+
<a href="SERVICE_MENU.md">서비스 메뉴</a>
171172
<a href="generator.html">무료 생성기</a>
172173
<a href="samples.md">샘플</a>
173174
<a href="FAQ.md">FAQ</a>
@@ -181,6 +182,7 @@ <h1>Paid Agent Ops Mini-Sprints</h1>
181182
</p>
182183
<div class="actions">
183184
<a class="button" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=paid-sprint.yml">미니 스프린트 요청</a>
185+
<a class="button secondary" href="SERVICE_MENU.md">무엇을 요청할지 고르기</a>
184186
<a class="button secondary" href="SERVICE.md">서비스 설명 보기</a>
185187
<a class="button secondary" href="https://gist.github.com/mysubb01/abfd2f8da7505a24f5cefe377563fb5f">공유용 Gist</a>
186188
</div>
@@ -191,6 +193,16 @@ <h1>Paid Agent Ops Mini-Sprints</h1>
191193
</aside>
192194
</div>
193195

196+
<section>
197+
<h2>Choose Fast</h2>
198+
<div class="grid">
199+
<div class="cell"><strong>장애가 났다</strong>버그 트리아지 노트로 원인 후보와 다음 수정 단계를 좁힙니다.<div class="actions"><a class="button secondary" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-bug-triage.yml">Bug triage</a></div></div>
200+
<div class="cell"><strong>PR이 불안하다</strong>심각도별 리스크, 회귀 조건, 누락 테스트를 먼저 확인합니다.<div class="actions"><a class="button secondary" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-pr-risk-review.yml">PR risk review</a></div></div>
201+
<div class="cell"><strong>배포 후 확인이 필요하다</strong>엔드포인트, 명령, 롤백 감시 포인트를 스모크팩으로 정리합니다.<div class="actions"><a class="button secondary" href="https://github.com/mysubb01/agent-ops-command-pack-teaser/issues/new?template=starter-deploy-smoke.yml">Deploy smoke</a></div></div>
202+
</div>
203+
<p class="note">더 애매한 요청은 <a href="SERVICE_MENU.md">서비스 메뉴</a>를 보고 custom mini-sprint로 시작하세요.</p>
204+
</section>
205+
194206
<section>
195207
<h2>Best Fit</h2>
196208
<div class="grid">

0 commit comments

Comments
 (0)