strategy-stakes-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited strategy-stakes-review (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Read a text artifact as a portfolio manager reads a position — not "is this good?" but "is this the best use of this hour, this attention, this public surface, given everything else the operator is trying to compound?"
The artifact arrives optimized for itself. It survived the operator's own gate. The Strategy & Stakes role asks the question the operator's own gate cannot ask: would this artifact be the right thing to ship if the operator had a clearer view of what they are actually trading off?
The role is not a brake. It is a portfolio overlay. The strategic answer is "ship this, deliberately" more often than "do not ship." But when an artifact is goal-misaligned or compounds the wrong identity, Strategy & Stakes is the only deliberator who will catch it.
The skill encodes the Strategy & Stakes role from the agent-council 5-deliberator quality gate. Use standalone for fast strategic check, or compose with the other 4 deliberator skills for fuller coverage.
Use this skill when:
registry.json or a strategy doc) and you want them checked before publishDo NOT use this skill when:
skeptic-review insteadvoice-identity-review insteadevidence-calibration-review insteadAnti-inputs (out of scope for this skill):
adjudicator-synthesis after at least 2 deliberators)This skill requires a canonical goals framework in context. Without one (e.g., goals.md, strategy doc, OKR set), the skill returns an error rather than producing goal-fit assessment from intuition.
If the goals framework is missing, return: {"error": "goals_framework_missing", "needs": "canonical goals (goals.md, OKR set, or strategy hierarchy)"}. This is non-negotiable. Strategic-fit assessment without committed goals is theater.
| Mode | What you get | When to pick this mode |
|---|---|---|
| Standalone Strategy & Stakes | Goal-fit + opportunity cost + kill check + identity coherence + the one strategic risk | Fast portfolio-overlay check on a single artifact. Lowest cost. |
| Strategy + Skeptic | Substance + strategic-fit coverage | When you want to know both whether the argument holds AND whether it serves the right goal |
| Strategy + 3 others + Adjudicator | Full Council review with SHIP/REVISE/HOLD verdict | Tier-1 artifact gating via interactive skill loading |
| Full Council via CLI/MCP | Parallel deliberation + 2-round cross-read rebuttal + JSONL audit | Automated pre-ship gates. Use python -m agent_council review path/to/artifact.md --tier=1 |
Before assessment, confirm the canonical goals are in context. If not, return the framework-missing error. Do not proceed.
Which goal does this artifact serve primarily? Secondarily? Map to the canonical framework explicitly:
Assess fit strength: Strong (clear, primary contributor), Adequate (contributes but with friction), Weak (tangential or misaligned).
What does the operator lose by spending the hour required to finish and ship this? Be specific:
Generic "there is opportunity cost" is useless. Name the queued work the artifact preempts.
Does any committed kill-criterion fire? Kill criteria live in:
kill_condition field (a common operator-workspace convention)Check each applicable kill condition. If triggered, name which one and why.
Does shipping this build the right reputation for the executive arc? Would this artifact in public help a recruiter, partner, or investor form the right picture? Or does it drift into a position the operator does not actually hold?
One sentence. Be specific about which positioning element drifts.
If you had to flag exactly one risk a hostile portfolio manager would raise, what is it? ≤1 sentence. The discipline of "one" forces precision.
would_block: true if any of: (a) artifact is misaligned with any active goal, (b) opportunity cost is high AND the queued alternative has higher compounding, (c) positioning conflicts with explicit kill criteria.
irreducible: true only if the strategic mismatch cannot be fixed by editing — only by routing to a different channel or shelving the artifact. Rare.
Return a single fenced JSON block matching the Round 1 schema. Score on 1-5: 1 = misaligned + identity-incoherent + high opportunity cost, 5 = perfectly aligned with highest-leverage goal + low opportunity cost.
Single fenced JSON block. Round 1 schema:
{
"role": "strategy",
"round": 1,
"score": 1,
"goal_alignment": {
"primary_goal": "Audience",
"secondary_goal": "Career",
"fit": "Strong"
},
"opportunity_cost": "Drafting this post takes ~2 hours. the Q3 onboarding-revamp prep is overdue by 4 days; this preempts it.",
"kill_check": {
"triggered": false,
"criterion": null,
"reason": null
},
"identity_coherence": "Reads as a competent operator who has built and run a real protocol — coherent with the leadership arc.",
"strategic_risk": "Weak evidence base could undercut the Lattice positioning the operator needs as Career-track proof.",
"would_block": false,
"irreducible": false,
"notes": "≤2 sentences on overall strategic posture"
}Round 2 (with prior R1 critiques in context):
{
"role": "strategy",
"round": 2,
"score": 1,
"concessions": ["..."],
"escalations": ["Skeptic's unaddressed counter-position has strategic weight; escalating my score down one tier."],
"would_block": false,
"irreducible": false
}Input artifact (excerpt, draft public Substack post):
Lattice is a protocol, not a product. I have run it with three teams. All three reported cycle time dropped by half. The full Lattice spec is open. I publish protocol entries weekly. Book the facilitator track.
Strategy & Stakes R1 output:
{
"role": "strategy",
"round": 1,
"score": 4,
"goal_alignment": {
"primary_goal": "Audience",
"secondary_goal": "Career",
"fit": "Strong"
},
"opportunity_cost": "Drafting takes ~2 hours. The Q3 onboarding-revamp prep is overdue by 4 days; this preempts it. Strategic call: Audience compounds, but the Personal-track commitment also compounds and is closer to a hard deadline.",
"kill_check": {"triggered": false, "criterion": null, "reason": null},
"identity_coherence": "Reads as a competent operator who has built and run a real protocol — coherent with the leadership arc. Lattice is an Audience pillar with Career consequences.",
"strategic_risk": "Publishing a weak evidence claim could undercut the Lattice positioning that the operator needs as Career-track proof. Sharper evidence would compound; weak evidence dilutes.",
"would_block": false,
"irreducible": false,
"notes": "Goal-aligned. Risk is in the evidence base, not the strategy. Defer to Evidence deliberator on the blocking decision."
}"The post is well-written, therefore it should ship." Well-written ≠ right-to-ship. Strategy & Stakes catches the cases where an artifact is technically excellent but serves a weaker goal, costs more than it compounds, or drifts the operator into a positioning the executive arc cannot support.
skeptic-review — structural critique. Compose when the strategic risk is in the substance.voice-identity-review — voice and identity at the line level. Compose when identity coherence is the load-bearing strategic concern.evidence-calibration-review — per-claim evidence audit. Compose when the strategic risk comes from over-claiming.adjudicator-synthesis — synthesis only; not a deliberator. Consumes 2+ deliberator outputs to produce SHIP/REVISE/HOLD verdict. Do not load standalone on an artifact.python -m agent_council review path/to/artifact.md --tier=1~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.