Agent Plugins Marketplace
All plugins

tide

v2.36.0

마일스톤 → 구현 → 리뷰 → 릴리즈 개발 사이클 슬래시 커맨드 + git 작업 가드 hook

Claude Code12 Skills

By JonghLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tide for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tide@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Jongh/tide

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

tide/
├── .claude-plugin/plugin.json
├── skills/cycle/SKILL.md
├── skills/debug/SKILL.md
├── skills/fleet/SKILL.md
├── skills/fleet-cycle/SKILL.md
├── skills/fleet-verify/SKILL.md
├── skills/impl/SKILL.md
├── skills/kickoff/SKILL.md
├── skills/milestone/SKILL.md
├── skills/release/SKILL.md
├── skills/retro/SKILL.md
├── skills/review/SKILL.md
└── skills/status/SKILL.md

Included Skills12

cycleskills/cycle/SKILL.md

[tide] milestone→impl→review 자동 체이닝 (deps 기반 병렬/순차, release 직전 정지 · autonomy=continuous면 커밋 앞)

debugskills/debug/SKILL.md

[tide] 발견한 에러를 세션으로 묶어 수정·누적 + debug 보고서 + 릴리즈 판정 (커밋·태그·푸시 없음)

fleetskills/fleet/SKILL.md

[tide] 상위 폴더의 여러 자식 tide 레포를 교차 집계 + 조정 계획 제시 (읽기 전용, 멀티 레포)

fleet-cycleskills/fleet-cycle/SKILL.md

[tide] 발견된 자식 tide 레포의 milestone→review를 의존성 순서로 교차 자동 실행 + 순서 release 핸드오프 (release 제외, 멀티 레포)

fleet-verifyskills/fleet-verify/SKILL.md

[tide] 발견된 자식 tide 레포의 통합을 부모 레벨 통합 훅으로 검증 + pass/fail 보고 (verification-only, 멀티 레포)

implskills/impl/SKILL.md

[tide] 마일스톤대로 구현 + 테스트 + 완료보고서 (커밋·리뷰 없음)

kickoffskills/kickoff/SKILL.md

[tide] tide 워크플로우 골격 생성 + 진행 중 프로젝트면 구조 문서화 (마일스톤/리포트/CHANGELOG/규약)

milestoneskills/milestone/SKILL.md

[tide] 현재 맥락 기반으로 다음 마일스톤 문서 생성

releaseskills/release/SKILL.md

[tide] 프리플라이트 → 버전 범프 → CHANGELOG → commit → tag → (가능하면) push (+gh 게시 옵트인)

retroskills/retro/SKILL.md

[tide] 누적 사이클 회고 — 마일스톤·보고서를 가로질러 반복 문제·수용 트레이드오프·미반영 후속 집계 (읽기 전용 — 회고 문서 + 처분 시 이월 원장 한 줄)

reviewskills/review/SKILL.md

[tide] 최근 구현 비판적 리뷰 + 리뷰보고서 + 릴리즈 판정 (커밋·태그·푸시 없음)

statusskills/status/SKILL.md

[tide] 사이클 현재 상태 보고 + 다음 권장 커맨드 제시 (읽기 전용)

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "tide",
  "displayName": "tide",
  "description": "마일스톤 → 구현 → 리뷰 → 릴리즈 개발 사이클 슬래시 커맨드 + git 작업 가드 hook",
  "version": "2.36.0",
  "author": {
    "name": "Jongh"
  },
  "repository": "https://github.com/Jongh/tide",
  "license": "MIT",
  "keywords": [
    "workflow",
    "milestone",
    "release",
    "korean"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tide)