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.
npx skills add vladm3105/aidoc-flow-framework --skill sdd-orchestratorgit clone --depth 1 https://github.com/vladm3105/aidoc-flow-frameworkWrote 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.
[](https://agentmods.dev/skills/vladm3105/aidoc-flow-framework/sdd-orchestrator)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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 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.
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.
- governance/AI_AGENT_CAPACITY_PLANNING.md 54 KB
- governance/AI_AGENT_MEMORY.md 5.8 KB
- governance/AI_ISSUE_LIFECYCLE.md 2.4 KB
- governance/AI_PR_Review/AI_AGENT_REVIEW_WORKFLOW.md 28 KB
- governance/AI_PR_Review/CLOUD_SETUP.md 2.3 KB
- governance/AI_PR_Review/FIX_INSTRUCTIONS.md 1.9 KB
- governance/AI_PR_Review/IMPLEMENT_INSTRUCTIONS.md 4.2 KB
- governance/AI_PR_Review/LOCAL_SETUP.md 5.4 KB
- governance/AI_PR_Review/MANUAL_REVIEW_GUIDE.md 9.2 KB
- governance/AI_PR_Review/ONBOARDING.md 5.3 KB
- governance/AI_PR_Review/README.md 15 KB
- governance/AI_PR_Review/REVIEW_INSTRUCTIONS.md 9.6 KB
- governance/AI_TIME_ESTIMATION.md 18 KB
- governance/BRANCHING_STRATEGY.md 2.4 KB
- governance/CHG_GOVERNANCE_BRIDGE.md 866 B
- governance/DEFINITION_OF_DONE.md 12 KB
- governance/DEVELOPMENT_WORKFLOW_GUIDE.md 13 KB
- governance/github/GITHUB_PROJECT_SETUP_AI_FIRST.md 2.0 KB
- governance/github/GITHUB_PROJECT_SETUP.md 52 KB
- governance/github/GITHUB_TOOLS_SETUP.md 30 KB
- governance/github/GITHUB_WORKFLOWS.md 47 KB
- governance/github/LABEL_REGISTRY.yaml 5.3 KB
- governance/github/WORKFLOW_INTEGRATION.md 664 B
- governance/GOVERNANCE_RULES.md 8.4 KB
- governance/HOME_REPO.md 14 KB
- governance/memory/GLOBAL_LEARNINGS.md 581 B
- governance/plans/IPLAN-TEMPLATE.md 860 B
- governance/plans/README.md 4.8 KB
- governance/README.md 5.2 KB
- governance/RELEASE_PROCESS.md 3.4 KB
- governance/REPO_STRUCTURE_DECISION_MATRIX.md 3.0 KB
- governance/REPOSITORY_STRATEGY.md 7.1 KB
- governance/ROLES_AND_TOOLS.md 15 KB
- governance/scripts/apply_doc_path_aliases.py 7.0 KB runs code
- governance/scripts/cicd/phase-deployments.json 492 B
- governance/scripts/ghes-runner/docker-compose.yml 848 B
- governance/scripts/ghes-runner/GHES_RUNNER_GUIDE.md 11 KB
- governance/scripts/ghes-runner/setup-local-runner.sh 4.3 KB runs code
- governance/scripts/ghes-runner/start.sh 2.7 KB runs code
- governance/scripts/project_setup/cloud/aws/README.md 2.8 KB
- governance/scripts/project_setup/cloud/aws/setup-ecr.sh 2.9 KB runs code
- governance/scripts/project_setup/cloud/aws/setup-iam-oidc.sh 4.4 KB runs code
- governance/scripts/project_setup/cloud/azure/README.md 3.4 KB
- governance/scripts/project_setup/cloud/azure/setup-acr.sh 3.3 KB runs code
- governance/scripts/project_setup/cloud/azure/setup-managed-identity.sh 5.0 KB runs code
- governance/scripts/project_setup/cloud/gcp/configure_revision_retention.sh 3.6 KB runs code
- governance/scripts/project_setup/cloud/gcp/README.md 4.3 KB
- governance/scripts/project_setup/cloud/gcp/setup_artifact_registry.sh 3.6 KB runs code
- governance/scripts/project_setup/cloud/gcp/setup-ai-review-gcp.sh 17 KB runs code
- governance/scripts/project_setup/cloud/gcp/setup-environments.sh 9.5 KB runs code
- governance/scripts/project_setup/cloud/gcp/setup-projects.sh 9.3 KB runs code
- governance/scripts/project_setup/cloud/gcp/setup-wif.sh 6.4 KB runs code
- governance/scripts/project_setup/README.md 4.1 KB
- governance/scripts/project_setup/setup_github_environments.sh 3.3 KB runs code
- governance/scripts/project_setup/validate_configuration.sh 4.7 KB runs code
- governance/scripts/setup_project_hybrid.sh 8.1 KB runs code
- governance/scripts/setup-ai-pr-review-labels.sh 2.8 KB runs code
- governance/scripts/setup-all-labels.sh 2.9 KB runs code
- governance/scripts/workflows/check_conflicts.py 2.9 KB runs code
- governance/scripts/workflows/check_error_rate.py 1.7 KB runs code
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.
- 4d ago Changed · +1 lines 0a85a9227a56
- 5d ago First seen · 1,246 lines · 73 tokens per session scan A dc9a3d18e869
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.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
remove
Remove a deployed framework or addon from the current workspace.