feat: add reminders page, BMad skills upgrade, MCP server refactor
- Add reminders page with navigation support - Upgrade BMad builder module to skills-based architecture - Refactor MCP server: extract tools and auth into separate modules - Add connections cache, custom AI provider support - Update prisma schema and generated client - Various UI/UX improvements and i18n updates - Add service worker for PWA support Made-with: Cursor
This commit is contained in:
19
.claude/skills/bmad-agent-tech-writer/validate-doc.md
Normal file
19
.claude/skills/bmad-agent-tech-writer/validate-doc.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: validate-doc
|
||||
description: Validate documentation against standards and best practices
|
||||
menu-code: VD
|
||||
---
|
||||
|
||||
# Validate Documentation
|
||||
|
||||
Review the specified document against documentation best practices along with anything additional the user asked you to focus on.
|
||||
|
||||
## Process
|
||||
|
||||
1. **Load the document** — Read the specified document fully
|
||||
2. **Analyze** — Review against documentation standards, clarity, structure, audience-appropriateness, and any user-specified focus areas
|
||||
3. **Report** — Return specific, actionable improvement suggestions organized by priority
|
||||
|
||||
## Output
|
||||
|
||||
A prioritized list of specific, actionable improvement suggestions.
|
||||
Reference in New Issue
Block a user