Establish shared-contracts home, dependency map, MVP workplans, and umbrella-first strategy
- INTENT.md: declare umbrella as the home for shared contracts; document
umbrella-first MVP decision (code lives here until subsystems stabilize)
- wiki/SharedContracts.md: vocabulary, state enums, relation types,
selector taxonomy, event vocabulary, viewer adapter contract,
canonical text normalization, rect-registry contract
- wiki/DependencyMap.md: allowed dependency edges; folder layout +
lint-rule strategy during umbrella-first phase
- history/2026-05-24-initial-assessment.md: alignment review, technical
risks, and the umbrella-first pivot rationale
- workplans/CE-WP-0001..0004: four ralph-compatible workplans covering
foundations, PDF review slice, form binding + visual guide, and
citation card export — implementing PRD §20 end-to-end
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:42:25 +02:00
|
|
|
# MVP Workplans
|
|
|
|
|
|
2026-06-08 00:37:34 +02:00
|
|
|
MVP workplans for the citation-evidence umbrella repo. CE-WP-0001..0006
|
|
|
|
|
delivered the PRD §20 reference scenario and Forms/Review UX polish.
|
2026-06-08 00:46:06 +02:00
|
|
|
CE-WP-0007 delivered Capture-view polish including field add/edit UX.
|
Establish shared-contracts home, dependency map, MVP workplans, and umbrella-first strategy
- INTENT.md: declare umbrella as the home for shared contracts; document
umbrella-first MVP decision (code lives here until subsystems stabilize)
- wiki/SharedContracts.md: vocabulary, state enums, relation types,
selector taxonomy, event vocabulary, viewer adapter contract,
canonical text normalization, rect-registry contract
- wiki/DependencyMap.md: allowed dependency edges; folder layout +
lint-rule strategy during umbrella-first phase
- history/2026-05-24-initial-assessment.md: alignment review, technical
risks, and the umbrella-first pivot rationale
- workplans/CE-WP-0001..0004: four ralph-compatible workplans covering
foundations, PDF review slice, form binding + visual guide, and
citation card export — implementing PRD §20 end-to-end
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:42:25 +02:00
|
|
|
|
|
|
|
|
| Workplan | Title | Status |
|
|
|
|
|
|----------|----------------------------------------|--------|
|
2026-06-08 00:37:34 +02:00
|
|
|
| `CE-WP-0001` | Foundations — scaffold, folders, lint rules, normalize, fixtures | done |
|
|
|
|
|
| `CE-WP-0002` | PDF review slice — engine types, anchor, source, viewer, sidebar | done |
|
|
|
|
|
| `CE-WP-0003` | Form binding + visual guide — EvidenceLink, rect registry, overlay | done |
|
|
|
|
|
| `CE-WP-0004` | Citation card export — Markdown + HTML renderers, sidebar export | done |
|
|
|
|
|
| `CE-WP-0005` | Demo sessions — uploads, named sessions, ZIP export/import | done |
|
|
|
|
|
| `CE-WP-0006` | Forms & review UX refinements — blob fix, scroll centre, linking | done |
|
2026-06-08 00:46:06 +02:00
|
|
|
| `CE-WP-0007` | Capture view polish — scroll, linking, layout, rename, field UX | done |
|
Establish shared-contracts home, dependency map, MVP workplans, and umbrella-first strategy
- INTENT.md: declare umbrella as the home for shared contracts; document
umbrella-first MVP decision (code lives here until subsystems stabilize)
- wiki/SharedContracts.md: vocabulary, state enums, relation types,
selector taxonomy, event vocabulary, viewer adapter contract,
canonical text normalization, rect-registry contract
- wiki/DependencyMap.md: allowed dependency edges; folder layout +
lint-rule strategy during umbrella-first phase
- history/2026-05-24-initial-assessment.md: alignment review, technical
risks, and the umbrella-first pivot rationale
- workplans/CE-WP-0001..0004: four ralph-compatible workplans covering
foundations, PDF review slice, form binding + visual guide, and
citation card export — implementing PRD §20 end-to-end
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:42:25 +02:00
|
|
|
|
|
|
|
|
## Order
|
|
|
|
|
|
2026-06-08 00:37:34 +02:00
|
|
|
CE-WP-0001..0004 are strictly sequential. CE-WP-0005 depends on 0004.
|
|
|
|
|
CE-WP-0006 depends on 0005. CE-WP-0007 depends on 0006:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
/ralph-workplan workplans/CE-WP-0007-capture-view-polish.md
|
|
|
|
|
```
|
Establish shared-contracts home, dependency map, MVP workplans, and umbrella-first strategy
- INTENT.md: declare umbrella as the home for shared contracts; document
umbrella-first MVP decision (code lives here until subsystems stabilize)
- wiki/SharedContracts.md: vocabulary, state enums, relation types,
selector taxonomy, event vocabulary, viewer adapter contract,
canonical text normalization, rect-registry contract
- wiki/DependencyMap.md: allowed dependency edges; folder layout +
lint-rule strategy during umbrella-first phase
- history/2026-05-24-initial-assessment.md: alignment review, technical
risks, and the umbrella-first pivot rationale
- workplans/CE-WP-0001..0004: four ralph-compatible workplans covering
foundations, PDF review slice, form binding + visual guide, and
citation card export — implementing PRD §20 end-to-end
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 16:42:25 +02:00
|
|
|
|
|
|
|
|
## How to run a workplan
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
/ralph-workplan workplans/CE-WP-0001-foundations.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Ralph drives the loop and retires automatically when all tasks in the
|
|
|
|
|
workplan are marked `done`. See `~/.claude/plugins/ralph-workplan/ralph-workplan.md`.
|
|
|
|
|
|
|
|
|
|
## Acceptance for MVP
|
|
|
|
|
|
|
|
|
|
The first reference scenario from PRD §20 runs end-to-end:
|
|
|
|
|
|
|
|
|
|
1. Create a collection
|
|
|
|
|
2. Upload a PDF
|
|
|
|
|
3. Select a passage, add commentary, create an evidence item
|
|
|
|
|
4. Open a side-by-side form
|
|
|
|
|
5. Link the evidence item to a form field
|
|
|
|
|
6. Focus the field → field, evidence card, and PDF passage all highlighted
|
|
|
|
|
7. SVG guide visible between field → card → highlight
|
|
|
|
|
8. Export evidence as a Markdown citation card
|