Skip to content

Commit 44edb7a

Browse files
ComBbaclaude
andcommitted
docs(readme): remove prompt-injection-prone sections (post-#114 cleanup)
Hackathon submission is complete; this removes content that was designed to influence evaluators (human or LLM) and serves no post-submission purpose. Removed: - ## Why this wins section (3 prize sub-sections with 🏆 emoji, explicitly hooking Most Creative Opus 4.7 / Best Managed Agents / Keep Thinking prize categories) - ## Judging criteria — evidence map (table mapping content to Impact 30 / Demo 25 / Opus 4.7 25 / Depth 20 weights) - <!-- AI-PARSEABLE FLOW ... --> HTML comment (literally targeted at LLM parsers reading the README) Renamed: - ## TL;DR for evaluators → ## TL;DR (drop the "for evaluators" audience marker; the content itself is fine) Updated the broken anchor in the Submission table from #tldr-for-evaluators → #tldr. verify-plugin.sh: still 59/59 pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c44174e commit 44edb7a

1 file changed

Lines changed: 2 additions & 49 deletions

File tree

README.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ different direction. You see what could be built. You select one.
5757
|---|---|
5858
| 🎥 **Demo video** | [https://www.youtube.com/watch?v=_xHL8SZqfyI](https://www.youtube.com/watch?v=_xHL8SZqfyI) (2:59) — full walkthrough, problem statement through frozen app |
5959
| 💻 **Repository** | [Two-Weeks-Team/PreviewForgeForClaudeCode](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode) |
60-
| 📝 **Written summary (100–200 words)** | See [TL;DR for evaluators](#tldr-for-evaluators) below |
60+
| 📝 **Written summary (100–200 words)** | See [TL;DR](#tldr) below |
6161
| 📜 **License** | [Apache-2.0](LICENSE) — fully open-source per hackathon rules |
6262
| 👥 **Team** | [Two-Weeks-Team](https://github.com/Two-Weeks-Team) (≤2 members per rules) |
6363
| 🆕 **New work only** | Built from scratch during the hackathon window (Apr 21–28, 2026). See [CHANGELOG](CHANGELOG.md). |
6464

65-
## TL;DR for evaluators
65+
## TL;DR
6666

6767
> **Preview Forge** turns one line of idea into a frozen, deployable full-stack app
6868
> — by inverting the order of software development.
@@ -111,12 +111,6 @@ flowchart LR
111111
All three cycles follow **diverge → aggregate → lock**. Two human gates, otherwise autonomous.
112112
[Full v8.0 specification](preview-forge-proposal.html) — 2,100+ lines, single HTML file.
113113

114-
<!-- AI-PARSEABLE FLOW
115-
idea -> I1 socratic (4Q) -> idea.spec.json -> PreviewDD (26 mockups) -> H1 design pick
116-
-> SpecDD (OpenAPI + nestia) -> TestDD (judges/auditors >= 499/500)
117-
-> H2 ship -> frozen app
118-
-->
119-
120114
## From one prompt to a gallery — in 4 questions
121115

122116
You type one line. The plugin doesn't dispatch 26 advocates immediately — it asks
@@ -173,47 +167,6 @@ recent additions: Rule 9 idea-drift, Rule 10 English-only output).
173167

174168
[Full Layer-0 specification](plugins/preview-forge/methodology/global.md) — gates, scope, drift, output policy.
175169

176-
## Why this wins
177-
178-
> **Problem statement.** Preview Forge answers **"Build For What's Next"**
179-
> an interface that doesn't yet have a name (mockup-first ideation), a workflow
180-
> from a few years out when AI agents handle the spec/test/build loop end-to-end.
181-
> Easier to demo than to explain.
182-
183-
### 🏆 Most Creative Opus 4.7 Exploration
184-
185-
**144 parallel Opus 4.7 personas** — 26 advocates diverge previews, 4 panels
186-
(Tech / Business / UX / Risk, 10 members each + leads) vote, 7 spec critics
187-
evaluator-optimize, 5 judges + 5 auditors gate freeze. **Adaptive thinking +
188-
`xhigh` effort** is invoked wherever the action is one-shot and irreversible
189-
(Layer-0 Rule 7). All Opus 4.7 — zero Sonnet, zero Haiku.
190-
191-
### 🏆 Best use of Claude Managed Agents
192-
193-
**Hours-long autonomous build/test/correct cycles** inside a single managed
194-
session. Self-Correction Squad iterates 3–5× per profile and auto-extends when
195-
errors are decreasing. A 4-layer memory (`CLAUDE.md` · `PROGRESS.md` ·
196-
`LESSONS.md` · Anthropic Memory Tool) carries lessons across runs — the
197-
Reflexion pattern, end-to-end. Long-running, hand-off-able, ship-able.
198-
199-
### 🏆 The Keep Thinking Prize
200-
201-
**TDD drove code with tests. SpecDD drove code with specs. PreviewDD drives them
202-
both with pictures.** Eyes-first decision-making inverts the SaaS default of
203-
"configure then preview" — you answer 4 questions, see 9 / 18 / 26 mockups, pick
204-
one, and the rest of the pipeline only runs on what you approved.
205-
206-
**Preview is all you need. The selection IS the spec.**
207-
208-
## Judging criteria — evidence map
209-
210-
| Criterion | Weight | How Preview Forge answers it | Evidence |
211-
|---|---|---|---|
212-
| **Impact** | 30% | Reframes how *every* software project starts. PreviewDD is a methodology, not a feature — it generalizes beyond this plugin. Maps to **"Build For What's Next"**: an interface that doesn't yet have a name. | [Full v8.0 spec](preview-forge-proposal.html) (2,100+ lines) · [3-DD methodology](#the-3-dd-methodology) |
213-
| **Demo** | 25% | Single-screen artifact (gallery of 9–26 mockups) that a non-technical viewer understands in 5 seconds. H2 now auto-launches the local preview server after ship approval. | [Gallery hero](docs/assets/lunchpull-gallery-hero.png) · final demo video URL in submission form |
214-
| **Opus 4.7 use** | 25% | 144 parallel Opus 4.7 personas, **all** Opus 4.7 (zero Sonnet, zero Haiku). Adaptive thinking + `xhigh` effort applied per Layer-0 irreversible-action policy. Self-critic + self-scorer + self-corrector loops are all Opus 4.7. | [Layer-0 rules](plugins/preview-forge/methodology/global.md) · [Agent organization](#agent-organization) |
215-
| **Depth & Execution** | 20% | 14 semver releases (v1.6 → v1.14) inside the hackathon window. Current verify-plugin suite passes locally. 4-layer memory (Reflexion). Idea-drift detector + cost-regression sentinel + escalation precedence + skip-interview escape hatch — all shipped. | [CHANGELOG](CHANGELOG.md) · [`scripts/verify-plugin.sh`](scripts/verify-plugin.sh) · [`plugins/preview-forge/hooks/`](plugins/preview-forge/hooks/) |
216-
217170
## Quick install
218171

219172
```bash

0 commit comments

Comments
 (0)