/docs init

/docs init#

Initialize the broader documentation baseline for a project.

Usage#

/docs init

Typical Outputs#

  • docs/codebase-summary.md
  • docs/project-overview-pdr.md
  • docs/code-standards.md
  • docs/system-architecture.md
  • docs/design-guidelines.md
  • docs/deployment-guide.md
  • docs/project-roadmap.md

Depending on the environment, this workflow may also use repomix to compact codebase context.

When To Run#

  • new project onboarding
  • missing documentation baseline
  • before a team or AI handoff

Note#

This is optional. The CafeKit runtime itself does not require /docs init before you can start spec work.