1.1 KiB
1.1 KiB
{Feature Name} Prompts
Sync Implementation Status
Review what's been implemented for {feature} and update specs/{feature}/implementation.md
Generate Tests
Write tests for {component}. Follow existing test patterns.
Code Review
Review changes for: type safety, error handling, security, edge cases
Continue Feature
Continue working on {feature}. Read specs/{feature}/implementation.md for current status.
Generate Docs with Screenshots
Generate documentation for {feature} with screenshots:
- Open the feature in the browser
- Take screenshots of key UI states using the browser extension
- Save screenshots to specs/{feature}/docs/screenshots/
- Create/update specs/{feature}/docs/README.md with:
- Feature overview
- How to use (step-by-step with screenshots)
- Configuration options
- Common use cases
Promote Docs to Public
Promote internal docs to public Mintlify docs:
- Review specs/{feature}/docs/README.md
- Copy/adapt content to docs/{feature}.mdx
- Move screenshots to docs/images/{feature}/
- Update docs/mint.json navigation
- Ensure customer-appropriate language (no internal details)