Files
warframe-bilder/wireframe-system/.agents/skills/documentation-normalizer/references/normalization-examples.md
T
Vadim Flowed 1036cb5739 Last Update
2026-05-10 19:18:50 +03:00

579 B

Normalization Examples

Use compact objects like these when building normalized_project.json.

{
  "id": "REQ-001",
  "statement": "Users can create a project from uploaded documentation.",
  "module_id": "MOD-001",
  "priority": "must",
  "confidence": "high",
  "source_refs": ["SRC-001#section-project-creation"]
}
{
  "id": "Q-001",
  "question": "Which Figma file should receive generated wireframes?",
  "status": "unresolved",
  "blocks": ["figma-build"],
  "default_assumption": "",
  "answer": "",
  "answered_at": "",
  "source_refs": []
}