Feature Build Workflow
Follow standard Maestro workflow: plan -> explore -> scaffold -> implement -> test -> review.
Pre-Implementation Checklist (MANDATORY)
Before implementing with ANY external library:
- Fetch docs - Run
/docs <library>to get current API via context7. Never code from memory. - Check versions - Run
bun info <package>for latest version - Follow patterns - Check existing code for similar implementations
Output
Return a concise summary:
- What was built: Feature description
- Files created: List of new files
- Files modified: List of changed files
- How to use: Quick usage guide
- Tests added: What's covered
Remember
- Always use Satus conventions (Image/Link wrappers, CSS modules as 's')
- Server Components by default, Client only when needed
- Store useful patterns as learnings