Files
shard-wiki/spec/UseCaseCatalog.md
tegwick 1c0c0efc56 Reorganize documentation into canonical repository layout
Adopt CoulombSocial/HelixForge/MarkiTect documentation structure:
- research/260608-yawex-prior-art/ — yawex exploration and sources
- demand/ — inbound NetKingdom integration requirements
- spec/ — PRD, TSD, UseCaseCatalog, ArchitectureBlueprint scaffolds
- docs/ — stakeholder documentation and repository-layout guide
- wiki/, issues/, history/ — scaffolded directories

Add SCOPE.md and AGENTS.md. Update workplan paths and README.
2026-06-08 13:55:27 +02:00

1.7 KiB

UseCaseCatalog

Status: draft scaffold · Date: 2026-06-08

See InfoTechPrimers on coulomb.social for use-case catalog conventions.

UC-01 — Standalone open wiki (L0)

Actor: Anonymous contributor
Goal: Read and write wiki pages with full history and no external dependencies.
Notes: Ward Cunningham / c2-style open mode. Recovery via Git history, not gatekeeping.

UC-02 — Attach a Git repo shard

Actor: Maintainer
Goal: Attach a repository or wiki/ subdirectory as a shard of an information space.
Notes: Preserve shard sovereignty and adapter capability profile.

UC-03 — Project a remote shard page locally

Actor: Reader
Goal: View a page from a remote or read-only shard as a local projection with provenance and freshness visible.
Notes: Lazy projection; no silent mutation.

UC-04 — Overlay edit on read-only shard

Actor: Author
Goal: Propose changes to a remote/read-only page as overlay/draft/patch before destructive apply.
Notes: Overlay-before-mutation principle.

Actor: Reader
Goal: Navigate derived views across all attached shards.
Notes: BackLinks over federated link graph is a strong core candidate (see research findings).

UC-06 — Authenticated team wiki (L2+)

Actor: Authenticated principal
Goal: Read/write under role-based authorization with identity from external provider.
Notes: See spec/ArchitectureBlueprint.md capability ladder.

UC-07 — Detect cross-shard divergence

Actor: Maintainer
Goal: Identify when equivalent pages in different shards have diverged and reconcile.
Notes: Union without erasure — conflicts visible, not hidden.