refactor(compose-solution): remove patent examples from phase files
After merging feat/compose-solution, 3 phase files still referenced patent-scale research / patent block suffix / sensitive IP question. Strip those generic-kit-incompatible examples: - phase-2-decompose.md: "patent-scale" → "deep-domain" - phase-6-block-augment.md: "<slug>-patent" disambiguator → "<slug>-embedded" - phase-7-assemble.md: drop sensitive IP from fields passed to new-agent wizard Final grep for "patent" in main tree: zero hits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4e8542a0d5
commit
a103614c46
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ independently researched and composed.
|
|||
|
||||
## 2a — Choose path (heavy vs lightweight)
|
||||
|
||||
For heavy / patent-scale / unfamiliar-domain tasks, delegate to the
|
||||
For heavy / deep-domain / unfamiliar-domain tasks, delegate to the
|
||||
`research` skill (`skills/research/SKILL.md`, Variant C "Deep decomposition"
|
||||
is the pattern — Wave 0 decomposition, then Wave 1 per-component
|
||||
exploration). Invoke via the Agent tool with `subagent_type: kei-researcher`
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ ls _blocks/<slug>.md 2>/dev/null && echo "COLLISION" || echo "free"
|
|||
```
|
||||
|
||||
If collision: append a disambiguator (`<slug>-v2`, or a domain suffix like
|
||||
`<slug>-patent`).
|
||||
`<slug>-embedded`).
|
||||
|
||||
## 6b — Preview + per-block click (AskUserQuestion)
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Hand off to the `new-agent` skill — it already codifies the 8-phase wizard
|
|||
1. **Invoke via Agent tool** with `subagent_type: kei-code-implementer` (or
|
||||
equivalent), prompt: "Run the `new-agent` skill wizard. Use these
|
||||
already-decided fields from compose-solution: stack, deploy, paid-APIs,
|
||||
ML, patent-IP, secrets, scrapers. Slug, description, path, gotchas are
|
||||
ML, secrets, scrapers. Slug, description, path, gotchas are
|
||||
derived from DESC. Blocks list preference (from Phase 5 architecture):
|
||||
<list>."
|
||||
2. **Instruct user** to run `/new-agent` in a fresh turn if Agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue