Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions arckit-claude/commands/diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-codex/commands/arckit.diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-codex/prompts/arckit.diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-codex/skills/arckit-diagram/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-copilot/prompts/arckit-diagram.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-gemini/commands/arckit/diagram.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
8 changes: 8 additions & 0 deletions arckit-opencode/commands/arckit.diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,14 @@ After generating the diagram, evaluate it against the following quality criteria
| 8 (Node placement) | Reorder declarations to place connected elements adjacent; group tightly-coupled components in a subgraph |
| 9 (Element count) | Split diagram at natural architectural boundaries (see Step 5b) |

### Diagram Quality Score

Calculate: passing criteria / 9 × 100%. Include this score in the output for tracking diagram quality over iterations.

### Component-to-Requirement Traceability

After the quality gate, add a table mapping each diagram element (system, container, component) to the requirement(s) it addresses. Flag elements with no requirement traceability (potentially out of scope) and requirements with no diagram element (missing from the architecture).

### Iterative Review Loop

**IMPORTANT:** Do not proceed to Step 6 until the quality gate passes. Follow this loop:
Expand Down
Loading