/edikt:intake
Scans for scattered docs and organizes them into edikt's structure.
Usage
/edikt:intakeWhat It Does
Many projects accumulate docs in random places — READMEs with architecture notes, Notion exports, old ADR folders, Wiki dumps. Intake finds them and organizes everything.
- Scans for existing docs:
README,docs/,wiki/, existing ADRs, spec files - Categorizes each file: architecture decision, business rule, product context, or reference
- Shows what it found and where it would move things
- Asks for confirmation before moving anything
- Organizes into edikt structure
Example
Found 7 documents:
docs/ARCHITECTURE.md → docs/decisions/architecture-overview.md
docs/api-spec.md → docs/product/spec.md
docs/adr/ → docs/decisions/ (3 ADRs)
README.md (arch section) → extract to docs/project-context.md
notes/onboarding.md → docs/reference/onboarding.md
Proceed? (enter to confirm, n to cancel)When to Use
Run intake once when setting up edikt on an existing project with scattered documentation.