complex-project-workflow

complex-project-workflow is a skill for Claude Code, Codex from MilkyWay008/Hermes-OTG. It costs 74 tokens per session (7,860 once invoked), scanned A, original, MIT.

A structured method for carrying out projects with multiple phases, parts, or stakeholders. It uses checkpoints for defining the work, exploring the situation, planning, reviewing, executing, assembling, and reflecting.

In plain words
What is it for?
Use it for multi-step software builds, consulting work, content production, business operations, research, or other projects involving several connected tasks.
Why use it?
It prevents complex work from starting without clear goals or review points. It also keeps the main agent focused on coordination when implementation or testing is delegated.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions AGENTS.md; mentions OpenCode.

Good fit Use it for multi-step software builds, consulting work, content production, business operations, research, or other projects involving several connected tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/milkyway008/hermes-otg/complex-project-workflow
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.

Any agent
npx skills add MilkyWay008/Hermes-OTG --skill complex-project-workflow
Clone the repo
git clone --depth 1 https://github.com/MilkyWay008/Hermes-OTG

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 complex-project-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/milkyway008/hermes-otg/complex-project-workflow/github.svg)](https://agentmods.dev/skills/milkyway008/hermes-otg/complex-project-workflow)
Your own site
<a href="https://agentmods.dev/skills/milkyway008/hermes-otg/complex-project-workflow"><img src="https://agentmods.dev/badge/skills/milkyway008/hermes-otg/complex-project-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for complex-project-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/milkyway008/hermes-otg/complex-project-workflow"><img src="https://agentmods.dev/badge/skills/milkyway008/hermes-otg/complex-project-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,860 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 648
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
How audits are shown
Origin original 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.1 $0.00074 $0.07860
Opus 5 $0.00037 $0.03930
Sonnet 5 $0.00015 $0.01572
Haiku 4.5 $0.00007 $0.00786

Measured 9d ago against content hash 1823fab7fb51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

complex-project-workflow 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 9d ago.

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.

data/skills/custom/complex-project-workflow/SKILL.md · 691 lines

How it starts

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

Complex Project Workflow

Overview

A universal, domain-agnostic project execution methodology. Works for anything — code builds, consulting engagements, content production, business process design, research projects, or any complex multi-phase delivery.

Core insight: Every project fails the same way — skip clarity, skip review, or try to do everything at once. This workflow hard-gates against all three.

Orchestrator discipline (HARD RULE): You stay at altitude. NEVER implement directly. NEVER review code/content directly. NEVER run tests/validation directly. Delegate everything to subagents or ACP agents. Your context window is for coordination, not implementation. Even duck council queries go through subagents.

When to Fire

This skill is the primary workflow for any project that has 2+ phases, 3+ components, or external stakeholders. If a task fits in a single conversation turn, don't load this — just do it directly.

Trigger examples:

  • "Let's build a RustDesk fork that embeds MCP" → ✓ Load this
  • "I need a consulting proposal for ABC Realty's AI agent setup" → ✓ Load this
  • "Let's create a YouTube podcast series from scratch" → ✓ Load this
  • "Can you fix this bug in my config file?" → ✗ Don't load this

WORKFLOW MODES

This skill supports two modes. Default is coding-centric. When the project involves clients, stakeholders, or non-technical deliverables, the skill auto-detects and switches to expanded mode.

Mode Detection

Check at session start:

  1. Is there a client or external stakeholder mentioned? → Use Expanded Mode
  2. Is the primary deliverable non-code (consulting doc, marketing plan, script, podcast, research paper)? → Use Expanded Mode
  3. Otherwise → Use Coding Mode (default)

In Expanded Mode, every phase gets the [CLIENT] treatment: draft for internal review first (duck council brief), then present to client for sign-off before advancing. The duck council acts as a "mock client" to sharpen deliverables before they reach real stakeholders.

Read the full file on GitHub · 691 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. 9d ago First seen · 691 lines · 74 tokens per session scan A 1823fab7fb51

Subscribe to this mod's changes

complex-project-workflow is a skill published in the GitHub repository MilkyWay008/Hermes-OTG (15 stars, last pushed 25d ago), licensed MIT. It adds 74 tokens to every session and 7,860 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

acquiring-disk-image-with-dd-and-dcfldd

Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving volatile disk evidence during incident…

mukul975/Anthropic-Cybersecurity-Skills · 92 tokens

analyzing-linux-kernel-rootkits

Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (checksyscall, lsmod, hiddenmodules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures.

mukul975/Anthropic-Cybersecurity-Skills · 65 tokens

hunt-auth-bypass

Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain enforcement bypass via control characters (HackerOne 2024)…

uphiago/recon-skills · 172 tokens

subdomain-enumeration

Map subdomains via crt.sh and subfinder at recon kickoff.

uphiago/recon-skills · 19 tokens

hunt-django

Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.

uphiago/recon-skills · 22 tokens

tianya-gods-team

A decision-making system in which 20 fictional specialist viewpoints analyze one question in parallel before a coordinating AI combines them. It covers areas such as history, economics, relationships, technology, mysteries, and culture.

momozi1996/awesome-ai-persona-skills · 230 tokens