From wize-doc
Write business-focused feature documentation using code analysis and optional external context (Linear, Notion). Saves markdown to wize-back/Documentation/features/. Used internally by the wize-doc agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wize-doc:doc-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write and save business-focused feature documentation.
Write and save business-focused feature documentation.
From the orchestrator:
Glob wize-back/Documentation/features/*.md.
Match against the feature name: normalize both sides (lowercase, strip non-alphanumeric) and check for exact match or substring match either way.
If a match is found: show the path and ask whether to update/overwrite before continuing.
Kebab-case: lowercase, non-alphanumeric characters → -, trim leading/trailing dashes.
Examples: Auto Restock → auto-restock.md, Budget Approval Flow → budget-approval-flow.md
Output path: wize-back/Documentation/features/<kebab-case>.md
Use all available context — code analysis, Linear issues, Notion pages — to populate the template below.
Prioritize depth in this order:
If critical information is missing (e.g. purpose unclear, no business rules extractable), ask the user before finalizing.
No Mermaid diagrams — plain text only.
Use this template:
# Feature Name
## Overview
Brief description of what this feature does and why it exists.
## Business Context
- **Business Value**:
- **User Problems Solved**:
- **Key Stakeholders**:
## User Workflows
### Primary Workflow
Step-by-step description of the main user journey.
### Alternative Workflows
Other paths or edge cases (skip section if none).
## Business Rules
### Validations
What is validated, when, and what happens on failure.
### Conditions & Logic
Decision points and branching behavior.
### Calculations
Any computed values, formulas, or derived data.
### State Transitions
Status changes, lifecycle stages, trigger conditions.
### Constraints & Limits
Quantity limits, time limits, permission gates, quotas.
### Data Integrity Rules
Uniqueness constraints, required relationships, consistency rules.
## Technical Summary
### Key Components
Brief list of main files/classes involved (no code snippets).
### Key Dependencies
External services, jobs, events, queues this feature relies on.
## Related Resources
- **Linear:** [list ticket IDs and titles, or "None provided"]
- **Notion:** [list page titles and URLs, or "None provided"]
- **Related Docs:** [other docs in Documentation/features/ that relate]
Write to wize-back/Documentation/features/<kebab-case>.md. Create the directory if it does not exist.
After saving, offer once:
"Doc saved to
<path>. Want me to also create or update a Notion page for this?"
Only proceed if the user confirms. Use notion-create-pages for new pages or notion-update-page for existing ones.
Return the workspace-relative path of the saved file and suggest a quick human review.
npx claudepluginhub goworkwize/wize-docFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.