constraint-drilling
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/constraint-drillingSystematically discover all constraints blocking a candidate, classify them into actionable categories, assess which can be removed, and design concrete removal paths for those that can.
SKILL.md
.github/skills/constraint-drillingView on GitHub ↗
--- name: constraint-drilling description: Identify constraints, classify them by type and severity, assess removability, and design removal paths for removable constraints. execution: tactic used-by: feasibility-assessment --- # Constraint Drilling Systematically discover all constraints blocking a candidate, classify them into actionable categories, assess which can be removed, and design concrete removal paths for those that can. ## Stages 1. **Constraint Identification** — Use TOC current-reality-tree, TRIZ contradiction analysis, and Pre-mortem to surface all constraints. Deploy `constraint-identification-sop` SOP. 2. **Constraint Classification** — Sort identified constraints into hard constraints (immovable), soft constraints (workable), and assumptions (unvalidated). Deploy `constraint-classification` SOP. 3. **Removability Assessment** — For each non-trivial constraint, score how removable it is given available resources and context. Deploy `removability-assessment` SOP for each constraint (parallelizable). 4. **Removal Path Design** — For constraints with removability > 0.3, design concrete steps to remove or mitigate them. Deploy `removal-path` SOP for each removable constraint. ## Available SOPs | SOP | Stage | Purpose | |-----|-------|---------| | constraint-identification-sop | 1 | Discover constraints using structured methods | | constraint-classification | 2 | Categorize constraints by type | | removability-assessment | 3 | Score removability of each constraint | | removal-path | 4 | Design removal steps and timeline | ## Execution Guidance - Stage 1 should apply all three methods (TOC, TRIZ, Pre-mortem) for completeness - Stage 2 requires Stage 1 output - Stage 3 can run assessments in parallel for each constraint - Stage 4 only runs for constraints with removability score > 0.3 - If a hard constraint is a true showstopper, flag immediately — do not wait for full tactic completion ## Minimum Yield - Classified constraint list with >= 3 constraints identified - Removability assessment for each non-trivial constraint - Removal paths for all constraints scoring removability > 0.3
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.