From qiushi-skill
Trigger when limited resources are being split across too many tasks and one main target must be chosen. Use this skill to concentrate effort, sequence work decisively, and finish a meaningful breakthrough before expanding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qiushi-skill:concentrate-forces_enThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> "For us, it is better to cut off one finger than to injure ten; for the enemy, it is better to annihilate one division than to rout ten."
"For us, it is better to cut off one finger than to injure ten; for the enemy, it is better to annihilate one division than to rout ten." — Mao Zedong, "Problems of Strategy in China's Revolutionary War"《中国革命战争的战略问题》(1936)
When resources are limited, do not scatter your forces across multiple problems. Instead, concentrate overwhelming force on the principal contradiction, resolve it thoroughly, and only then move on to the next. Fight no battle unprepared; fight no battle you are not sure of winning.
See original-texts.md for detailed source references.
This skill is unnecessary in the following situations:
Invoke this skill when:
"First attack the dispersed and isolated enemy; later attack the concentrated and powerful enemy." — "Ten Major Military Principles"《十大军事原则》
Conduct a comprehensive inventory of all current tasks and problems:
Invoke contradiction-analysis:
"First attack the dispersed and isolated enemy; later attack the concentrated and powerful enemy." "First take small and medium cities and the vast countryside; later take the big cities." — "Ten Major Military Principles"《十大军事原则》
Principles for choosing the breakthrough point:
"In every battle, concentrate an absolutely superior force... strive to annihilate the enemy completely; do not let any escape the net." — "Ten Major Military Principles"《十大军事原则》
Concentrate forces on the selected problem:
"Make good use of the intervals between campaigns to rest and consolidate the troops." — "Ten Major Military Principles"《十大军事原则》
After one problem is thoroughly resolved:
criticism-self-criticism)"Fight no battle unprepared; fight no battle you are not sure of winning." — Mao Zedong
Before starting to resolve each problem, check:
investigation-first)| Military Principle | General Scenario Mapping |
|---|---|
| Attack the weak before the strong | Solve tasks you are confident about first; build momentum |
| Take small cities before big cities | Secure small wins first, then tackle major objectives |
| Aim to annihilate the enemy's effective strength | Pursue thorough resolution of problems, not temporary workarounds |
| Concentrate absolutely superior forces | Focus on only one core problem at a time |
| Fight no battle unprepared | Act only when fully prepared |
| Maintain a continuous fighting style | After finishing one, immediately turn to the next; maintain momentum |
| Rest and consolidate between campaigns | Conduct periodic reviews and adjustments |
| Mistake | Mao Zedong's Critique | Correct Approach |
|---|---|---|
| Working on many things simultaneously | Dispersed forces inevitably lose | Concentrate forces on one problem |
| Abandoning a half-solved problem | "It is better to annihilate one division than to rout ten" | Resolve thoroughly before moving on |
| Tackling the hardest problem first | "First attack the dispersed and isolated enemy" | Easy before hard; accumulate advantage |
| Starting without sufficient preparation | "Fight no battle unprepared" | Investigate and research before acting |
| Continuous operations without review | "Make use of intervals to rest and consolidate" | Briefly review after each battle |
When this skill is triggered, output a task priority matrix and declare the main attack objective:
List all pending tasks (using the TodoWrite tool), tagging each with:
Select the main attack objective (only one at a time), priority criteria:
Declare and lock in, format:
🎯 Current Main Attack Objective: [Task Name]
Reason: [One sentence explaining why this task is prioritized]
Completion Signal: [Under what conditions this task is considered done]
Deferred Tasks (to be handled after the main objective is complete):
- [Task B]: [Why deferred]
- [Task C]: [Why deferred]
Rules during execution:
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.