incu-way-docs
Installation
SKILL.md
Codebase Documentation Process
A gate-driven workflow for turning an existing codebase into clear, traceable
documentation: what the application is, how it is built, how its pieces fit together,
and — when it is a product with user-facing behavior — what it does functionally. The
output lives in docs/architecture/ (and, when warranted, functional/domain docs) and
is the context the other incu-way flows read in their Phase 0.
Two invocation modes:
- As part of
incu-way-init(brownfield onboarding): write into the current init branch/worktree; the docs ship with the init PR. No separate branch or PR. - Standalone (refresh or document a module): own branch
docs/{slug}→ PR todevelop.
This is a documentation flow. Like incu-way-init, it does not maintain a
.ways/state.json (that model is for feature / bug / security work).