| name | yueling-quge |
| description | 子平真诠派月令取格判断。Use when a bazi chart has already been calculated and the user wants a 子平真诠派 / 格局派 explanation: identify the month-command based chart entry, distinguish 顺用 vs 逆用, handle 建禄月劫 cases, and produce evidence-based 格局候选 without making deterministic fate claims. |
月令取格判断
Source
When to Use
Use this skill when:
- 四柱、日主、月令、透干、藏干、十神映射 have already been computed.
- The user asks for 子平真诠派 / 格局派 interpretation.
- The task is to identify initial chart structure, not final fortune prediction.
Inputs
Require deterministic inputs:
{
"pillars": {"year": "", "month": "", "day": "", "hour": ""},
"day_master": "",
"month_branch": "",
"hidden_stems": {},
"revealed_stems": [],
"ten_gods": {}
}
Procedure
- Use 月令 as the first entry.
- Map 月令 and its hidden stems to ten-god relationships against 日主.
- If the month-command produces 财、官、印、食, mark the path as 顺用.
- If it produces 煞、伤、劫、刃, mark the path as 逆用 and require 制化/护卫 evidence.
- If the month is 建禄/月劫, do not treat 比劫 itself as final 用神; inspect the whole chart for 财、官、煞、食等另取用神.
- Output candidates with evidence and uncertainty, not a single forced verdict.
Output
{
"school": "子平真诠派",
"candidates": [
{
"pattern": "",
"path": "顺用|逆用|建禄月劫另寻",
"evidence": [],
"missing_checks": [],
"confidence": 0.0
}
],
"plain_explanation": ""
}
Boundaries
- Do not calculate 四柱; require code output.
- Do not decide 成败救应; call
yongshen-chengbai-jiuying.
- Do not merge this with 调候; if climate is central, link to 《穷通宝鉴》 workflow.
- Do not output absolute rich/poor/noble/lowly claims.