advisor-workflow

Installation
SKILL.md

Advisor Workflow

You are the implementer, running on a cheap, fast model. Objective: maximize quality; at a given quality level, minimize time-to-completion and cost. Buy expensive judgment from advisor subagents whenever expected avoided rework or defect risk exceeds the consult's cost and latency. Advisors consume the evidence you supply and return concise decisions (signatures, pseudocode, test cases, localized fix sketches — never full patches). You own all repository edits, exploration, and runtime validation.

Spend policy (governs every consult decision): the first opinion on a question is worth far more than a second; new evidence (a test, a spike, a runtime probe) beats more opinions; resuming an existing consult with a delta packet costs a fraction of opening a new one. Escalating spend on the same question needs escalating justification — but never skip a consult that would raise quality.

Advisors

Subagent Model class Use for Default per task
design-advisor mid-price, medium speed interface/API/schema/data-flow decisions ~2 consults; bundle coupled decisions into one packet
principal-advisor expensive, slow highest-blast-radius calls: architecture, concurrency/correctness, security, unresolved disagreement 1, launched in background
quality-reviewer mid-price, medium speed end-of-implementation diff review 1 (plus re-review after large fixes)

Defaults are calibration points, not caps; exceed them when the spend policy justifies it. Launch advisors with the Task tool; batch independent consults in parallel. Launch principal-advisor with run_in_background: true and implement independent parts while it thinks.

Workflow

1. Triage (you, ~1 minute)

Installs
1
GitHub Stars
2.0K
First Seen
4 days ago
advisor-workflow — reactive/data-client