aidlc-portfolio

aidlc-portfolio is a skill for Codex from awslabs/cli-agent-orchestrator. It costs 74 tokens per session (2,926 once invoked), scanned A, original, Apache-2.0.

A coordination layer for managing several AI-DLC workflows across code repositories and Git worktrees. AI-DLC is a structured method for developing software with AI assistance.

In plain words
What is it for?
Use it to initialize a portfolio workspace, register projects and relationships, create child tasks, and dispatch separate workflow runners in isolated worktrees.
Why use it?
It keeps project records, dependencies, workspaces, and delegated tasks organized in one place without changing the workflows that do the actual work.

Skill for Codex ✓ vendor

Written for Codex: agents/openai.yaml present.

Good fit Use it to initialize a portfolio workspace, register projects and relationships, create child tasks, and dispatch separate workflow runners in isolated worktrees.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/awslabs/cli-agent-orchestrator/aidlc-portfolio
About the project

CLI Agent Orchestrator is a tool that coordinates multiple AI coding command-line programs by running them as separate workers in isolated terminal sessions. A supervisor uses it to delegate software tasks to specialist agents in parallel or in sequence while the workers retain their normal command-line capabilities. The catalogue skills operate this orchestration workflow.

awslabs/cli-agent-orchestrator · 1,235 stars · on GitHub · awslabs.github.io

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 awslabs/cli-agent-orchestrator --skill aidlc-portfolio
Clone the repo
git clone --depth 1 https://github.com/awslabs/cli-agent-orchestrator

Made for: 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 aidlc-portfolio

README.md
[![agentmods](https://agentmods.dev/badge/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio/github.svg)](https://agentmods.dev/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio)
Your own site
<a href="https://agentmods.dev/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio"><img src="https://agentmods.dev/badge/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio/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 aidlc-portfolio

Your own site · 80×15
<a href="https://agentmods.dev/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio"><img src="https://agentmods.dev/badge/skills/awslabs/cli-agent-orchestrator/aidlc-portfolio.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 2,926 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 pass 7 Sept 2026
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.02926
Opus 5 $0.00037 $0.01463
Sonnet 5 $0.00015 $0.00585
Haiku 4.5 $0.00007 $0.00293

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

Security

Grade A, and why

aidlc-portfolio 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/convergence.ts, scripts/harness.ts, scripts/lib.ts, …), 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.

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.

examples/aidlc-portfolio/skills/aidlc-portfolio/SKILL.md · 339 lines

How it starts

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

AI-DLC Portfolio

Maintain a thin control plane around existing AI-DLC workflows. Never replace or modify the child workflow engine.

Resolve every relative resource path against the directory containing this SKILL.md. In the commands below, set SKILL_DIR to that absolute directory:

SKILL_DIR=/absolute/path/to/skills/aidlc-portfolio

Operating Rules

  1. Run "$SKILL_DIR/scripts/portfolio.ts" for every portfolio mutation.
  2. Keep portfolio state at <root>/portfolio and project checkouts at <root>/repositories.
  3. Give each active child intent its own path under <root>/worktrees.
  4. Dispatch one aidlc_runner per child intent with CAO assign.
  5. Treat child AI-DLC state as opaque. Never edit aidlc-state.md or derive its next stage.
  6. Require evidence and confidence for discovered catalog relationships.
  7. Ask the human about missing or uncertain business facts before verification.
  8. Run dispatch validation before starting or resuming a child runner.
  9. Treat the portfolio supervisor as the sole shared-memory approval authority.
  10. Never merge worktree-local project.md or team.md changes.
  11. The supervisor owns bootstrap; the operator should not have to prepare the workspace, repository checkout, intent files, worktrees, or child harness.
  12. Never dispatch until portfolio discovery has explicit human confirmation.
  13. Never answer a child AI-DLC question without human input.
  14. Stage, project, and verify child harnesses only through harness commands.
  15. Advance parent work only through the persisted portfolio lifecycle.
  16. Require one structured result per child and pass convergence before Learn.

Bootstrap From Work Items

The normal entry point is an operator naming a repository and one or more work items. Perform setup on their behalf:

  1. Derive a stable portfolio ID from the repository and sorted work-item IDs.
  2. Use the terminal's launch directory as the portfolio root unless the operator explicitly supplies another root. Never create a nested root.
  3. Run init against that exact root; never hand-create portfolio state.
  4. Create a fresh canonical checkout under <root>/repositories. Do not reuse, clean, reset, or remove an existing user checkout or worktree.
  5. Inspect the work items and register the project, dependencies, and one portfolio intent per independent work item using templates and utility commands.
  6. Create each worktree through worktree create.
  7. Locate the Claude AI-DLC distribution at $HOME/Project/aidlc-workflows/dist/claude. Run harness stage, harness sync, and harness verify to project one manifest-pinned Opus 5 runtime into every worktree.
  8. Run doctor and dispatch check, then assign all dependency-ready aidlc_runner sessions concurrently with CAO working_directory set to each absolute worktree.
  9. Report the generated root, intent IDs, worktree paths, and terminal IDs.

Read the full file on GitHub · 339 lines

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 · 339 lines · 74 tokens per session scan A 7ee534571d1b

Subscribe to this mod's changes

aidlc-portfolio is a skill published in the GitHub repository awslabs/cli-agent-orchestrator (1,235 stars, last pushed yesterday), licensed Apache-2.0. It adds 74 tokens to every session and 2,926 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-30.