sancai-zhen

Route agent tasks through confidence-based arbitration to select execution modes.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/songlairui/agent-monad --skill sancai-zhen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sancai-zhen
Source: https://github.com/songlairui/agent-monad/tree/main/skills/sancai-zhen
Command: npx skills add https://github.com/songlairui/agent-monad --skill sancai-zhen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes rigid step-by-step prompting from agent work by routing tasks internally based on confidence, so clear requests can move straight into execution while vague requests naturally get the extra questions they need.

Core Features & Use Cases

  • Internal routing: Automatically chooses between seed, panorama, execution, and exception handling without exposing the route to the user.
  • Consensus page workflow: Builds a shared understanding of intent, outcome, current state, boundaries, and risks before acting.
  • Autonomous execution: Continues working with progress updates when confidence is high, and pauses only for missing information, contradictions, or irreversible actions.
  • Example use case: A user asks to refactor a notification module, and the Skill drafts the consensus page, confirms only the uncertain parts, then executes with controlled progress reporting.

Quick Start

Use sancai-zhen to interpret the request, build the consensus page if needed, and start the task with the right balance of clarification and autonomous execution.

Frequently Asked Questions about sancai-zhen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does confidence-based agent routing work for workflow orchestration?

Confidence-based agent routing evaluates task clarity against thresholds to automatically choose between seed, panorama, execution, and exception handling modes without exposing the route. It moves clear requests straight to execution while guiding vague requests through clarification.

What is the best way to manage agent context for ambiguous implementation requests?

The best way to manage ambiguous agent context is building a consensus page that models intent, outcome, current state, boundaries, and risks before acting. This shared understanding allows the agent to confirm only uncertain parts before autonomous execution.

How do I reduce unnecessary back-and-forth during autonomous agent execution?

You reduce unnecessary back-and-forth by applying confidence thresholds that let the agent continue working with progress updates when confidence is high, pausing only for missing information, contradictions, or irreversible actions during autonomous execution.

Can I use internal arbitration to handle blocked work and feedback-driven iteration?

Yes, you can use internal arbitration to handle blocked work and feedback-driven iteration. The routing mechanism applies exception handling to blocked tasks and iterates based on feedback while maintaining graph and session state updates.

Do I need a consensus page for every agent task or only for vague ideas?

You do not need a consensus page for every agent task. It is primarily built for ambiguous ideas and vague requests to establish shared understanding, while clear implementation requests can bypass extensive clarification and move straight into execution.

What are the limitations of using confidence thresholds for state updates in agent workflows?

A limitation of using confidence thresholds for state updates is that the agent may pause execution if it detects contradictions or missing information, requiring human intervention before it can safely proceed with irreversible actions.