# {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:

1. Open the feature in the browser
2. Take screenshots of key UI states using the browser extension
3. Save screenshots to specs/{feature}/docs/screenshots/
4. 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:

1. Review specs/{feature}/docs/README.md
2. Copy/adapt content to docs/{feature}.mdx
3. Move screenshots to docs/images/{feature}/
4. Update docs/mint.json navigation
5. Ensure customer-appropriate language (no internal details)
