hatch3r-adhoc-orchestrate

Solid

Scaffolds the ad-hoc Tier >= 2 orchestration protocol -- Per-Turn Pipeline-State Header, implementer delegation plan, End-of-Turn Delegation Attestation. Use for a multi-phase task with no registered command to avoid inline-implementation bypass mode.

AI & Automation 26 stars 4 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
48
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ad-Hoc Orchestration Scaffold ## Quick Start ``` Task Progress: - [ ] Step 0: Detect ambiguity (P8 B1) - [ ] Step 1: Score the task tier (Tier >= 2 gate) - [ ] Step 2: Emit the Per-Turn Pipeline-State Header - [ ] Step 3: Build the delegation plan (no inline implementation) - [ ] Step 4: Emit the End-of-Turn Delegation Attestation template - [ ] Step 5: Verify the bypass-protection checklist ``` A multi-phase task driven by hand — research + implement + review, with no registered command running it — is still bound by the mandatory delegation contract in `rules/hatch3r-agent-orchestration.md` → Mandatory Delegation Directive (No Inline Implementation). The inline-implementation bypass mode is exactly this: running research and review sub-agents while inlining the implementation from the orchestrator turn, escaping the protocol because no command was invoked. This skill is the turnkey scaffold that closes that loophole — it does not perform the work; it emits the three required protocol blocks so the ad-hoc flow stays attributable. Use this skill at the start of any multi-phase task at Tier >= 2 that is NOT already running under a registered command (which carries these blocks itself). When the work matches a registered intent, prefer the command: a `commands/hatch3r-*.md` command (e.g. `hatch3r-workflow`, `hatch3r-board-pickup`) for a content workflow it already covers. ## Step 0 — Detect Ambiguity (P8 B1) Before any work, scan the invocation for unresolved questions ...

Details

Author
hatch3r
Repository
hatch3r/hatch3r
Created
5 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category