inventory-readiness-provider-dispatch

Build and operate a computable readiness matrix that connects raw-data-to-GTM package stages with Codex/Codex/Gemini dispatch lanes and weekly credit pacing.

5 stars

Best use case

inventory-readiness-provider-dispatch is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Build and operate a computable readiness matrix that connects raw-data-to-GTM package stages with Codex/Codex/Gemini dispatch lanes and weekly credit pacing.

Teams using inventory-readiness-provider-dispatch should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/inventory-readiness-provider-dispatch/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/ai/inventory-readiness-provider-dispatch/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/inventory-readiness-provider-dispatch/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How inventory-readiness-provider-dispatch Compares

Feature / Agentinventory-readiness-provider-dispatchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Build and operate a computable readiness matrix that connects raw-data-to-GTM package stages with Codex/Codex/Gemini dispatch lanes and weekly credit pacing.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Inventory Readiness Provider Dispatch

Use this when the user wants to optimize Codex/Codex/Gemini usage around a staged GitHub work pipeline, especially:

`raw data -> inventory -> llm-wiki -> calculation code -> parametric outputs -> website/GTM`

The key lesson: do not rely only on narrative backlog notes or a provider work queue. Create a machine-readable readiness matrix that makes package stage status, evidence, downstream issue refs, and provider dispatch lanes computable.

## Canonical Workspace-Hub Pattern

For workspace-hub, the implemented pattern from #2487 is:

- canonical matrix: `config/knowledge/inventory-readiness.yaml`
- validator/renderer: `scripts/knowledge/validate_inventory_readiness.py`
- derived report: `docs/reports/inventory-readiness-matrix-YYYY-MM-DD.md`
- targeted tests: `tests/knowledge/test_inventory_readiness.py`

The Markdown report should be generated from YAML, not hand-authored as the source of truth.

## Required Workflow Gate

All packages surfaced by the matrix must follow:

`plan -> adversarial plan review -> user approval -> implementation -> adversarial implementation review -> closeout`

Do not execute downstream issue candidates just because they appear in the matrix. Keep them as references/candidates/dependencies unless explicitly approved for execution.

## Provider Fit

- Gemini: raw data discovery, source inventory, standards/competitor/GTM scouting, gap discovery.
- Codex: plan synthesis, adversarial plan review, governance/architecture decisions, implementation review.
- Codex: calculation code, validators, tests, CI fixes, bounded implementation/refactors, deterministic report generation.

Avoid burning Codex on mechanical coding when Codex has credits and the task is bounded.

## Weekly Credit Pacing Policy

Goal: keep long-running provider-ready packages staged ahead of time so work can execute continuously while credits are available.

- Target about 90% weekly usage by day 5.
- Preserve about 10% for the final 2 days.
- Apply this only when quota telemetry is sufficient.
- If telemetry is weak, route directionally using the provider scorecard plus the readiness matrix, and state confidence limits.

## Matrix Contents

Each package family should include:

1. package/stage names for the full pipeline
2. readiness status per stage, e.g. `READY`, `PARTIAL`, `BLOCKED`, `MISSING`, `STALE`
3. evidence for every non-ready stage
4. downstream issue references with role/approval state
5. provider dispatch lanes for Codex/Gemini/Codex
6. dependency issues needed to make the lane executable
7. explicit boundary text for downstream/reference-only work

## Validation Rules Learned from #2487

Add regression tests and validator rules for these pitfalls:

1. Blocked/partial/missing/stale evidence must be explicit in the rendered report. A plain status label is not enough for dispatch.
2. Dispatch `dependency_issues` must mirror all actionable/non-reference issue refs in stage evidence. Otherwise valid downstream work silently disappears from provider queues.
3. Reference-only issues should be allowed in evidence but excluded from actionable dependency-mirror requirements.
4. Provider queue counts should be labeled as observed values, not acceptance thresholds, because utilization snapshots age quickly.
5. Downstream issues must remain references/candidates/dependencies unless the current approved scope explicitly includes execution.

## TDD Implementation Checklist

