Canonical project wiki
New builds write human-facing knowledge into <project>/wiki while .sdtk/wiki remains internal state for reports, graph data, raw registry, provenance, and maintenance evidence.
SDTK-WIKI
SDTK-WIKI is the public local second-brain product in the suite. It turns Markdown-heavy project knowledge into a canonical wiki folder, internal graph state, semantic extraction reports, source-quality checks, and deterministic local query without turning the workflow into a cloud service.
> YOUR PROJECT REMEMBERS ITSELF
Every other AI dev tool forgets your project the moment you close the tab. SDTK-WIKI is the local memory layer that runs underneath the whole suite — so your AI starts each session already knowing what was decided, what is half-built, and what is shipped. This is the single feature that turns nights and weekends into compounding progress instead of a series of restarts.
Without a memory layer
With SDTK-WIKI
Every doc you write, every decision you log, every spec the suite produces gets ingested into the wiki + graph.
sdtk-wiki ingest ./docs ./governanceYou sit back down. Open the project. Forgot what 'order-tracking-v2' was about.
sdtk-wiki query "order tracking v2 acceptance"Wiki returns the relevant BA spec, the design decisions, the open tasks, and what was already shipped.
→ BA_SPEC + ARCH_DESIGN + REVIEW_PACKET + open backlogYour AI now starts the session knowing the context, not asking you to re-explain it.
No 45-minute re-orientation. Straight to the next decision.When a solo founder reaches for this
Next Friday night. Two weeks since you touched this project. Normally you'd spend 45 minutes re-reading your own code and decisions. Instead: open the repo, sdtk-wiki query 'where did I leave order tracking', read the indexed BA spec + open backlog + last review packet, and start the next decision within 5 minutes. This is what 'progress compounds' actually means.
Product truth
These cards summarize the current shipped or internal surface exactly as it exists in the local source tree.
New builds write human-facing knowledge into <project>/wiki while .sdtk/wiki remains internal state for reports, graph data, raw registry, provenance, and maintenance evidence.
The intended flow is init, ingest, compile --mode safe --apply, then query. Advanced wiki commands remain available for diagnostics, but the public product path stays simple.
SDTK-WIKI adds source-quality linting, local query/search, discover planning, enrichment review, and safe maintenance planning so the wiki can grow without silent destructive mutation.
Beginner workflow
Knowledge operations
Storage contract
| Runtime | Project | User | Notes |
|---|---|---|---|
| CLI | Yes | Package install | Runs locally inside the target project and writes project-local wiki output and .sdtk/wiki state. |
| Claude | Yes | Guide-aware | Generated AGENTS.md and CLAUDE.md are intended to help agent sessions read the local wiki contract before working. |
| Codex | Yes | Guide-aware | Generated AGENTS.md can anchor Codex sessions to the project-local second-brain and safety rules. |
Canonical usage guide
products/sdtk-wiki/governance/SDTK_WIKI_USAGE_GUIDE.md
Install, initialize, ingest, compile, query, lint, and maintain a project-local second brain.
Package README
products/sdtk-wiki/distribution/sdtk-wiki-kit/README.md
npm-facing package truth for sdtk-wiki-kit and the current public command surface.
Internal state
.sdtk/wiki
Project-local reports, provenance, raw registry, graph output, and maintenance evidence.
Position in the SDTK control plane
SDTK-WIKI is the memory layer that wraps every owner. It is the only product that reads across all packs so context, decisions, and lookups survive between work sessions.
Highlighted owners actively use SDTK-WIKI as their execution pack.
Family links
These product pages map the current suite boundaries so users can move from specification to coding to operations deliberately.
Use SDTK-SPEC for formal requirements, architecture, traceability, and downstream handoffs.
Open page ->DesignUse SDTK-DESIGN to turn requirements and project context into reviewable screen briefs, prototypes, and design handoff evidence.
Open page ->ImplementationUse SDTK-CODE after handoff when implementation, debugging, verification, and ship readiness become active.
Open page ->OperationsUse SDTK-OPS when deployment, CI/CD, monitoring, incidents, and operational verification become active.
Open page ->