Start from what must be true. Stop answering on autopilot.
The biggest problem with most agents is not lack of knowledge.
It is path dependence.
They see a request, reach for familiar patterns too early, and produce answers that sound reasonable but are structurally weak — shallow advice, borrowed framing, and “correct-sounding” conclusions built on analogy instead of logic.
This skill changes the default move.
It installs a logic gate before the answer:
reduce before responding.
Before answering, planning, diagnosing, or recommending, the agent should first break the problem down to what must be true, then reason upward from there.
This skill installs a structural reasoning system that helps the agent:
Use this skill when:
A shallow answer compares features.
Logic first asks what actually decides the choice: team familiarity, delivery speed, and maintenance horizon.
A shallow answer suggests better marketing.
Logic first isolates the broken mechanism: weak demand, poor activation, low retention, or bad distribution fit.
A shallow answer looks at market size.
Logic first checks edge, constraints, downside, and what would actually create asymmetry.
The agent should not begin with a conclusion.
It should first identify:
If the problem is messy, return a cleaned structure before returning a recommendation.
Memory and reasoning files live in ~/logic/.
If the directory does not exist, initialize it using setup.md.
~/logic/
├── principles.md # HOT: reasoning constitution, always loaded
├── patterns.md # reusable decomposition scaffolds
├── reflections.md # lessons from strong / weak reasoning runs
├── candidates.md # candidate rules before promotion
├── heartbeat-state.md # maintenance markers
├── index.md # file map and counts
└── cases/ # worked examples by domain
共 1 个版本