1. Verify issue gate and approval state before coding.
2. Write failing tests first for schema, allowed statuses, required stages, provider lanes, downstream refs, CLI behavior, report content, and evidence requirements.
3. Implement the minimal validator/config/report needed to pass tests.
4. Add negative tests for missing evidence and missing dispatch dependency mirrors.
5. Render the report deterministically.
6. Run targeted tests and validator commands.
7. Run adversarial implementation review before closeout.
8. Commit generated source/config/report/review artifacts together.
9. Post closeout evidence and close only after validation + review pass.

## Useful Commands

```bash
uv run pytest tests/knowledge/test_inventory_readiness.py -q
uv run python scripts/knowledge/validate_inventory_readiness.py \
  --config config/knowledge/inventory-readiness.yaml \
  --validate-only
uv run python scripts/knowledge/validate_inventory_readiness.py \
  --config config/knowledge/inventory-readiness.yaml \
  --output docs/reports/inventory-readiness-matrix-$(date +%F).md
uv run python -m py_compile scripts/knowledge/validate_inventory_readiness.py
```

## Closeout Evidence

Before closing, capture:

- test result count
- validator pass output
- report render output
- py_compile pass
- adversarial implementation review verdicts
- commit hash
- GitHub closeout comment URL

Related Skills

worldenergydata-source-readiness

5
from vamseeachanta/workspace-hub

Route agents to the canonical worldenergydata source-readiness skill and summary script. Use when asked for worldenergydata data completeness, data locations, latest known data dates, scheduler freshness, source-readiness status, or acceptance-criteria inputs across the repo ecosystem.

provider-session-ecosystem-audit-and-exporters

5
from vamseeachanta/workspace-hub

Build and maintain cross-provider session-log audits for Codex, Codex, Hermes, and Gemini, including exporter design, normalization, and behavioral verification.

orcawave-orcaflex-readiness-audit

5
from vamseeachanta/workspace-hub

Audit the real readiness of digitalmodel OrcaWave/OrcaFlex spec-driven workflows by reconciling workspace-hub issues, source/tests, semantic-equivalence boundaries, and wiki synthesis gaps.

metadata-only-inventory-sweep

5
from vamseeachanta/workspace-hub

Execute constrained file inventory sweeps with metadata-only stubs and validation, useful for staged documentation work on large file sets

provider-audit-bootstrap-and-path-classification

5
from vamseeachanta/workspace-hub

Fix provider-session ecosystem audit failures caused by source-checkout imports and over-aggressive symbolic-path classification.

gtm-site-readiness-audit-local-vs-production

5
from vamseeachanta/workspace-hub

Audit GTM feature work by separating local artifact readiness from production deployment state, then fix common blockers in aceengineer-website and GTM collateral.

provider-review-prompt-path-guard

5
from vamseeachanta/workspace-hub

Prevent adversarial review dispatch failures caused by sandbox/tmp path mismatches and provider CLI working-directory drift when launching Codex or Gemini with prompt files.

multi-provider-adversarial-review

5
from vamseeachanta/workspace-hub

Dispatch parallel adversarial reviews to Codex and Gemini CLIs for plans or code artifacts. Use when the AI Review Routing Policy requires two- or three-provider review — architecture-heavy, security-affecting, cross-module, or high-stakes changes.

multi-machine-ai-readiness-and-issue-triage

5
from vamseeachanta/workspace-hub

Assess a multi-machine, multi-repo AI-enabled workspace for readiness, provider allocation, and issue prioritization.

absolute-path-review-prompt-dispatch

5
from vamseeachanta/workspace-hub

Prevent adversarial review dispatch failures caused by relative prompt paths, superseded background sessions, and stale completion notices when launching Codex/Gemini review jobs.

absolute-path-review-dispatch-guard

5
from vamseeachanta/workspace-hub

Prevent Codex/Gemini adversarial review dispatch failures caused by relative prompt-file paths and background workdir drift.

document-inventory

5
from vamseeachanta/workspace-hub

Scan and catalog document collections with metadata extraction, categorization, and statistics. Use for auditing document libraries, preparing for knowledge base creation, or understanding large file collections.