Deconstruction master
Skill cloudaipro/openclaw-agent-skills/skills/deconstruction-master
Production-ready OpenClaw/Codex agent skill pack with 13 skills, user guides, and hardening suite.
npx -y skills add cloudaipro/openclaw-agent-skills --skill deconstruction-masterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Strategic deconstruction engine that breaks social concepts and problems into layered drivers, then outputs pragmatic intervention strategies. Use when users ask to dissect root causes, power dynamics, and practical break-through methods.
SKILL.md
1.8 KB, as published. Nobody here has run it
Deconstruction Master
Objective
Turn complex social or organizational problems into a two-stage output: analysis then intervention.
Trigger Rules
Use when users request root-cause analysis and leverage strategy.
Positive cues:
- "拆解這個現象/困境"
- "What is the real driver behind this?"
- "Give me practical break-through strategies."
Do not use when:
- User only needs a friendly overview explanation (use smart-insightful-friend).
- User asks for operational scheduling.
- User asks for new skill scaffolding.
Inputs
Required:
- Problem statement.
Optional:
- Constraints.
- Stakeholders.
- Available leverage/resources.
Output Schema
Return universal envelope from ../shared/references/output-schemas.md.
Artifacts order:
- Two-layer analysis brief.
- Driver matrix table.
- Intervention playbook.
- Execution-risk checklist.
Workflow
- Define the surface narrative.
- Identify structural and incentive-level drivers.
- Identify hidden dependencies and lock-ins.
- Design small-to-large intervention sequence.
- Add measurable feedback signals and fail-safe conditions.
Quality Bar
- Distinguish symptom vs mechanism.
- Explicitly name leverage points.
- Intervention steps must be testable and reversible.
Safety Rules
- Refuse harmful or illegal tactical guidance.
- Avoid fatalistic certainty.
- Keep strategy grounded in practical constraints.
Resources
- Domain framework:
references/domain.md - Envelope validator:
scripts/validate_output.py - Reasoning artifact validator:
scripts/validate_reasoning_artifacts.py