git404hub

what is siduchishui-skill fr?

waylean/siduchishui-skill — explained in plain English

Analysis updated 2026-05-18

19Audience · developerComplexity · 2/5Setup · easy

tl;dr

A Codex/AI-agent skill that structures decision making under uncertainty for technical diagnosis, using a decision method drawn from a historical campaign and structured investigation principles.

vibe map

mindmap
  root((siduchishui-skill))
    What it does
      Structures uncertain decisions
      Prompts fact-check first
      Defines rollback conditions
    Tech stack
      Codex skills
      YAML config
      Markdown skill files
    Use cases
      Diagnose performance regressions
      Review large pull requests
      Handle production incidents
    Audience
      Developers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Give an AI agent a structured method for diagnosing a production incident before proposing a fix.

VIBE 2

Review a large pull request by risk boundary, rollback path, and decision ownership instead of just style.

VIBE 3

Investigate a performance regression by isolating variables before changing code.

VIBE 4

Force an agent to state what evidence would prove its judgment wrong and how to roll back.

what's the stack?

CodexYAML

how it stacks up fr

waylean/siduchishui-skill16nic/comfyui-agnes-ai18534516725/llm-api-setup-guides
Stars191919
LanguagePythonCSS
Setup difficultyeasymoderateeasy
Complexity2/52/51/5
Audiencedevelopervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Copy the maneuver-decision folder into a Codex skills directory and trigger it with a prompt.

in plain english

This project, called maneuver-decision, is a skill for AI agents that gives them a structured way to make decisions under uncertainty, aimed at situations like technical diagnosis, production incidents, and risky code changes. The methodology is drawn from the Four Crossings of the Chishui River military campaign, combined with ideas from Mao's Selected Works around investigation, contradiction analysis, testing ideas through practice, staged judgment, and combining a single sample with the wider picture. The README is explicit that it does not retell the history itself or use historical comparisons as evidence for a current problem, it only extracts the transferable decision-making approach. When an AI agent uses this skill on a complex bug, an outage, a performance regression, a legacy system change, a large pull request, or a high risk fix, it is prompted to answer a set of questions first: whether the known facts are sufficient, what the core conflict is between the goal and the main constraint, which stage the situation is currently in, which direction could change things at the lowest cost, which action would verify a judgment fastest, what signal would confirm it, what signal would prove it wrong, and how to roll back or change direction if it turns out to be wrong. The README includes evaluation results comparing this skill against a plain structured baseline prompt across different scenario types. It reports a small overall improvement, with the clearest gains in technical diagnosis scenarios, but slightly worse results in scenarios like product decisions, organizational firefighting, and architecture management, where the author notes the skill still lacks business and organizational context. The README is candid that most of the benefit comes from having any structured format at all, and that this particular skill should not be treated as a universal framework. To use it, you copy the maneuver-decision folder into a Codex skills directory. The package includes a SKILL.md file, an agent configuration file, and reference documents covering the historical case, the Mao's Selected Works methodology, and a validation guide. You then trigger it in a prompt, for example asking the agent to use it to diagnose a performance regression or review a large pull request, and it responds with a structured output covering the main constraint, current stage, known facts, missing evidence, and a rollback plan.

prompts (copy fr)

prompt 1
Use $maneuver-decision to diagnose this performance regression: P95 latency on /search went from 180ms to 2.3s after a new sorting and permission filter shipped.
prompt 2
Use $maneuver-decision to review this large pull request by risk boundary, data migration, permissions, and rollback path.
prompt 3
Explain the evaluation results in this repo comparing the skill against a structured baseline prompt.
prompt 4
Help me install the maneuver-decision skill into my Codex skills directory.

Frequently asked questions

what is siduchishui-skill fr?

A Codex/AI-agent skill that structures decision making under uncertainty for technical diagnosis, using a decision method drawn from a historical campaign and structured investigation principles.

How hard is siduchishui-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is siduchishui-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.