Skip to content

Commit adc1417

Browse files
committed
Update analyze.md
1 parent c7b61f4 commit adc1417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/commands/analyze.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Execution steps:
3939

4040
4. Detection passes:
4141
A. Duplication detection:
42-
- Identify near-duplicate requirements (similarity > ~0.85 cosine or high token overlap). Mark lower-quality phrasing for consolidation.
42+
- Identify near-duplicate requirements. Mark lower-quality phrasing for consolidation.
4343
B. Ambiguity detection:
4444
- Flag vague adjectives (fast, scalable, secure, intuitive, robust) lacking measurable criteria.
4545
- Flag unresolved placeholders (TODO, TKTK, ???, <placeholder>, etc.).
@@ -58,6 +58,7 @@ Execution steps:
5858
- Terminology drift (same concept named differently across files).
5959
- Data entities referenced in plan but absent in spec (or vice versa).
6060
- Task ordering contradictions (e.g., integration tasks before foundational setup tasks without dependency note).
61+
- Conflicting requirements (e.g., one requires to use Next.js while other says to use Vue as the framework).
6162

6263
5. Severity assignment heuristic:
6364
- CRITICAL: Violates constitution MUST, missing core spec artifact, or requirement with zero coverage that blocks baseline functionality.

0 commit comments

Comments
 (0)