Identify constraints, classify them by type and severity, assess removability, and design removal paths for removable constraints.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill constraint-drilling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Constraint Drilling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-constraint-drilling)More formats (shields.io, HTML) on the badges page.
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!