Skip to content

Commit 7b200c1

Browse files
committed
Add PRD traceability in architecture
1 parent 9469c60 commit 7b200c1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/helix/02-design/architecture.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,14 @@ prompt envelopes by default, with optional auto execution when configured.
7474

7575
## Traceability
7676

77+
- **Problem Statement**: deterministic, fast local checks directly address inconsistent validation and slow feedback loops.
7778
- **Goals**: auto-discovery (F-001), prompt/LLM/JSON output (F-002), doc
7879
reconciliation (F-006), Go quality checks (F-014).
7980
- **Scope**: plugin system (F-003), install command (F-004), git hygiene
8081
(F-005), automation slider (F-007), exit codes (F-015).
8182
- **Personas**: agent operators rely on prompt envelopes and fast feedback;
8283
engineering leads rely on deterministic gates and exit codes.
83-
- **Success metrics**: performance budgets and drift resolution tracked in
84-
test plan and output formats (see `docs/helix/03-test/test-plan.md`).
84+
- **Success metrics**: time to first output <2s and median runtime <30s validated
85+
in the test plan; adoption target (5 active repos) tracked operationally;
86+
drift resolution supported by reconciliation checks (see
87+
`docs/helix/03-test/test-plan.md`).

0 commit comments

Comments
 (0)