template-methods-orchestration
SolidRepo-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.
Install
Quality Score: 81/100
Skill Content
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
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.
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".
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.