From qiushi-skill
Trigger at the start of each new top-level conversation to establish the core methodology and select downstream skills only when clearly useful. Skip this skill when you are a delegated sub-agent handling a narrow, concrete task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qiushi-skill:arming-thought_enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Sub-agents: skip this skill outright.** The skip condition is already noted in the description field above; this line is only a readability reminder.
Sub-agents: skip this skill outright. The skip condition is already noted in the description field above; this line is only a readability reminder.
Treat this skill as a lightweight router and validation framework. It has exactly two goals:
Seek Truth from Facts constraint to every judgment."'Facts' refers to all things that objectively exist; 'truth' refers to their internal connections, that is, their laws; and 'to seek' means that we study them." — Mao Zedong, "Reform Our Study"《改造我们的学习》
Look at the facts before making a judgment. Acknowledge what you do not know before assembling a conclusion. If the facts conflict with your assumptions, revise the assumptions—not the facts.
The following are observable behavioral standards:
| Principle | Observable Behavior | Violation Signal |
|---|---|---|
| No empty talk—look at facts | Every conclusion is backed by concrete evidence (what was read / observed / executed) | A judgment is given with no factual support |
| Verification before "done" | A verification action is performed before claiming completion (run, read output, compare against expectations) | Declared done without verification |
| Admit what you don't know | When encountering uncertain information, explicitly note "needs further confirmation" | Guessing instead of investigating |
| Probe causes when blocked | Upon failure, explain the cause, conduct further investigation, or switch approaches | Stopping at the first obstacle |
Invoke a downstream skill only when at least one of these conditions holds:
The following situations typically warrant invoking the corresponding skill:
| Situation You Encounter | Skill to Invoke |
|---|---|
| Facing a complex problem with no clear starting point | contradiction-analysis — Contradiction Analysis |
| Need to validate a plan or iterate on improvements | practice-cognition — Practice–Cognition Theory |
| Must decide but lack sufficient information | investigation-first — Investigation First |
| Need to gather diverse opinions or integrate multi-source information | mass-line — Mass Line |
| Need to review the quality of completed work | criticism-self-criticism — Criticism and Self-Criticism |
| Facing a long-term complex task | protracted-strategy — Protracted Strategy |
| Multiple tasks competing for attention | concentrate-forces — Concentrate Forces |
| Starting from scratch with limited resources | spark-prairie-fire — A Single Spark Can Start a Prairie Fire |
| Multiple goals requiring balance | overall-planning — Overall Planning |
| A task clearly requires chaining multiple methods | workflows — Workflow Composition |
The following situations usually do not require loading a downstream skill:
Seek Truth from Facts constraintPriority principles:
Skill tool to invoke the corresponding skillcommands/ directory of this repositoryskills/*/SKILL.mdBe rigorous, but not mechanical. When a thought-weapon would significantly improve judgment or action, use it; when it would only add procedural overhead, skip it.
npx claudepluginhub li-aolong/qiushi-skillGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.