sdd-orchestrator

sdd-orchestrator is a skill for Claude Code, Codex from vladm3105/aidoc-flow-framework. It costs 73 tokens per session (15,364 once invoked), scanned A, original, MIT.

A workflow coordinator for Specification-Driven Development (SDD), a way to build software from a linked set of planning and technical documents. It manages eight document stages and sends each stage to several reviewers working in parallel.

In plain words
What is it for?
Use it to create, review, or improve SDD documents across a project, from business requirements through the implementation plan.
Why use it?
It keeps requirements, design decisions, specifications, tests, and implementation plans connected. It also combines reviewer feedback into a readiness score.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: mentions subagents; positional $N argument; built for hermes-agent.

Good fit Use it to create, review, or improve SDD documents across a project, from business requirements through the implementation plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vladm3105/aidoc-flow-framework/sdd-orchestrator
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 vladm3105/aidoc-flow-framework --skill sdd-orchestrator
Clone the repo
git clone --depth 1 https://github.com/vladm3105/aidoc-flow-framework

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 sdd-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator/github.svg)](https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator"><img src="https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator/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 sdd-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator"><img src="https://agentmods.dev/badge/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 15,364 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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: 2 findings, 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 Rogue Agent · line 667
    Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.
    Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
  • medium Rogue Agent · line 114
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00073 $0.15364
Opus 5 $0.00036 $0.07682
Sonnet 5 $0.00015 $0.03073
Haiku 4.5 $0.00007 $0.01536

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

Security

Grade A, and why

sdd-orchestrator scanned grade A with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 20 executable files (governance/scripts/apply_doc_path_aliases.py, governance/scripts/ghes-runner/setup-local-runner.sh, governance/scripts/ghes-runner/start.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

structure). **Use `subprocess.run(["cat", path])` instead to get clean content
archive/platforms/hermes/agent-skills/spec-driven-development/sdd-orchestrator/SKILL.md · 1,247 lines

How it starts

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

SDD Orchestrator — Specification-Driven Development Workflow Engine

Overview

You orchestrate the SDD lifecycle across 8 document layers using the framework's per-layer weighted review crews — the closed lens set defined in framework/governance/REVIEW_CREWS.yaml (one crew of ~5-6 weighted lenses per layer), each lens injected with its per-(layer, lens) playbook from framework/playbooks/<NN>_<LAYER>/ (LAYER-PLAYBOOKS-001, framework/governance/REVIEW_TEAM.md §Playbooks). Unlike the legacy UCX system that concatenated all persona texts into a single prompt, you dispatch each crew lens as a parallel subagent for concurrent review, then reduce their per-lens scores to a weighted-average readiness score (see "Chairperson Scoring" below).

Mandatory Governance Load (Before Any SDD Work)

Before creating, reviewing, or remediating ANY SDD document, load the governance protocol:

skill_view(name='sdd-orchestrator', file_path='references/governance-load-protocol.md')

This single file condenses the planning-first rules from GOVERANCE_RULES.md §2b/§3, DEFINITION_OF_DONE.md plan/IPLAN review level, and DEVELOPMENT_WORKFLOW_GUIDE.md §2. Skip this load step = governance violation.

If the protocol file is missing or stale (after a UCX framework sync), fall back to loading the three governance docs individually via:

skill_view(name='sdd-orchestrator', file_path='governance/GOVERNANCE_RULES.md')
skill_view(name='sdd-orchestrator', file_path='governance/DEFINITION_OF_DONE.md')
skill_view(name='sdd-orchestrator', file_path='governance/DEVELOPMENT_WORKFLOW_GUIDE.md')

These docs contain the planning-first gates (§3), Definition of Done for plan/IPLAN review level, the single-path layer model (§7 — no depth tiers; necessary-upstream contract), plan types and storage rules (§2b), and the full agent operating model.

Governance docs are read directly from the repository (framework/ tree); per D-0013 (aidoc-flow migration), there is no local sync — re-stale-checks are not needed.

Read the full file on GitHub · 1,247 lines

Files

What ships with it

60 files 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. 4d ago Changed · +1 lines 0a85a9227a56
  2. 5d ago First seen · 1,246 lines · 73 tokens per session scan A dc9a3d18e869

Subscribe to this mod's changes

sdd-orchestrator is a skill published in the GitHub repository vladm3105/aidoc-flow-framework (17 stars, last pushed yesterday), licensed MIT. It adds 73 tokens to every session and 15,364 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories