How to manage project documentation structure. Make sure to use this skill whenever the user mentions project docs, design documents, documentation structure, creating design docs, updating architecture docs, or needs to organize docs/design/ directory. Also trigger when adding new features, completing bug fixes, or initializing projects to check if design docs need updates. Works closely with writing-plans and mermaid-diagram skills.
Manage project documentation structure with focus on design documents. This skill creates and maintains the docs/design/ directory, integrates with mermaid-diagram for visualizations, and coordinates with writing-plans.
Rules are modular. Load only the ones needed for the current task from rules/:
| Rule File | When to Load |
|-----------|--------------|
| rules/editing.md | Document editing, proofreading, polishing |
| rules/directory-structure.md | Setting up or reorganizing docs/ |
| rules/design-doc-template.md | Creating design or module documents |
| rules/mermaid-diagram.md | Adding diagrams to documents |
| rules/sync-rules.md | After code changes, checking doc accuracy |
| rules/best-practices.md | General guidance, code review of docs |
templates/design-overview.md or templates/module-design.mdTriggered after: Adding new features, Completing bug fixes, Module refactoring
Check process:
brainstorming → project-docs (docs/design/) → writing-plans (docs/plans/) → implementation
project-docs: the what (design, architecture)writing-plans: the how (implementation tasks)Mermaid diagrams are generated directly — no external skill invocation needed.
See rules/mermaid-diagram.md for diagram type selection.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer