Last updated: 2026-08-13
Rules: NAMING.md
| # | Document | Scope |
|---|
| 0 | Overview | Product identity, users, modules, and value |
| Document | Description |
|---|
| Plugin workflow | Doctor/adopt/repair/init flow, script backend, hook behavior, and agent surfaces |
| Document validation | Validation gate, metadata/update-log checks, blocker severity, and command wrappers |
| Adoption-aware validation | Strict/adopted profiles, code-aware placeholders, helper upgrades, and bounded context |
| Document | Description |
|---|
| Commands | Local script, Claude command, and Codex skill command reference |
| Glossary | Shared terminology for docs, scripts, and agent UX |
| Context efficiency | Loading contract, reproducible measurements, limits, and interpretation rules |
| Need | Command |
|---|
| Check if DocFlow is ready | /docflow:check |
| Inspect repo docs | /docflow:doctor |
| Initialize empty docs | /docflow:init |
| Adopt existing docs | /docflow:adopt |
| Repair generated map/helpers | /docflow:repair |
| Validate docs before completion | /docflow:validate |
| Create a feature plan | /docflow:feature-plan <msg> |
| Draft product WHAT docs | /docflow:product-spec <msg or code path> |
| # | Title | Status |
|---|
| 0001 | Plain Markdown and Bash as the portable core | Accepted |
- June 2026 — initial release plus scaffold/context hardening
- August 2026 — adoption-aware validation and upgrade safety