@chrono-meta/fh-gate 1.0.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/challenger.md +169 -0
- package/AGENTS.md +160 -0
- package/CATALOG.md +256 -0
- package/CHEATSHEET.md +367 -0
- package/CLAUDE.md +331 -0
- package/CONTRIBUTING.md +198 -0
- package/LICENSE +21 -0
- package/README.md +131 -418
- package/bin/fh-goal.js +9 -0
- package/bin/fh-run.js +9 -0
- package/docs/banner.png +0 -0
- package/docs/codex-compat.md +123 -0
- package/docs/pillars.svg +70 -0
- package/knowledge/shared/harness-core/fh_integration_contract.md +48 -29
- package/package.json +31 -6
- package/plugins/fh-commons/README.md +37 -0
- package/plugins/fh-commons/agents/quench-challenger.md +373 -0
- package/plugins/fh-commons/skills/convergence-loop/SKILL.md +155 -0
- package/plugins/fh-commons/skills/deliberation/SKILL.md +288 -0
- package/plugins/fh-commons/skills/mcp-circuit-breaker/SKILL.md +196 -0
- package/plugins/fh-commons/skills/token-budget-gate/SKILL.md +175 -0
- package/plugins/fh-meta/agents/fact-checker.md +121 -0
- package/plugins/fh-meta/agents/hub-persona-auditor.md +109 -0
- package/plugins/fh-meta/agents/persona-innovator.md +195 -0
- package/plugins/fh-meta/skills/agent-composer/SKILL.md +461 -0
- package/plugins/fh-meta/skills/agent-composer/SKILL_detail.md +464 -0
- package/plugins/fh-meta/skills/apex-review/SKILL.md +185 -0
- package/plugins/fh-meta/skills/asset-placement-gate/SKILL.md +135 -0
- package/plugins/fh-meta/skills/contention-layer/SKILL.md +127 -0
- package/plugins/fh-meta/skills/context-bridge-dispatch/SKILL.md +30 -0
- package/plugins/fh-meta/skills/context-bridge-dispatch/SKILL_detail.md +144 -0
- package/plugins/fh-meta/skills/context-doctor/SKILL.md +341 -0
- package/plugins/fh-meta/skills/cross-ecosystem-synergy-detection/SKILL.md +202 -0
- package/plugins/fh-meta/skills/deep-clarify/SKILL.md +144 -0
- package/plugins/fh-meta/skills/edit-manifest/SKILL.md +210 -0
- package/plugins/fh-meta/skills/field-harvest/SKILL.md +384 -0
- package/plugins/fh-meta/skills/frontier-digest/SKILL.md +272 -0
- package/plugins/fh-meta/skills/goal-quench/SKILL.md +509 -0
- package/plugins/fh-meta/skills/harness-doctor/SKILL.md +277 -0
- package/plugins/fh-meta/skills/harness-doctor/SKILL_detail.md +484 -0
- package/plugins/fh-meta/skills/harvest-loop/SKILL.md +231 -0
- package/plugins/fh-meta/skills/harvest-loop/SKILL_detail.md +201 -0
- package/plugins/fh-meta/skills/hub-cc-pr-reviewer/SKILL.md +129 -0
- package/plugins/fh-meta/skills/hub-cc-pr-reviewer/SKILL_detail.md +158 -0
- package/plugins/fh-meta/skills/install-doctor/SKILL.md +207 -0
- package/plugins/fh-meta/skills/install-wizard/SKILL.md +613 -0
- package/plugins/fh-meta/skills/marketplace-gate/SKILL.md +193 -0
- package/plugins/fh-meta/skills/memory-hygiene/SKILL.md +143 -0
- package/plugins/fh-meta/skills/meta-prompt-builder/SKILL.md +167 -0
- package/plugins/fh-meta/skills/meta-prompt-builder/SKILL_detail.md +37 -0
- package/plugins/fh-meta/skills/pipeline-conductor/SKILL.md +430 -0
- package/plugins/fh-meta/skills/plugin-recommender/SKILL.md +221 -0
- package/plugins/fh-meta/skills/plugin-recommender/SKILL_detail.md +220 -0
- package/plugins/fh-meta/skills/prompt-regression/SKILL.md +178 -0
- package/plugins/fh-meta/skills/public-surface-audit/SKILL.md +224 -0
- package/plugins/fh-meta/skills/return-path-gate/SKILL.md +257 -0
- package/plugins/fh-meta/skills/self-marketing-lint/SKILL.md +129 -0
- package/plugins/fh-meta/skills/sim-conductor/SKILL.md +364 -0
- package/plugins/fh-meta/skills/sim-conductor/SKILL_detail.md +337 -0
- package/plugins/fh-meta/skills/skill-splitter/SKILL.md +126 -0
- package/plugins/fh-meta/skills/skill-splitter/SKILL_detail.md +185 -0
- package/plugins/fh-meta/skills/source-grounding-audit/SKILL.md +230 -0
- package/plugins/fh-meta/skills/source-grounding-audit/SKILL_detail.md +182 -0
- package/plugins/fh-meta/skills/steel-quench/SKILL.md +226 -0
- package/plugins/fh-meta/skills/steel-quench/SKILL_detail.md +453 -0
- package/plugins/fh-meta/skills/verify-bidirectional/SKILL.md +238 -0
- package/scripts/fh-gate.sh +175 -40
- package/scripts/fh-goal.sh +182 -0
- package/scripts/fh-run.sh +269 -0
package/CHEATSHEET.md
ADDED
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
# forge-harness User Cheatsheet
|
|
2
|
+
|
|
3
|
+
Frequently used commands and phrases.
|
|
4
|
+
|
|
5
|
+
> **`<harness-root>`** = the path where you cloned this repo. Example: `~/projects/forge-harness`. Replace `<harness-root>` in the commands below with your actual path.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 1. Memory check
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
# Local memory (currently active)
|
|
13
|
+
ls ~/.claude/projects/*/memory/
|
|
14
|
+
|
|
15
|
+
# Persistent memory (full history)
|
|
16
|
+
# <harness-root> replacement example: ls ~/projects/forge-harness/tracks/
|
|
17
|
+
ls <harness-root>/tracks/
|
|
18
|
+
|
|
19
|
+
# Find past sessions
|
|
20
|
+
ls <harness-root>/tracks/*/session_*.md
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 2. Domain knowledge
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
# Domain list
|
|
29
|
+
ls <harness-root>/knowledge/domain/
|
|
30
|
+
|
|
31
|
+
# Add new domain
|
|
32
|
+
mkdir -p <harness-root>/knowledge/domain/<domain-name>/{tc,knowledge}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 3. Symbolic Link setup
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
# Project → domain knowledge
|
|
41
|
+
ln -s <harness-root>/knowledge/domain/<domain>/ <project>/docs/domain/<domain>
|
|
42
|
+
|
|
43
|
+
# New project → copy skeleton
|
|
44
|
+
cp -r <harness-root>/templates/.claude/ <project>/.claude/
|
|
45
|
+
cp <harness-root>/templates/CLAUDE.md <project>/CLAUDE.md
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 4. Common Claude Code phrases
|
|
51
|
+
|
|
52
|
+
### Universal (any project)
|
|
53
|
+
| What you want | What to say to Claude |
|
|
54
|
+
|-------------|---------------------|
|
|
55
|
+
| Start session (greeting) | "hi" → auto-reads CATALOG.md and guides today's work |
|
|
56
|
+
| Start session (fallback) | "read root memory" → reliable trigger when greeting doesn't work |
|
|
57
|
+
| Check past session | "read the 04-12 session from forge-harness" |
|
|
58
|
+
| Clean memory | "clean up local memory" |
|
|
59
|
+
| Save session | "save the current session" |
|
|
60
|
+
| Evaluate structure | "how do you evaluate this structure from an AI perspective" |
|
|
61
|
+
| Check duplicates | "check for duplicate or meaningless data" |
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## 5. Session Sync
|
|
66
|
+
|
|
67
|
+
| What you want | What to say to Claude |
|
|
68
|
+
|-------------|---------------------|
|
|
69
|
+
| Persist session record | "sync this session to forge-harness" |
|
|
70
|
+
| Clean local memory + sync | "clean local and sync forge-harness" |
|
|
71
|
+
| Check sync status | "check forge-harness sync status" |
|
|
72
|
+
| Search past work | "what did I do on 04-13?" (searches CATALOG.md) |
|
|
73
|
+
|
|
74
|
+
### Manual check
|
|
75
|
+
```bash
|
|
76
|
+
# Fast past work search via CATALOG.md
|
|
77
|
+
cat <harness-root>/CATALOG.md
|
|
78
|
+
|
|
79
|
+
# Check latest session per track
|
|
80
|
+
ls -1t <harness-root>/tracks/*/session_*.md | head -5
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 6. Git
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
cd ~/projects/forge-harness
|
|
89
|
+
git add -A && git commit -m "message"
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### 4-Axis Gate (one-time setup per clone)
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
# Activate the pre-commit hook — run once after cloning
|
|
96
|
+
git config core.hooksPath templates/.git-hooks
|
|
97
|
+
chmod +x templates/.git-hooks/pre-commit
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
After running `/steel-quench` and `/source-grounding-audit` in your session, Claude creates the Axes 2+3 pass marker automatically. If it doesn't (e.g., session interrupted), create it manually:
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
touch "tracks/_meta/.axes_23_passed_$(git rev-parse --abbrev-ref HEAD | tr '/' '_')_$(date +%Y-%m-%d).marker"
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## 7. Weekly improvement cycle
|
|
109
|
+
|
|
110
|
+
The hub audits and improves itself weekly through `/harvest-loop` (the unified session-wrap + pattern-harvest pipeline).
|
|
111
|
+
|
|
112
|
+
| What you want | What to say to Claude |
|
|
113
|
+
|-------------|---------------------|
|
|
114
|
+
| Run session wrap + weekly harvest | `/harvest-loop` or "wrap up this week" → pattern scan + 3-tier improvement proposals + PR draft |
|
|
115
|
+
| Meta-simulation audit | `/sim-conductor B` → internal 3-persona audit + M/S/R backlog auto-generation (Area B weekly recommended) |
|
|
116
|
+
| Check status | "when was the last harvest?" |
|
|
117
|
+
| Apply improvements | "apply only 🟥 mandatory items now" |
|
|
118
|
+
|
|
119
|
+
**L1 auto-detection:** When hub cwd session starts, Claude auto-checks recent harvest file mtime → proposes `/harvest-loop` if 7+ days elapsed.
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## 8. Sub-agent operations (optional · pilot phase)
|
|
124
|
+
|
|
125
|
+
Define custom sub-agents with Claude Code standard `.claude/agents/*.md`.
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
# Hub sub-agents list
|
|
129
|
+
ls <harness-root>/.claude/agents/
|
|
130
|
+
|
|
131
|
+
# Project sub-agents list (be careful with shared repos)
|
|
132
|
+
ls <project>/.claude/agents/
|
|
133
|
+
|
|
134
|
+
# Keep personal agents local-only in shared repos
|
|
135
|
+
echo '.claude/agents/' >> <project>/.git/info/exclude
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Mode D — Copy only agent files (minimal entry without plugin install)
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
# Copy only the agents you need to your project
|
|
142
|
+
cp <harness-root>/.claude/agents/fact-checker.md <my-project>/.claude/agents/
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
Copy just 1 agent without plugin install and it's immediately callable. Updates require manual re-copy.
|
|
146
|
+
|
|
147
|
+
| What you want | What to say to Claude |
|
|
148
|
+
|-------------|---------------------|
|
|
149
|
+
| Audit external reader asset | "run persona audit" → calls `hub-persona-auditor` |
|
|
150
|
+
| Code review | "review this diff" → calls project `code-reviewer` |
|
|
151
|
+
| Naming gap detection + ideation | `/persona-innovator` or "find naming candidates" → 6-type classification + external signal scan |
|
|
152
|
+
| Meta-simulation run | `/sim-conductor` (Area C default) · `/sim-conductor B` (internal audit) · `/sim-conductor A` (external user perspective) |
|
|
153
|
+
|
|
154
|
+
**Promotion gate (after 2+ week pilot):** accepted ≥ 60% → maintain · rejected ≥ 40% → deprecate.
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## 9. Plugin management
|
|
159
|
+
|
|
160
|
+
| What you want | What to say to Claude |
|
|
161
|
+
|-------------|---------------------|
|
|
162
|
+
| Plugin recommendation | "what plugins do you recommend", "find a plugin for Jira ticket handling" |
|
|
163
|
+
|
|
164
|
+
```bash
|
|
165
|
+
# [Terminal] Update fh-meta (manual run required when new skills are added)
|
|
166
|
+
claude plugin update fh-meta@forge-harness
|
|
167
|
+
|
|
168
|
+
# [Terminal] Check installed plugin list
|
|
169
|
+
claude plugin list
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
> Plugins are not auto-updated. When you receive notification of skills/agents added to FH, update with the command above.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 10. Token efficiency best practices (AI collaboration guide)
|
|
177
|
+
|
|
178
|
+
4 levers to reduce context cost. Combine for amplified effect.
|
|
179
|
+
|
|
180
|
+
### Lever 1 — `.claudeignore` (token reduction)
|
|
181
|
+
|
|
182
|
+
Exclude unnecessary files from context. Create in project root.
|
|
183
|
+
|
|
184
|
+
```bash
|
|
185
|
+
# Basic recommended patterns
|
|
186
|
+
node_modules/
|
|
187
|
+
.git/
|
|
188
|
+
dist/
|
|
189
|
+
build/
|
|
190
|
+
*.log
|
|
191
|
+
*.lock
|
|
192
|
+
coverage/
|
|
193
|
+
__pycache__/
|
|
194
|
+
.venv/
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
> Tell Claude: `"apply standard .claudeignore"` → auto-generate proposal.
|
|
198
|
+
|
|
199
|
+
### Lever 2 — `/clear` (context reset)
|
|
200
|
+
|
|
201
|
+
Use when conversation has grown long and past context becomes noise. Clears context only without ending session.
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
/clear ← context reset (session and file state maintained)
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
**When to use**: When direction has changed / when switching to a different track / when too much was accidentally read.
|
|
208
|
+
|
|
209
|
+
### Lever 3 — Model switching
|
|
210
|
+
|
|
211
|
+
| Situation | Recommended model | Command |
|
|
212
|
+
|---|---|---|
|
|
213
|
+
| Complex design/reasoning | Opus | `/model opus` |
|
|
214
|
+
| Code writing/editing | Sonnet (default) | `/model sonnet` |
|
|
215
|
+
| Fast simple tasks | Haiku | `/model haiku` |
|
|
216
|
+
|
|
217
|
+
> Using Opus continuously for the same task multiplies token cost 3–5x. Switching down strategically is a strategy.
|
|
218
|
+
|
|
219
|
+
### Lever 4 — Keyword trigger load (Context Isolate)
|
|
220
|
+
|
|
221
|
+
Only read necessary documents at the necessary time. MEMORY.md keyword trigger method.
|
|
222
|
+
|
|
223
|
+
```
|
|
224
|
+
✅ Only read CATALOG.md first at session start
|
|
225
|
+
✅ Delayed load of related files only when keyword is spoken
|
|
226
|
+
❌ Do not pre-load all knowledge files at session start
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
> Tier context as L1 always-on (~2–5K, CLAUDE.md core rules) · L2 session (~5–20K, active track) · L3 on-demand (`knowledge/` docs), and keep critical info at the **start and end** of a document, never the middle — mid-context info loses ~10–30% accuracy ("lost in the middle"). See `knowledge/shared/harness-core/harness_frontier_diagnosis_2026-06-02.md`.
|
|
230
|
+
|
|
231
|
+
### Combined effect measurement examples
|
|
232
|
+
|
|
233
|
+
| Before | After | Savings |
|
|
234
|
+
|---|---|---|
|
|
235
|
+
| No `.claudeignore` + Opus fixed | `.claudeignore` + model switching | Token/cost reduction (varies by environment) |
|
|
236
|
+
| Not using `/clear` even when session grows long | Habit of `/clear` when direction changes | Noise removal → accuracy improvement |
|
|
237
|
+
|
|
238
|
+
> **Core principle**: Everything loaded into context has a cost. Block it from the start if it doesn't need to be read.
|
|
239
|
+
|
|
240
|
+
### Lever 5 — `/goal` (session goal locking) — Claude Code v2.1.139+
|
|
241
|
+
|
|
242
|
+
Set a goal at session start and a separate **condition evaluation LLM** monitors Claude's text output in real-time and judges whether conditions are met.
|
|
243
|
+
|
|
244
|
+
```
|
|
245
|
+
/goal <condition>
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
#### Key to writing conditions: write as observable state
|
|
249
|
+
|
|
250
|
+
| Pattern | Example | Evaluation method |
|
|
251
|
+
|---|---|---|
|
|
252
|
+
| **Test result** | `86 tests green` | pytest output itself is the signal |
|
|
253
|
+
| **Quantity criterion** | `generate 20+ test cases` | Explicit number declaration |
|
|
254
|
+
| **Variable state** | `bin_b_output not None` | Observable from output |
|
|
255
|
+
| **Task completion declaration** | `implementation complete` | Claude's declaration sentence is the signal |
|
|
256
|
+
|
|
257
|
+
> **How it works**: The condition evaluation LLM reads Claude's **text output**. So Claude explicitly declaring a result matching the condition is itself the achievement signal. Even vague conditions can be satisfied by "wrote it" declaration — but more measurable conditions provide more accurate gating effects.
|
|
258
|
+
|
|
259
|
+
```
|
|
260
|
+
Example: /goal implementation complete + 86 tests green + /goal function verified working
|
|
261
|
+
Example: /goal 20+ test cases + all cases include verification link
|
|
262
|
+
Example: /goal weekly audit complete — pattern scan → through PR
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
**When to use**: Prevent mid-session drift in multi-step work / test/TC quantity gating / when you want to clearly define session completion conditions.
|
|
266
|
+
|
|
267
|
+
> `/goal` operates independently from CLAUDE.md. Suitable for per-session temporary goals.
|
|
268
|
+
|
|
269
|
+
### Lever 6 — Wrap-then-Compact (session state preservation)
|
|
270
|
+
|
|
271
|
+
Standard `/compact` lets the auto-algorithm decide what to preserve. **Wrap-then-Compact** gives you the control: you curate the summary → that summary *becomes* the compact basis.
|
|
272
|
+
|
|
273
|
+
> Use when you want to **preserve state** (vs. `/clear` which resets). Both free up context — the difference is what survives.
|
|
274
|
+
|
|
275
|
+
**Pattern** (CC subscription only — Bedrock/API throws 400 without warning, as of 2026-06):
|
|
276
|
+
|
|
277
|
+
| Step | Action |
|
|
278
|
+
|---|---|
|
|
279
|
+
| 1. Notice context approaching limit (~80%+) | CC UI shows the context meter |
|
|
280
|
+
| 2. Ask Claude to write a session wrap-up | `"정리해줘"` / `"wrap up — completed, modified files, pending tasks"` |
|
|
281
|
+
| 3. Run `/compact` | Claude's structured wrap-up strongly influences the compact output — tends to become the cold-start primer |
|
|
282
|
+
| 4. Next session resumes with full context | Pending tasks + key decisions + file paths explicitly preserved |
|
|
283
|
+
|
|
284
|
+
**Why it's better than blind `/compact`**:
|
|
285
|
+
|
|
286
|
+
| | Blind `/compact` | Wrap-then-Compact |
|
|
287
|
+
|---|---|---|
|
|
288
|
+
| Summary basis | Auto-algorithm selects snippets | Human-curated — you control what's preserved |
|
|
289
|
+
| Pending tasks | May be lost or fragmented | Explicitly listed before compact |
|
|
290
|
+
| Key decisions | Summarized generically | Preserved with rationale |
|
|
291
|
+
| Cold-start quality | Varies | Consistent — the wrap IS the summary |
|
|
292
|
+
|
|
293
|
+
**Ideal wrap includes** (tell Claude to include all of these):
|
|
294
|
+
- ✅ Completed items (with commit hashes)
|
|
295
|
+
- ✅ Modified files + key changes
|
|
296
|
+
- ✅ Pending tasks (explicit list)
|
|
297
|
+
- ✅ Next session entry point
|
|
298
|
+
|
|
299
|
+
> **CC subscription only**: Bedrock/API has no context meter warning — it fails silently with a 400 error. This pattern is CC subscription-specific.
|
|
300
|
+
|
|
301
|
+
> **context-doctor integration**: saying `"context is getting full"` or `"slow"` → context-doctor will propose this pattern automatically.
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
## 11. New technology introduction pipeline
|
|
306
|
+
|
|
307
|
+
Standard 3-step path for actually integrating new features, tools, and frameworks into FH.
|
|
308
|
+
|
|
309
|
+
```
|
|
310
|
+
Proposal → Simulation → Optimization
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
### Step 1. Proposal (detection)
|
|
314
|
+
|
|
315
|
+
Catch signals of new technology.
|
|
316
|
+
|
|
317
|
+
| Signal source | Tool |
|
|
318
|
+
|---|---|
|
|
319
|
+
| Claude Code new features (release notes) | `/frontier-digest` |
|
|
320
|
+
| Patterns discovered in field projects | `/field-harvest` |
|
|
321
|
+
| User direct utterance ("should we try this?") | Immediately to Step 2 |
|
|
322
|
+
|
|
323
|
+
→ Output: gap analysis of whether FH integration is possible + candidate list
|
|
324
|
+
|
|
325
|
+
### Step 2. Simulation
|
|
326
|
+
|
|
327
|
+
Explore integration possibility in advance without experimentation.
|
|
328
|
+
|
|
329
|
+
```
|
|
330
|
+
/sim-conductor Area C # Ideation scan — idea × FH applicability
|
|
331
|
+
/sim-conductor Area A # External user perspective — perspective of people who would actually use it
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
→ Output: Concrete proposal of how to attach it to which FH asset (SKILL.md / CHEATSHEET / agents)
|
|
335
|
+
|
|
336
|
+
### Step 3. Optimization (apply)
|
|
337
|
+
|
|
338
|
+
Actual integration after simulation approval.
|
|
339
|
+
|
|
340
|
+
| Output type | Application location |
|
|
341
|
+
|---|---|
|
|
342
|
+
| New command/feature guidance | `CHEATSHEET.md` corresponding section |
|
|
343
|
+
| Extend existing skill | Corresponding `SKILL.md` step addition |
|
|
344
|
+
| New workflow pattern | New skill candidate (if simplification guard passed) |
|
|
345
|
+
| Agent integration | `.claude/agents/` or plugin agents/ |
|
|
346
|
+
|
|
347
|
+
→ commit + push + CATALOG.md Decision record
|
|
348
|
+
|
|
349
|
+
### Application examples
|
|
350
|
+
|
|
351
|
+
```
|
|
352
|
+
/goal feature
|
|
353
|
+
Proposal: after project experiment, propose introduction
|
|
354
|
+
Simulation: measured in project session
|
|
355
|
+
Optimization: CHEATSHEET Lever 5 updated ✅
|
|
356
|
+
|
|
357
|
+
Claude agents feature
|
|
358
|
+
Proposal: insight received about parallel management
|
|
359
|
+
Simulation: /sim-conductor Area C ← here now
|
|
360
|
+
Optimization: TBD
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
| What to say to Claude | Action |
|
|
364
|
+
|---|---|
|
|
365
|
+
| "simulate how to use this in FH" | Immediately enter Step 2 |
|
|
366
|
+
| "scan CC new features" | Step 1 (`--cc-scan`) → Step 2 auto-proposal |
|
|
367
|
+
| "apply simulation results" | Immediately enter Step 3 |
|