AGENTS.md@docs/prompts/methods-orchestration · git:20260721.4e88875 · 2026-07-21 · sha256 82a1a2376c58c554
AGENTS.md@docs/prompts/methods-orchestration git:20260721.4e88875A
Immutable. This exact content is served forever at /api/v1/blob/82a1a2376c58c554.
# Methods orchestration skill ## Overview Agent skill `template-methods-orchestration` — repo-wide methods orchestration: audit, plan, and repair method-to-pipeline provenance across manuscript methods files, `pipeline.yaml` stage contracts, artifact manifests, and evidence registries. ## Files | File | Role | | --- | --- | | [`SKILL.md`](SKILL.md) | Routable workflow (canonical) | ## Verification ```bash uv run python -m infrastructure.methods plan --project <project> --format json --check uv run python -m infrastructure.methods plan --all-public --artifact-mode source --format json ``` Keep edits in source layers. Generated output is evidence, not the fix target. ## See also - [`../AGENTS.md`](../AGENTS.md) — prompts hub - [`SKILL.md`](SKILL.md) — full workflow