Commit 240409d
refactor: adopt Hard Signal Framework for create-expert verification (#781)
* refactor: adopt Hard Signal Framework for create-expert verification pipeline
Replace soft signal verification (LLM judgment) with hard signal verification
(deterministic commands with expected outputs). Key changes:
- Design Principle 1: "Built-in Verification" → "Hard Signal Verification"
with three conditions: Ground truth, Context separation, Determinism
- Plan: 3 test queries → 1 comprehensive query with deep signal coverage
- Build loop: sequential 3-query cycle → write → test → verify with
reproducibility confirmation
- Verify-test: artifact inspection + semantic review → hard signal execution
+ reproducibility check + structural checks
- Verdict system: PASS/SUFFICIENT/CONTINUE → PASS/CONTINUE
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: remove coding-specific vocabulary from Hard Signal Framework descriptions
Replace "exit codes, test results, grep matches" and similar coding-centric
examples with domain-neutral language per Design Principle 3 (Domain
Agnosticism). create-expert serves all domains, not just software development.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d5c176f commit 240409d
File tree
2 files changed
+101
-83
lines changed- .changeset
- definitions/create-expert
2 files changed
+101
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments