template-methods-orchestration

Solid

Repo-wide methods orchestration workflow for the Research Project Template. USE WHEN the user asks to add, audit, improve, or validate methods, methodology, method contracts, stage-to-method wiring, artifact/evidence provenance, or orchestration across template projects.

AI & Automation 18 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
82
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Methods orchestration ## Natural invoke - "Improve all methods orchestration repo-wide" - "Make sure methods match the pipeline and artifacts" - "Audit methodology sections against stage contracts" - "Add method contract validation for this project" ## Workflow 1. **Build the plan** - run `infrastructure.methods` for the target project(s). 2. **Check surfaces** - manuscript methods files, `pipeline.yaml` stage contracts, artifact manifest, evidence registry, and validation commands. 3. **Repair source layers** - update `src/`, thin scripts, manuscript source, or stage contracts. Do not edit generated `output/` as a fix. 4. **Regenerate and validate** - run core pipeline or focused stage commands, then rerun methods plan with `--check`. 5. **Document routing** - update AGENTS/README when method ownership or commands changed. ## Verification commands ```bash uv run python -m infrastructure.methods plan --project <project> --format markdown uv run python -m infrastructure.methods plan --project <project> --format json --check uv run python scripts/runner/execute_pipeline.py --project <project> --core-only uv run python -m infrastructure.validation.cli prerender projects/<project>/manuscript --repo-root . uv run pytest tests/infra_tests/methods -q ``` ## Handoffs - Broken stage behavior -> [pipeline-debugging](../pipeline-debugging/SKILL.md) - Evidence/claim mismatch -> [manuscript-claim-verification](../manuscript-claim-verification/SKILL.md) - Rebuild drif...

Details

Author
docxology
Repository
docxology/template
Created
11 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

task-orchestrator

Meta-skill that enforces a structured Research-Design-Plan-Execute-Verify pipeline for every atomic task. Compensates for model/agent weaknesses (especially DeepSeek, non-native models) by adapting plan template strictness based on detected capabilities. Self-improving: records better approaches back into templates.

1 Updated 2 days ago
jajupmochi
AI & Automation Listed

orchestration-patterns

Two reusable multi-agent orchestration templates for research-and-verify work built on Claude Code's Workflow tool: fan out research over dimensions, then adversarially verify the claims that research surfaces. Use this WHENEVER you are about to hand-roll a fan-out of subagents for research, exploration, design comparison, auditing, or "go find out X and check it" — especially any time you catch yourself writing a parallel()/pipeline() of research agents and wondering how to keep them honest. It captures the frozen-ground-truth, per-stage-schema, adversarial-verifier discipline so plausible-but-wrong findings don't survive. Reach for it on phrases like "research and verify", "fan out agents", "explore this thoroughly", "compare these options and fact-check", "audit and confirm", or "orchestrate subagents".

1 Updated 1 weeks ago
JRichlen
AI & Automation Listed

orchestrate

Advance one planwright spec by one step: pick the next ready unit critical-path-first (or a cohesion bundle), run the freshness gate, record the dispatch under the per-spec lock, and dispatch /execute-task via the backend. A stateless, disposable control tower; a reconcile sweep rebuilds from disk. Never merges, marks a PR ready, or auto-chains into /spec-kickoff. --bookkeeping runs the drain + PR reconcile; --watch loops the step.

1 Updated today
inkatze