AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Task Start

skill-postmelee-hyper-waterfall-task-start · by postmelee

|

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-postmelee-hyper-waterfall-task-start

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-postmelee-hyper-waterfall-task-start)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Task Start? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

하이퍼-워터폴 타스크 시작

트리거

  • 작업지시자가 "이슈 #N 시작", "타스크 #N 진행"처럼 명시 지시한 경우
  • 작업지시자가 본 SKILL을 직접 호출한 경우

사전 조건

  • 작업지시자 승인된 이슈 번호와 마일스톤이 존재
  • 작업 대상 저장소 working tree clean (또는 분리된 worktree 사용 결정)
  • 현재 사용자 자격 증명으로 gh CLI 인증 완료

절차

  1. 이슈 정보 확인

``bash gh issue view {N} --json number,title,milestone,state,body ``

  1. {BASE_BRANCH} 최신화

``bash git fetch origin git checkout {BASE_BRANCH} git pull --ff-only ``

  1. 작업 브랜치 생성. 다른 작업자가 메인 worktree를 점유 중이면 분리 worktree 사용:

```bash # 단일 worktree git checkout -b local/task{N}

# 분리 worktree (권장: 다른 에이전트 비간섭) git worktree add ../{repo}-task{N} -b local/task{N} origin/{BASE_BRANCH} ```

  1. 오늘할일 갱신: mydocs/orders/{yyyymmdd}.md에 행 추가
  • 출력 형식은 mydocs/_templates/orders.md를 기준으로 한다.
  • 형식: | #{N} | {타스크 제목} | 진행중 | M{milestone}, 수행계획서 작성 후 승인 대기 |
  • 적절한 마일스톤 섹션에 배치 (운영 작업은 "공통 — 운영 작업")
  1. 수행계획서 생성: mydocs/plans/task_m{milestone}_{N}.md
  • 중앙 템플릿 mydocs/_templates/task_plan.md를 기준으로 작성한다.
  • 템플릿을 읽을 수 없는 경우에만 다음 최소 섹션을 fallback으로 사용한다: 목적 / 배경 / 범위(포함·제외) / 설계 방향 / 예상 변경 파일 / 잠정 단계(3~6단계) / 검증 계획 / 리스크 / 승인 요청 사항
  1. 변경 검증

``bash git status --short git diff --check ``

  1. 단일 커밋

``bash git add mydocs/plans/task_m{milestone}_{N}.md mydocs/orders/{yyyymmdd}.md git commit -m "Task #{N}: 수행 계획서 작성과 오늘할일 갱신" ``

  1. 작업지시자에게 수행계획서 승인 요청

검증

  • git log --oneline -1Task #{N}: 수행 계획서 작성과 오늘할일 갱신을 보여야 한다
  • mydocs/orders/{yyyymmdd}.md에 #{N} 행 존재
  • mydocs/plans/task_m{milestone}_{N}.mdmydocs/_templates/task_plan.md의 필수 섹션을 채움

절대 하지 말 것

  • 수행계획서 승인 전 구현 계획서 작성
  • 수행계획서 승인 전 코드/매뉴얼 변경
  • 다른 작업자의 미커밋 변경 또는 다른 task 브랜치 working tree 건드리기

호출 방법

  • Codex: $task-start 또는 /skills 메뉴에서 task-start 선택
  • Claude Code: /task-start

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.