KW Phase 0: Start¶
Shows the knowledge work workflow and validates project readiness for non-code projects.
Command: /kw-0-start
When to use¶
At the beginning of any non-code project: documentation, research and analysis, business process design, low-code/no-code work (Airtable, Notion, Zapier), content creation, or planning and strategy.
What happens¶
- Branch enforcement -- If the project is in a git repo, ensures you are on a
feature branch (suggests
docs/[project-name]prefix). - Workflow overview -- Displays the five-phase knowledge work pipeline.
- Prerequisite scan -- Checks for:
BRIEF.mdorPRD.md-- Project description and goalsCLAUDE.md-- Project-specific instructions.specify/-- Optional spec-driven work setupdocs/journal/-- Journal directory for capturing learnings- Recommendation -- Based on what exists, suggests creating a brief, setting up the directory structure, or proceeding directly to planning.
Output¶
- Workflow diagram showing all five phases
- Prerequisite report
- Quick-reference card for all KW commands
- Suggested project structure:
Choosing the right workflow¶
| Situation | Workflow |
|---|---|
| Documentation, research, no-code work | /kw-0-start (this) |
| Product design leading to code | /pd-0-start |
| Direct software implementation | /0-start |