Agent Plugins Marketplace
All plugins

sky-workflow

v1.2.0

볼륨 큰 AI 협업 작업의 폭발 반경을 줄이는 워크플로우 — 상태 단일화, 결정론 판정, 분모 고정

CodexClaude Code6 Skills

By SkyLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 25, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sky-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/JinHoonPark/SkyAgentPlugins

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

Plugin files

plugins/sky-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/sky-close/SKILL.md
├── skills/sky-plan/SKILL.md
├── skills/sky-spike/SKILL.md
├── skills/sky-start/SKILL.md
├── skills/sky-task/SKILL.md
└── skills/sky-verify/SKILL.md

Included Skills6

sky-closeskills/sky-close/SKILL.md

마일스톤을 닫는다 — 스펙 §9 공통 완료 조건 4개를 실제로 돌리고, Ruling 전수를 소집하고, 다음 마일스톤 상세를 실측으로 채운다. 부작용이 커서 사람만 호출한다.

sky-planskills/sky-plan/SKILL.md

스파이크 결과를 받아 상태 파일에 스펙 요약·마일스톤·Task 표를 쓰고 분모를 고정한다. 사람 승인 2건(스펙 / 결정론 경계) 없이는 다음 단계로 넘어가지 않는다.

sky-spikeskills/sky-spike/SKILL.md

착수 전 미지를 스파이크 2~4개로 없앤다. 결과는 됨 / 안 됨 / 조건부로 됨 셋 중 하나로 확정하고, 조건부면 조건까지 적어야 게이트가 열린다.

sky-startskills/sky-start/SKILL.md

상태 파일을 읽어 지금 어느 단계인지 확인하고 다음에 호출할 스킬 하나만 지목하는 라우터. 판정은 전부 skyflow CLI가 하고 이 스킬은 그 출력을 전달만 한다.

sky-taskskills/sky-task/SKILL.md

상태 파일의 Task 하나를 실행하고 원장에 1줄을 남긴다. 세션 경계는 검증 가능한 단위와 같다.

sky-verifyskills/sky-verify/SKILL.md

검증을 3층으로 돌린다 — Task 끝은 verify, 커밋마다 골든 diff, 마일스톤 끝은 실물 실증. 판정은 전부 skyflow가 종료 코드로 내리고 이 문서는 판정하지 않는다.

Plugin manifests2

plugins/sky-workflow/.codex-plugin/plugin.json
{
  "name": "sky-workflow",
  "version": "1.2.0",
  "description": "볼륨 큰 AI 협업 작업의 폭발 반경을 줄이는 워크플로우 — 상태 단일화, 결정론 판정, 분모 고정",
  "author": {
    "name": "Sky"
  },
  "license": "MIT",
  "keywords": [
    "workflow",
    "spec-driven",
    "verification"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sky Workflow",
    "shortDescription": "상태 단일화와 검증으로 AI 협업 작업의 폭발 반경을 줄입니다.",
    "longDescription": "스파이크, 계획, Task 실행, 검증, 마일스톤 종료를 상태 파일 하나와 skyflow CLI 판정으로 관리합니다.",
    "developerName": "Sky",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "sky-workflow로 현재 상태를 확인하고 다음 단계를 알려줘.",
      "다음 미완 Task 하나를 선택해 진행해줘.",
      "현재 마일스톤의 검증 상태를 확인해줘."
    ]
  }
}
plugins/sky-workflow/.claude-plugin/plugin.json
{
  "name": "sky-workflow",
  "displayName": "Sky Workflow",
  "version": "1.2.0",
  "description": "볼륨 큰 AI 협업 작업의 폭발 반경을 줄이는 워크플로우 — 상태 단일화, 결정론 판정, 분모 고정",
  "author": {
    "name": "Sky"
  },
  "license": "MIT",
  "keywords": [
    "workflow",
    "spec-driven",
    "verification"
  ]
}

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

[sky-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sky-workflow)