Identify constraints for a candidate using TOC, TRIZ, and Pre-mortem methods.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill constraint-identification-sop --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Constraint Identification Sop?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-constraint-identification-sop)More formats (shields.io, HTML) on the badges page.
---
name: constraint-identification-sop
description: Identify constraints for a candidate using TOC, TRIZ, and Pre-mortem methods.
execution: subagent
prompt: ./prompt.md
input: candidate, context
used-by: feasibility-assessment
---
# Constraint Identification SOP
Systematically discover all constraints that could prevent a candidate from being implemented. Applies three complementary methods: Theory of Constraints (find the bottleneck), TRIZ contradiction analysis (surface technical/physical contradictions), and Pre-mortem (imagine failure and trace causes).
## Execution
Spawns a subagent that:
1. Receives candidate description and implementation context
2. Applies TOC to identify system bottlenecks
3. Applies TRIZ to surface contradictions
4. Runs Pre-mortem to imagine failure scenarios
5. Deduplicates and returns consolidated constraint list
## Why Subagent
Constraint discovery requires creative, divergent thinking across multiple frameworks. Running as a subagent prevents premature filtering and ensures all three methods are fully applied.
## HARD-GATE
Output MUST include: at least 3 constraints identified, method attribution for each, and initial severity estimate. Reject if fewer than 3 constraints found.
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!