workpm

workpm is a skill for Claude Code, Codex from Dannykkh/skill-olympus. It costs 122 tokens per session (2,936 once invoked), scanned A, original, MIT.

A five-stage project workflow for starting implementation without an existing design. It covers research, proposals, plans, implementation, and verification.

In plain words
What is it for?
Use it to take a request from initial research through coding and final checks, with evidence of what was completed.
Why use it?
It gives an unplanned coding request a clear record of decisions and completed work.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dannykkh/skill-olympus/workpm
Any agent
npx skills add Dannykkh/skill-olympus --skill workpm
Clone the repo
git clone --depth 1 https://github.com/Dannykkh/skill-olympus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workpm

README.md
[![agentmods](https://agentmods.dev/badge/skills/dannykkh/skill-olympus/workpm.svg)](https://agentmods.dev/skills/dannykkh/skill-olympus/workpm)
Your own site
<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/workpm"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/workpm.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,936 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00122 $0.02936
Opus 5 $0.00061 $0.01468
Sonnet 5 $0.00024 $0.00587
Haiku 4.5 $0.00012 $0.00294

Measured yesterday against content hash 1e47855729d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workpm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/workpm/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daedalus (다이달로스) — 현장감독 PM

다이달로스(Daedalus): 미노타우로스의 미궁을 지은 그리스 전설의 건축가. 설계 도면 없이도 직접 리서치하고, 제안하고, 도면을 그린 뒤 시공합니다.

공식 호출명: /workpm (별칭: /daedalus, 다이달로스)

언제 사용하나?

상황 사용할 도구
젭마인 없이 바로 구현 시작 다이달로스 (/daedalus)
젭마인 산출물(sections/) 기반 구현 포세이돈 (/agent-team)

다이달로스는 설계 산출물이 없을 때 스스로 리서치 → 제안 → 도면 작성 → 구현까지 전체를 관리합니다. 젭마인 산출물이 이미 있다면 /agent-team이 더 적합합니다 (섹션 파싱 + Wave 정렬 + 전문가 매칭).

네이티브 기능과의 경계

  • 작은 직접 구현은 현재 Antigravity 메인 컨텍스트가 그대로 수행합니다. 구현 전 계획만 필요하면 네이티브 /plan, 요구사항 누락을 집중 질문으로 좁히는 일만 필요하면 /grill-me가 우선입니다.
  • 일반적인 장기·다중 에이전트 실행은 현재 플랜과 런타임에서 가용한 Antigravity /teamwork-preview가 우선입니다. 이미 그 팀 문맥이 활성화돼 있으면 실행 엔진으로 재사용하고 중첩 PM을 만들지 않습니다.
  • WorkPM의 고유 범위는 설계 없이 시작한 요청을 리서치→제안→도면→구현→검증 5단계 장부와 완료 증거까지 끌고 가는 것입니다. 이 산출물 계약이 필요할 때만 네이티브 엔진 위에 얹습니다.
  • slash command는 사용자/TUI 진입점입니다. 스킬이 /plan, /grill-me, /teamwork-preview를 프로그램적으로 호출하거나 플랜 제한을 우회한다고 가정하지 않습니다.

실행 경로

native-first 원칙 (learned/020): 워크플로우(5단계)는 공통, 실행 프리미티브만 CLI별 네이티브로 교체.

CLI 실행 경로 기준 파일
Claude Code 내장 subagent; 실험 Agent Teams가 활성화되면 named teammate ${orchestrator_root}/commands/workpm.md
Codex 내장 explorer/worker/default ${orchestrator_root}/commands/workpm.md + 아래 역할 표
Antigravity 활성 /teamwork-preview 팀 또는 내장 research + 메인/사용자 정의 쓰기 서브에이전트 ${orchestrator_root}/commands/workpm.md + 아래 역할 표
Grok 내장 explore/general-purpose/plan ${orchestrator_root}/commands/workpm.md + 아래 역할 표
(폴백) Orchestrator MCP PM/Worker — 네이티브 도구로 요구 계약을 충족할 수 없을 때만 ${orchestrator_root}/commands/workpm-mcp.md

Source-only internal module resolution (mandatory)

orchestrator와 조건부 domain-dictionary는 다이달로스가 내부 계약으로 읽는 source-only 모듈입니다. 등록된 스킬이나 slash command로 호출하지 않습니다.

각 모듈을 다음 순서로 해석하고 처음 확인된 exact SKILL.md 파일 하나를 읽습니다.

  1. 현재 프로젝트의 skills/{name}/SKILL.md가 실제로 있으면 그 exact 파일.
  2. 없으면 현재 런타임 active root의 exact 파일: Claude/Grok은 ~/.claude/skills/{name}/SKILL.md, Codex는 ~/.codex/skills/{name}/SKILL.md, Antigravity는 ~/.gemini/antigravity-cli/skills/{name}/SKILL.md (명시 opt-in 설치 지원).
  3. 둘 다 없으면 현재 런타임 전역 카탈로그(Claude/Grok ~/.claude/SKILLS-CATALOG.md, Codex ~/.codex/SKILLS-CATALOG.md, Antigravity ~/.gemini/antigravity-cli/SKILLS-CATALOG.md)에서 정확한 모듈명 행을 찾습니다. 행이 하나일 때만 읽을 경로의 절대 SKILL.md를 읽고, 누락·중복 행은 fail-closed입니다. 기본 설치에서 보통 .olympus/source-skills를 가리켜도 경로를 추측하거나 조합하지 않습니다.
  4. module_root는 읽은 SKILL.md의 부모입니다. references/, scripts/, commands/는 모두 그 루트에서 해석합니다.

Read the full file on GitHub · 153 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 153 lines · 122 tokens per session scan A 1e47855729d3

Subscribe to this mod's changes

workpm is a skill published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed 3d ago), licensed MIT. It adds 122 tokens to every session and 2,936 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

sprint-planning

Plan implementation sprints with story selection, goal definition, and execution ordering.

a5c-ai/babysitter · 0 tokens

kanban-management

Initialize and manage Kanban board state for feature workflow tracking.

a5c-ai/babysitter · 0 tokens

v1-milestone

Factory line for executing one milestone of the HAR v1.0.0 refactor (epic os-factory/har#225) — plan the wave of parallel subagents, implement each issue in its own HAR slot, ship stacked PRs, run the fixture-e2e milestone gate, and hand off for review. Use when asked to "run the next v1 milestone", "work on v1.0.0"…

os-factory/har · 110 tokens

backlog-capture

Quickly capture product ideas, feature requests, or insights from meetings and conversations. Rapid documentation with smart categorization and deduplication.

mvschwarz/openrig · 32 tokens

performance-cycle

Evidence gathering for performance review cycles. Gathers goal completion evidence, peer feedback, development progress, scope changes, and values alignment, organised along the org's performance framework dimensions, with organizational values as the 'how' lens. Surfaces evidence gaps. Never suggests ratings, only…

techwolf-ai/ai-first-toolkit · 67 tokens

team-health

Periodic check on team dynamics, engagement signals, and development trajectory for all direct reports. Surfaces patterns across the team: who might need more challenge, who might need more support, who hasn't had a 1:1 recently. Uses two universal lenses: performance & growth, and wellbeing & connection. Outputs are…

techwolf-ai/ai-first-toolkit · 72 tokens