Resolves requirement contradictions and disambiguates technical scope before moving to implementation planning.
This skill bridges the gap between raw user requests and actionable development plans by identifying logical contradictions, technical ambiguities, and unstated assumptions. By systematically analyzing requirements before brainstorming begins, it ensures that developers and AI agents are building the correct solution through verified scope boundaries, clarified technical terminology, and a formalized 'Definition of Done.' It effectively prevents wasted effort by forcing the reconciliation of conflicting goals—such as 'zero latency' versus 'synchronous validation'—at the start of the workflow.
主要功能
0145 GitHub stars
02Logical contradiction detection to resolve conflicting project goals early
03Scope boundary identification to clearly define inclusions and exclusions
04Definition of Done formalization to establish concrete success criteria
05Technical terminology disambiguation for protocols, databases, and architectures
06Assumption verification to uncover the underlying 'why' behind constraints
使用场景
01Disambiguating broad technical terms such as 'caching' or 'OAuth' into specific implementations
02Reconciling mutually exclusive requirements like 'offline-first' and 'always-current data'
03Establishing the minimum viable deliverable for an MVP to prevent scope creep